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

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

Awesome Lists containing this project

README

          

# 🐠 Auto Aquarium

[![Maintenance](https://img.shields.io/badge/Maintained%3F-no-red.svg)](https://github.com/aniket-patra/Smart-Aquarium-V1.0)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![Arduino](https://img.shields.io/badge/Arduino-00979D?style=flat&logo=Arduino&logoColor=white)](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