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: 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: desiFish
- License: gpl-3.0
- Created: 2020-10-19T03:25:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T15:53:47.000Z (6 months ago)
- Last Synced: 2025-07-26T19:42:16.086Z (4 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: 229 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- 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.
> 📢 **Development Notice**: This project will no longer receive feature updates. A new NodeMCU 12E (ESP8266) version: [Smart Aquarium V3.1](https://github.com/desiFish/Smart-Aquarium-V3.1) is ready & ESP32 version: [Smart Aquarium V4.0](https://github.com/desiFish/Smart-Aquarium-V4.0) is under development that supports more powerful customization options and advanced monitoring features for aquarium inhabitants. Be the first ones to try it out and give feedbacks! 🚀
## 🔍 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