Skip to content

ibnutri/wemos-cat-feeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wemos-cat-feeder

Wemos hardware based Internet connected cat feeder.

Getting Started

Prerequisites

Download and install the Arduino IDE on your computer.

Download and create blynk account

Wifi connection available, for the device need internet connection.

configuration

create configuration.ino in wemos_cat_feeder directory fill it with this:

#include "Arduino.h"
void config(){  
  auth = "YourAuthToken"; // Your Auth token from Blynk
  ssid = "YourNetworkName"; // Your WiFi credentials.
  pass = "YourPassword"; // Set password to "" for open networks.
}

Current Status

Working prototype, with swiping servo and delay before swipe back to initial position.

TODO

Contributing

Just pull request

Authors

  • Ibnu Triyono - Programmer, Hardware Engineer - ibnutri
  • Iksan Peryoga - Idea, Hardware Engineer - iperyogaa

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thank you to Wemos to creating such a nice development board
  • Arduino for making esp8266 available on the IDE

About

Connected Cat Feeder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%