ESP32 digital lights with discovery, speed, multiple effects etc.
TBD
- Using Atom or VS Code, install Platform IO
- Once setup, install the
esp32embedded platform - Copy
src/setup-template.htosrc/setup.hand add your network, MQTT and other setup information. Take note of theHOSTNAMEyou 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).