Skip to content

An automatic cat-feeder that uses Arduino to automate its functionality.

License

Notifications You must be signed in to change notification settings

Nasamid/Arduino-Cat-Feeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Arduino-Cat-Feeder

An automatic cat-feeder that uses Arduino to automate its functionality. The system utilizes an HC-SR04 ultrasonic sensor as an input to detect the proximity of the cat to the device, once it gets close enough, a servo attached to the bottom of a loose lid, whose some part is cut out, will rotate 180 degrees which causes the catfood to fall.

Components Used

  • Arduino UNO
  • HC-SR04 Ultrasonic Sensor
  • 9g-Servo
  • Breadboard
  • Jumper Wires

Diagram and Schematics

Untitled Sketch 2_bb Untitled Sketch 2_schem

Recalibrate:

  • value of ping depending on how sensitive you want your sensor to be.
if (ping <=900){
  servoGate.write(gateopen);
}

Demo

Demoo.mp4

About

An automatic cat-feeder that uses Arduino to automate its functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages