Skip to content

Instantly share code, notes, and snippets.

@craigt543nz
craigt543nz / dash-esp32-LED-toggle.md
Last active September 20, 2023 23:55
ESP23 LED Toggle with the Dash IoT mobile app

Dash project to demonstrate toggling an LED on an ESP32 development board. Details about Dash and how it works are available here: https://dashio.io/

This project has the following features:

  • Tapping a Button/Indicator control on the Dash IoT app toggles an LED on the ESP32 and increments a counter.
  • The counter value is displayed in a TextBox control on the **Dash IoT ** app.
  • Communicates via BLE and dash MQTT connections.
  • Uses LED on pin 13, but can be changed as required.
  • Uses the serial monitor to show what is going on (115200 baud).