- Joined
- Sep 3, 2016
- Messages
- 29
- Reaction score
- 18
Hello, it's been a while since I posted here
I've been working on a new tank related project: an automatic feeder that can be monitored and remotely controlled over the internet.
I've built 7 of them, for my tank and friend's, and one friend built one himself, they have been working great for more than a year.
The cost was about $25 each (because I bought some components in small bulk)
Since I'm an opensource fan, I've released it here:
It sends push notifications to your mobile when no food is detected at the outlet, which can mean the food tank is empty, or some food is stuck.
It has a web interface to program how much and when food should be dispensed (up to 6 times a day), as well as trigger manual dispensing.
It sends data to a google cloud database for monitoring, and google functions are used to send push notifications if it stops sending data, which means it is no longer connected (which may not be a problem since it will keep working), or has lost power (which is a problem obviously).
Since it's not password protected, it can only be reached from my local network, to which I can securely connect through VPN when I'm not home.
If you are interested in building one, check the project wiki https://github.com/reivaxy/iotFeeder/wiki and let me know, I'm willing to help!
I've been working on a new tank related project: an automatic feeder that can be monitored and remotely controlled over the internet.
I've built 7 of them, for my tank and friend's, and one friend built one himself, they have been working great for more than a year.
The cost was about $25 each (because I bought some components in small bulk)
Since I'm an opensource fan, I've released it here:
GitHub - reivaxy/iotFeeder: Fish feeder using ESP8266 and a stepper motor.
Fish feeder using ESP8266 and a stepper motor. Contribute to reivaxy/iotFeeder development by creating an account on GitHub.
github.com
It sends push notifications to your mobile when no food is detected at the outlet, which can mean the food tank is empty, or some food is stuck.
It has a web interface to program how much and when food should be dispensed (up to 6 times a day), as well as trigger manual dispensing.
It sends data to a google cloud database for monitoring, and google functions are used to send push notifications if it stops sending data, which means it is no longer connected (which may not be a problem since it will keep working), or has lost power (which is a problem obviously).
Since it's not password protected, it can only be reached from my local network, to which I can securely connect through VPN when I'm not home.
If you are interested in building one, check the project wiki https://github.com/reivaxy/iotFeeder/wiki and let me know, I'm willing to help!
Last edited: