TinyCamML / Boron-and-OpenMV

This repo is continued progress between Boron and OpenMV as a self contained device that can successfully monitoring flooding on roadways.
MIT License
0 stars 0 forks source link

Optimize sleep state #5

Open SUPScientist opened 3 months ago

SUPScientist commented 3 months ago

Current sleep configuration is the following:
https://github.com/TinyCamML/Boron-and-OpenMV/blob/a73a2d89ecc041749dbf780870dfa5da932aa2f8/Firmware/PublishBoronCode/src/TinyCamPublish.ino#L139-L145

Check Particle docs to ensure that SystemSleepMode::ULTRA_LOW_POWER and NETWORK_INTERFACE_CELLULAR, SystemSleepNetworkFlag::INACTIVE_STANDBY are optimal for current sampling scheme (i.e. 6-min sampling interval).