Unclerojelio/Atomic_Fire_Lamp

Provide a way to transition between effects.

Unclerojelio opened this issue · 2 comments

Currently the two available effects are hard coded into the main function and one or the other must be commented out and the program reflashed in order to switch between the two. It is desired to provide a way switch between the animations remotely. This could be done several ways.

  1. Blynk
  2. Onboard Webserver
  3. MQTT
  4. IR Remote
  5. Button
  6. Bluetooth BLE

The current idea is to use Bluetooth BLE via the Blynk library and app. The Arduino example Examples/Blynk/Boards_Bluetooth/ESP32_BLE can be used.

Implemented and branch pushed. Ready for testing.