Closed SUPScientist closed 3 months ago
is this still relevant? or should it be closed for now?
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.
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
andNETWORK_INTERFACE_CELLULAR, SystemSleepNetworkFlag::INACTIVE_STANDBY
are optimal for current sampling scheme (i.e. 6-min sampling interval).