abelzk / Dual-Axis-Solar-Tracker-Arduino

Arduino-powered system that maximizes solar energy by dynamically tracking the sun using LDR sensors and servo motors.
MIT License
1 stars 1 forks source link

Good First Issue #2

Open abelzk opened 3 weeks ago

abelzk commented 3 weeks ago

Currently, the dual-axis solar tracker system using Arduino is limited to tracking based on pre-set angles or manual adjustments. To improve tracking accuracy and optimize energy collection, we would like to integrate a weather API that provides real-time solar position data.

Expected Behaviour

  1. Weather API Integration: The system should be able to fetch solar position data from a weather API (e.g., OpenWeatherMap or NOAA) based on the current location.
  2. Automatic Adjustment: The tracker should use this data to automatically adjust the solar panel position for optimal alignment with the sun.
  3. Manual Override: Users should still have the ability to manually override the automated adjustments if needed.
  4. Error Handling: Include error handling for scenarios where the API is unavailable or returns incorrect data.

Steps to Reproduce

Additional Information

Please let me know if you need any further details or clarification.

arin-dev commented 3 weeks ago

Please add description of the issue!

aman090304 commented 3 weeks ago

Add Description of the issue!