https://github.com/andycb/smartlitterbox
Firmware for the Smart Litter Box Project
https://github.com/andycb/smartlitterbox
Last synced: 11 months ago
JSON representation
Firmware for the Smart Litter Box Project
- Host: GitHub
- URL: https://github.com/andycb/smartlitterbox
- Owner: andycb
- License: mit
- Created: 2022-05-30T20:47:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T18:00:51.000Z (almost 3 years ago)
- Last Synced: 2025-06-09T02:03:59.858Z (12 months ago)
- Language: C++
- Homepage: https://andybradford.dev/2022/06/02/internet-of-poop-how-and-why-i-built-a-smart-litter-tray/
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartLitterBox
An Arduino sketch tracking a cat's weight as they use their litter. For the full write up of this project, see https://andybradford.dev/2022/06/02/internet-of-poop-how-and-why-i-built-a-smart-litter-tray/.
This repo is intended as a reference for what I built. If you want to build something similar, feel free to use this as is or add / change your own stuff. If you do something cool, I'd love to hear about it, you can tweet me at [@andycb](https://twitter.com/andycb) or leave a comment on the above blog post
## Required Arduino Libraries
You will need the following Arduino libraries to build this project
- ESP8266WiFi
- Adafruit MQTT Library
- Callback
- HX711 Arduino Library