A long-range wireless camera battery control system built on the EoRa-S3-900TB development board (ESP32-S3 + SX1262 LoRa). A FreeRTOS-based Transmitter (TX) sends commands over LoRa to a deep-sleep Receiver (RX) that controls camera power via a KY-002S bi-stable latching switch.
Nordic Power Profiler Kit II, observations from "EoRa-S3-900TB-with-FreeRTOS" project
Observation 1 of radio.sleep() between switch on and switch off.
Observation 2 of normal EXT0, deep sleep.
"EoRa-S3-900TB with FreeRTOS " project README
Regards,
William
Background
Before moving to our apartment, there was a wetland pond behind our backyard. A Wyze Cam 3 was mounted above the shed to observe wildlife activity. The camera required a 10,000 mAh power bank, which barely lasted ~24 hours of continuous use before needing a swap.
The goal became powering the camera only on demand — when a viewer clicks the "videofeed" link on the hosted website. Clicking the Observations II link returns the viewer to the main menu.
Regards,
William