A flutter based app built for a remote pet-feeder system.
An automated pet feeder system, which we can control with an android app remotely (through the internet).
Can send a signal to the system to release food instantly or schedule it.
The system is connected with a backend server which is hosted in AWS and it communicates via WebSocket.
The android app sends the signals to the server using Rest API.
IoT system is built using ESP8266 NodeMCU development board, continuous servo motor and programmed it in such a way that one can configure the WiFi from the app itself. A custom sound module is also integrated to call the pet's name while releasing food.
Built with