particle-iot / electron

Creative Commons Attribution Share Alike 4.0 International
90 stars 56 forks source link

Feature request: Put modem in standby without sleeping MCU #45

Closed JDSymington closed 5 years ago

JDSymington commented 5 years ago

On some of the sleep modes available for the electron it is possible to set the SLEEP_NETWORK_STANDBY flag. This will put the modem in standby mode before putting the MCU to sleep.

It would be really handy to put the modem in standby mode but keep the MCU active. This would drastically reduce power consumption and when data is ready to be sent a connection to the operator can quickly be made.

kennethlimcp commented 5 years ago

The better place to raise this up is probably at https://github.com/particle-iot/firmware

JDSymington commented 5 years ago

Will do thanks!