Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 923 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 923 Bytes

ESP32-iot-examples

Some examples for ESP32 using Arduino IDE

For run these examples, you need to install : Arduino core for ESP32 WiFi chip

AWS IoT example connect your ESP32 to the Internet of things service of Amazon, using X.509 certificates.

WiFi portal is a non blocking web portal for configurate your wifi credentials.

WiFi nonBlocking an example of wifi connection re-tryies without blocking the rest of code (good if your code can work offline too).

Multiloop why just one loop() if we can run a lot?