https://github.com/desiFish/Smart-Aquarium-V1.0
Automatic control for light, filter, and feeder using Arduino Uno and DS3231
https://github.com/desiFish/Smart-Aquarium-V1.0
aquarium-automation aquarium-controller aquarium-lights arduino arduino-library arduino-uno ds3231-arduino feeders fish-feeder servo-motor
Last synced: about 2 months ago
JSON representation
Automatic control for light, filter, and feeder using Arduino Uno and DS3231
- Host: GitHub
- URL: https://github.com/desiFish/Smart-Aquarium-V1.0
- Owner: KamadoTanjiro-beep
- License: mit
- Created: 2020-10-19T03:25:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T16:57:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T15:09:33.340Z (7 months ago)
- Topics: aquarium-automation, aquarium-controller, aquarium-lights, arduino, arduino-library, arduino-uno, ds3231-arduino, feeders, fish-feeder, servo-motor
- Language: C++
- Homepage:
- Size: 209 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐠 Auto Aquarium
[](https://github.com/aniket-patra/Smart-Aquarium-V1.0)
[](https://opensource.org/licenses/)
[](https://www.arduino.cc/)Automatic control system for aquarium maintenance using Arduino and DS3231 RTC module.
> ⚠️ **CAUTION**: This project involves working with electrical components and may require handling of high voltage connections. Always prioritize safety, use proper insulation, and consult with a qualified electrician if you're unsure about any aspect of the installation or operation.
> 📢 **NOTE**: This project (V1.0) is now closed. For the latest updates and improvements, please check out [Smart Aquarium V3.0](https://github.com/desiFish/Smart-Aquarium-V3.0).
## 🔍 Features
- Automated lighting control
- Scheduled feeding system
- Time-based Aquarium management## 📁 Project Structure
The project contains three main files:
- `aquaFeeder.ino` - Servo motor based automatic fish feeder
- `aquaLight.ino` - Light timing control system
- `aquaLightFeed.ino` - Combined light and feeder control## 📚 Dependencies
Required Libraries:
- `servo.h`
- `DS3231.h` ([Download Link](http://www.rinkydinkelectronics.com/library.php?id=73))
- `string.h`
- `stdio.h`## ❓ Support
For questions or queries, please [open an issue](https://github.com/desiFish/Smart-Aquarium-V1.0/issues).## 📜 License
This project is licensed under the GNU General Public License v3.0### License Summary
- You can freely use, modify and distribute this software
- Any modifications must be released under the same license
- You must disclose the source code when distributing
- Changes must be documented
- Include original license and copyright notices