An open API service indexing awesome lists of open source software.

https://github.com/pointer2alvee/embd-sys-dual-axis-solar-tracker

A dual axis solar / light tracker system based on Arduino , and orientation-rotation done by well programmed servo motors
https://github.com/pointer2alvee/embd-sys-dual-axis-solar-tracker

Last synced: 10 months ago
JSON representation

A dual axis solar / light tracker system based on Arduino , and orientation-rotation done by well programmed servo motors

Awesome Lists containing this project

README

          


Image 1
Image 2
Image 3

# 🤖Dual Axis Solar Tracker

An Arduino based embedded system project, that is able to track the direction from which the light is comming and rotate it self autoamtically.
#### Use Case
- Maximizing Efficiency for solar charging
#### Project Status
- Current Version: V1.0

## ✨Features
- Dual Axis orientation
- Arduino based
- Charges a Li-ion Battery

## 🔍Demo

YouTube Video

## 🚀Getting Started
- Knowledge Required : C/C++, sensor-modules, basic Circuiting & design

## 🛠️Hardware Requirements
- Arduino Nano, 1602 LCD
- Sensors : DHT11, Water, LDR sensors
- SG90 Servo Motor, Solar Panel
- Leds, Buzzer, Res, Cap, TP4056, 7805
- Battery : 3.7v 18650 Li-ion, 9V alkaline
- Wires, Soldering, Glue, Tape etc

## 💻Software Requirements
- Arduino IDE
- C/C++ Programming Language
- Necessary Libraries

## 🛡️Tech Stack
- C/C++ 💻
- Arduino IDE 🧩

## 🖇️Schematic

## ⚙️Installation
```
git clone https://github.com/pointer2Alvee/embd-sys-dual-axis-solar-tracker.git
cd your-repo
```

## 📖Usage
Upload sketch via Arduino IDE for Embedded projects

## 🗺️Roadmap
- [x] Initial release with basic functionalities.
- [ ] Add support for IoT device integration.
- [ ] Develop mobile app interface for remote control.
- [ ] Enhance documentation and add tutorials.

## 🤝Contributing
Contributions are welcomed!

+ Fork the repo.
+ Create a branch: git checkout -b feature/YourFeature.
+ Commit changes: git commit -m 'Add some feature'.
+ Push to branch: git push origin feature/YourFeature.
+ Open a Pull Request.

## 📜License
Distributed under the MIT License. See LICENSE.txt for more information.

## 🙏Acknowledgements
- Libraries-Frameworks Used : DHT11, Servo

![Logo](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/th5xamgrr6se0x5ro4g6.png)