Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriedly/dog-food
Gadget that answers the question of "Did anyone feed the dog yet?"
https://github.com/nfriedly/dog-food
Last synced: 17 days ago
JSON representation
Gadget that answers the question of "Did anyone feed the dog yet?"
- Host: GitHub
- URL: https://github.com/nfriedly/dog-food
- Owner: nfriedly
- Created: 2021-01-23T23:37:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T03:39:38.000Z (over 3 years ago)
- Last Synced: 2024-10-12T16:14:52.257Z (about 1 month ago)
- Language: Python
- Size: 13.6 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dog feeding tracker
Answers the question of "Did anyone feed the dog yet?"A sensor detects when the door to the dog food container is opened/closed and colors the LED to indicate when the dog was fed last:
🟢 Green indicates that the dog has been fed her breakfast / dinner (or at least that the food container has been opened within the last 8 hours)
🔴 Red indicates the dog has not been fed her current meal
🔵 Blue indicates the door is opened now, or the wire is disconnected, or the microcontroller rebooted and doesn't know the last time the door was opened. After the door has been opened for a brief period, it switches to rainbow to indicate that the timer has been reset.![open](pics/open.jpg) ![closed](pics/closed.jpg)
Built with
* Adafruit QT Py - https://www.adafruit.com/product/4600
* Magnetic contact switch (door sensor) - https://www.adafruit.com/product/375
* 2-pin JST SM Plug + Receptacle Cable Set (optional) -https://www.adafruit.com/product/2880
* USB C Raspberry Pi Power Supply (any USB-C power supply will work here) - https://www.adafruit.com/product/4298
* Solder, cardboard, tape, hot-melt glue![parts](pics/parts.jpg) ![soldered](pics/soldered.jpg)
Todo:
* Add a way to see exactly how long it's been and perhaps set the time
* Mount and enclose things properly![the dog adjusting the code to get an extra meal](pics/dog-computer.jpg)
Rut roh...