I have a RUT241 in a solar powered application. I would like to place the device into IDLE mode (turn off all radios) to save power during the night.
I have tried running some tests to off the wifi and modem, and also tried the Event Juggler to turn off the WiFi and Modem. I’m not seeing any significant power savings when doing that.
I’ve also tried airplane mode, but that doesn’t really work either: /usr/sbin/gsmctl -A ‘AT+CFUN=4’
Any tips on the best way to force the RUT241 in idle mode on a time-based schedule?
I’m looking for a software-only solution to reduce the physical hardware requirements in my specific application.
Do you have any examples of what a custom script might look like? Or an example of the commands I can issue through a shell script?
I have tried the following commands but none of them seem to actually reduce the power consumption by a measurable amount, which I assume is because the modem (the most power consumption of all the radios) is not fully powering off.