Appearance
Supported Hardware (ESP8266 / ESP32)
IoTBackend is designed for ESP-class boards commonly used with Arduino/PlatformIO workflows.
Supported families
- ESP8266
- ESP32
Build system (PlatformIO)
Device templates are PlatformIO projects.
The downloaded template includes platformio.ini, and firmware build is based on:
- selected board configuration in
platformio.ini - IoT core library from template
- your user code
You can develop with any IDE/editor that supports PlatformIO.
Recommended approach
Use the downloaded device template as your base project, then add your user logic in the designated user code file.