Hi everybody,
I'm experiencing an issue with my Arduino Uno R4 IoT. When connected to my PC via USB, it works perfectly - I can send signals through Arduino Cloud to turn the built-in LED 13 on and off without any problems. The dashboard works flawlessly and everything communicates as expected.
However, when I try to power the board using only a 9V battery, Arduino Cloud immediately shows that the device is offline. The board appears to power on (power LED illuminates), but it cannot maintain the WiFi connection needed for the cloud dashboard functionality.
I suspect this might be related to insufficient current from the 9V battery, especially when the WiFi module is active.
Has anyone else encountered this problem? I'm trying to determine:
- The minimum current requirements for the R4 IoT board
- Whether standard 9V batteries are simply inadequate for this model
- Recommended alternative power sources for portable projects
- Any power management techniques I should implement in my code
Any suggestions or experiences with powering the Uno R4 IoT from batteries would be greatly appreciated. Thank you!