Skip to content

Instantly share code, notes, and snippets.

@conoro
Last active June 29, 2017 06:38
Show Gist options
  • Save conoro/af15f47f73e543da313827c6513a03ec to your computer and use it in GitHub Desktop.
Save conoro/af15f47f73e543da313827c6513a03ec to your computer and use it in GitHub Desktop.
Building Espurna for AI-Thinker AI Light and ESP8266

Basically Follow the instructions here

For AI Light

  • Board settings in Arduino IDE: Generic ESP8285 module 1M (128K SPIFFS)

  • After cloing repo to D:\gitwork\espurna

  • Edit D:\gitwork\espurna\code\espurna\config

// Uncomment AI_LIGHT for the RGB Light
#define AI_LIGHT

OR for generic Wemos D1 Mini Esp8266 board with generic "normally open" relay:

  • Board settings in Arduino IDE: ESP-12 based modules 4M (1M SPIFFS)

  • After cloing repo to D:\gitwork\espurna

  • Edit D:\gitwork\espurna\code\espurna\config

// Uncomment WIFI_RELAY_NO for "normally open" relay with generic Wemos ESP8266 Board and manually connected relay on GPIO2 (D4) or GPIO14 (D5)
#define WIFI_RELAY_NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment