Skip to content

Support for low-power hardware (ESP32, etc.) to extend battery life in low-refresh use cases #155

@armond-avanes

Description

@armond-avanes

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions