This document summarizes a student project to build a prototype dual-axis solar tracker. Key points:
- The tracker uses four light dependent resistors (LDRs) and a microcontroller to sense light intensity and position two servo motors to align a solar panel perpendicular to incoming sunlight for maximum efficiency.
- A potential divider circuit is used to measure LDR resistance and provide input to the microcontroller. The microcontroller then controls the servo motors based on the LDR readings.
- The student constructed the circuit, programmed the microcontroller using Arduino software, and tested the prototype to confirm it successfully tracks light sources and maximizes solar panel output.