- Creating a Unique Electronic Musical Instrument: The Sound WallPosted 2 days ago
- Building a Laser MicroscopePosted 2 days ago
- Grand Piano Keys with ArduinoPosted 5 days ago
- Wireless Power TransferPosted 6 days ago
- Robot Punchers with ArduinoPosted 7 days ago
- A minimal 3D-printed scalePosted 1 week ago
- Expanding the pins of a microcontrollerPosted 2 weeks ago
- Let’s create a small level with a matrix displayPosted 2 weeks ago
- ChatGPT: Writing Code with Artificial IntelligencePosted 2 weeks ago
- Free Webinar: Arduino IoT Cloud and ESP32 DemoboardPosted 2 weeks ago
Solar Tracker
In this project we see how to build a dual axis solar tracker with photovoltaics. The photovoltaic itself will power the tracking system, so no external power source is needed.
To track the sun, we used four LDR sensors, Arduino UNO compares the data provided by them to rotate the panel in the direction with the greatest concentration of light using two DC motors (one for each axis) controlled by a driver.
There is also a remote control with two switches (automatic/manual and single/double axis) and four buttons. When the first switch is set to manual, the panel can be rotated using the four buttons. Alternatively we have the automatic control of the system, single or double based on what we have set with the other switch.