Great work on this project! Very exciting platform!
FrameOS currently integrates with Raspberry Pi boards, but even the Zero W 2 consumes more power than necessary for certain scenarios. For example:
- Photo of the day (updating once every 24 hours)
- Daily calendar view (refreshing only once or a few times per day)
In these cases, the baseline power consumption of a Pi makes battery operation impractical. Low-power hardware such as the ESP32 is much better suited:
- Significantly lower idle power draw
- Deep sleep capabilities for long battery life
- Sufficient processing power for infrequent image/data updates
Adding support for ESP32 (or similar microcontrollers) would make FrameOS practical for wireless, battery-powered deployments where the frame only needs occasional refreshes.
Would it be possible to expand hardware support in this direction?
Great work on this project! Very exciting platform!
FrameOS currently integrates with Raspberry Pi boards, but even the Zero W 2 consumes more power than necessary for certain scenarios. For example:
In these cases, the baseline power consumption of a Pi makes battery operation impractical. Low-power hardware such as the ESP32 is much better suited:
Adding support for ESP32 (or similar microcontrollers) would make FrameOS practical for wireless, battery-powered deployments where the frame only needs occasional refreshes.
Would it be possible to expand hardware support in this direction?