UCSD-E4E / radio-telemetry-tracker-tower-solar-tools

Radio Collar Tracking - Tower System Hardware
0 stars 1 forks source link

Simulate Solar with Intervals #4

Open TylerFlar opened 1 week ago

TylerFlar commented 1 week ago

Objective

The UP 7000 system requires a sustainable power solution that operates on fixed intervals. The system alternates between two batteries: one powers the computer during operation while the other is charged by solar panels. The simulator must calculate the appropriate battery and solar panel setup to ensure continuous operation, even with varying weather conditions, while maintaining safe voltage levels 24/7.

Requirements

Tasks

  1. Convert existing simulator code into a Python Jupyter Notebook.
  2. Organize the repository using a Poetry environment.
  3. Gather power data for the UP 7000 and determine fixed operational intervals.
  4. Update the simulator to calculate power needs for a two-battery system with continuous solar charging.

Deliverables