ostaquet / Arduino-Nano-33-IoT-Ultimate-Guide

Arduino Nano 33 IoT - Ultimate guide
MIT License
195 stars 26 forks source link

Add 16 second delay to low power sleep example #12

Closed LuAPi closed 2 years ago

LuAPi commented 2 years ago

It's not possible to reprogram the Arduino in the 5 second window in the loop() method with the Arduino IDE (Windows or Linux). Adding a 16 second delay at the start should hopefully allow people trying this example to program their Arduinos immediately after resetting them.

Hopefully I'll be able to use a different programmer to program my Nano 33 IoT again.

ostaquet commented 2 years ago

Indeed, it could be annoying for beginners. Thanks for noticing it ;-)