Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design Sleep Scheduler & Battery Switcher #5

Open
TylerFlar opened this issue Oct 7, 2024 · 2 comments
Open

Design Sleep Scheduler & Battery Switcher #5

TylerFlar opened this issue Oct 7, 2024 · 2 comments
Assignees

Comments

@TylerFlar
Copy link

TylerFlar commented Oct 7, 2024

Objective

Design a circuit to manage power for the UP 7000 using multiple batteries, ensuring safe operation and stable power. The design must protect against reverse current between batteries and, optionally, monitor battery voltage to maintain safe levels.

Requirements

  1. Sleep Timer
    • If the UP 7000 cannot manage its sleep mode, a microcontroller MUST be included so that the UP 7000 can turn itself off and on at an interval.
  2. Battery Management
    • The circuit MUST use diodes to prevent reverse current on the same rail.
    • The circuit MUST cut power from the UP 7000 if batteries drop below safe voltage.
    • The system SHOULD support human hot-swapping of batteries without disrupting power.
    • The system MAY monitor battery voltage to alert if levels are about to drop below a safe threshold.

Tasks

  1. Choose a microcontroller or set of controllers (if needed) that can handle power control and battery monitoring.
  2. Design circuits for power control, battery voltage monitoring, and switching.

Deliverables

  • Circuit schematic for power control and battery switching.
  • Microcontroller code for managing sleep intervals, voltage monitoring, and switching.
  • Test report validating system performance.
@TylerFlar TylerFlar assigned pswam-17 and unassigned pswam-17 Oct 7, 2024
@TylerFlar
Copy link
Author

@TylerFlar

  • Check if UP 7000 can turn self on and off
  • Plug batteries into common rail and add diodes for battery safety.

@TylerFlar
Copy link
Author

Updated issue

@TylerFlar TylerFlar self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants