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
- Host: GitHub
- URL: https://github.com/pointer2alvee/embd-sys-dual-axis-solar-tracker
- Owner: pointer2Alvee
- Created: 2024-12-11T04:20:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:26:49.000Z (about 1 year ago)
- Last Synced: 2025-02-14T03:20:44.127Z (12 months ago)
- Language: C++
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖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
## 🚀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
