Automatic Pet Feeder Using AtTiny85

by Pet EngComp in Circuits > Microcontrollers

604 Views, 3 Favorites, 0 Comments

Automatic Pet Feeder Using AtTiny85

F7ZX7XXK8WJJTZ1.LARGE.jpg


O trabalho Automatic Pet Feeder Using AtTiny85 de PET Engenharia de Computação está licenciado com uma Licença Creative Commons - Atribuição 4.0 Internacional.

The Project

The automatic pet feeder can automatically serve food to your pet timely. We use the AtTiny85 to set time and date on which your pet should be given food. So, by setting up the time according to your pet’s eating schedule, the device drop or fill the food bowl automatically.

Components

FBD65R2K8WJJTNE.LARGE.jpg
FNE86EQK8WJJTNF.LARGE.jpg
FY90BGUK8WJJTNS.LARGE.jpg
F1848AZK8WJJTNK.LARGE.jpg
FDDVX0SK8WJJTNC.LARGE.jpg

In this circuit, we are using some components:

  • ATtiny85Display
  • Oled 0.96"
  • CR2032 battery
  • Printed circuit board (PCB)
  • 2 x push button

The Code

FKSCJNTK9706SQ0.LARGE.jpg
FDS6N5NK9706SKI.LARGE.jpg

You can find the code on github: https://github.com/andreocunha/AtTiny85_Relogio.gi...

The 3 folders on github that you downloaded, should be copied to Arduino/libraries in your computer.

If you don't know how to code in an AtTiny85, look the tutorial in https://portal.vidadesilicio.com.br/attiny85-primeiros-passos/. (The tutorial is in Portuguese but you can find it in other languages on Google).

After you set your AtTiny85 to code, go to file attiny85watch.ino and open it in your Arduino IDE. To finish the steps, compile it and upload the code.

The Circuit

RelogioATtiny85_PET.png
FD78O5NK8WJJRGV.LARGE.jpg
FUX5XX9K8WJJRFX.LARGE.jpg

The schematic above shows the electrical circuit connections. You can download RelogioATtiny85.fzz to know the connections in the board using the Fritzing program. And you can download relogio.brd to open the PCB project using the software EAGLE CAD.

How does it work: Set the clock with the two buttons in the circuit. I coded to active the rele when the clock hits 12:00 am (you can change it, if you want). When the rele switched on, a vibracall motor start and the pet food falls.

All this files can be found here and on the link: https://drive.google.com/drive/folders/1HeXaicl6ardwZr5LtuaeoTvPOFSTYtZ-?usp=sharing

Final Project

FTI9J8FK8WJJRFZ.LARGE.jpg

This is the final project! Test the circuit for a few days to make sure it works correctly.

License