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

Closed SUPScientist closed 3 months ago

SUPScientist commented 8 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).

ebgoldstein commented 3 months ago

is this still relevant? or should it be closed for now?

SUPScientist commented 3 months ago

Relevant as likely needed enhancement, but nearly redundant with https://github.com/TinyCamML/Boron-and-OpenMV/issues/1 so closing here in favor of that one.