This repostiory is now maintained at https://github.com/espressif/esp-jumpstart/
Repository contains incremental applications which provides step-by-step guidance
to build fully functional
IoT product using ESP-IDF software framework on ESP32.
Reference product considered here is power outlet
or smart switch
.
Getting started point for setting up development environment using ESP-IDF and simple
multi-threaded application showing periodically hello world
string on UART/console
Interface LED module to ESP32 DevKitC and control/toggle using GPIO. This will be real
world load
for power outlet
Lets connect device to WiFi network with static or build time credentials
Real world on-boarding of device to WiFi network with secure and dynamic configuration over multiple transports like BLE or SoftAP interface. Ability to reconfigure device with reset-to-factory mode based on long press of switch
Lets on-board device to cloud in secure manner, reference cloud is AWS IoT
Device firmware over-the-air upgrades for pushing latest and greatest software
Separation of configuration and firmware partitions for seamless manufacturing or factory programming