Aquaduino/README.md

20 lines
488 B
Markdown
Raw Permalink Normal View History

2013-07-18 12:29:26 +10:00
Aquaduino
=========
2013-07-18 12:37:12 +10:00
## Arduino-based fishtank control system
2020-07-15 20:58:38 +10:00
### Requires
2013-07-18 12:37:12 +10:00
* Arduino Uno
* Ethernet Shield
* LCD shield (optional)
2020-07-15 20:58:38 +10:00
### Features
2013-07-18 12:37:12 +10:00
* Controls fishtank lighting
* Connects to NTP server to sync Arduino's unreliable clock
* Connects to Earthtools to determine sunrise and sunset times
2020-07-15 20:58:38 +10:00
### Plans
2013-07-18 12:37:12 +10:00
* Determine lat/long from public IP
* Add control for servo-operated food dispenser
* Switch to I2C LCD to save pins! (currently there is no PWM-enabled pin available for servo)