Skip to content
probonopd edited this page Oct 28, 2018 · 1 revision

Welcome to the ESP8266-LED-Websockets wiki!

Compiling

Besides the libraries listed in the README, also need to install

  • PubSubClient
  • ArduinoJson v5.13.2

If you get MQTTServer.h:88: error: 'class ArduinoJson650_0_0::JsonObject' has no member named 'printTo', then make sure you are using v5.13.2 of the ArduinoJson library.

Using SK6812 RGBW LEDs

To use SK6812 RGBW LEDs, use Adafruit_NeoPixel strip = Adafruit_NeoPixel(NUM_LEDS, DATA_PIN, NEO_GRBW + NEO_KHZ800);.

Clone this wiki locally