| Supported Targets - ESP32 |
Starter template firmware to control ESP32 GPIOs dynamically using a mobile application. Right now, user can set a GPIO as Input or Ouput via sending the comannds in below hexadecimal format.
Command: GPIO|MODE
Example: 07|01
- A development board with normal LED or addressable LED on-board (e.g., ESP32-Devkit, etc.)
- A USB cable for Power supply and programming.
Run idf.py -p PORT flash monitor to build, flash and monitor the project.
(To exit the serial monitor, type Ctrl-].)