ESP32 digital lights with discovery, speed, multiple effects etc.
TBD
- Using Atom or VS Code, install Platform IO
- Once setup, install the
esp32
embedded platform - Copy
src/setup-template.h
tosrc/setup.h
and add your network, MQTT and other setup information. Take note of theHOSTNAME
you set. You will need this later to send MQTT messages. - Build the project (Ctrl+Alt+B) and check for any errors
- Upload to your board of choice (Ctrl+Alt+U).