> Complex in that they built so much more functionality into the device than was really needed. This thing is covered in sensors; it's got two scales, ostensibly for measuring the weight of the hopper and the weight of food dispensed, a pair of infrared sensors to detect when the hooper is empty, sensors that monitor the motor's turning, and others that I haven't figured out the purpose of. I'd love if Surefeed, a co…
Fixing a broken smart cat feeder with ESP32
11–20 of 53 posts
Re: Fixing a broken smart cat feeder with ESP32
#12> Complex in that they built so much more functionality into the device than was really needed. This thing is covered in sensors; it's got two scales, ostensibly for measuring the weight of the hopper and the weight of food dispensed, a pair of infrared sensors to detect when the hooper is empty, sensors that monitor the motor's turning, and others that I haven't figured out the purpose of. I'd love if Surefeed, a co…
A current sensor is much better than a position sensor, as you don't want to keep trying to close the lid if it catches on anything.
Re: Fixing a broken smart cat feeder with ESP32
#13Earlier quoted context omitted.
A current sensor is much better than a position sensor, as you don't want to keep trying to close the lid if it catches on anything.
A rotation sensor would detect a blocked gear just as fine, maybe even faster than a current monitor - with the advantage of the rotation sensor being unimpeded by slack in the gear train.
Re: Fixing a broken smart cat feeder with ESP32
#14Re: Fixing a broken smart cat feeder with ESP32
#15I haven't done as much with it, but I've also been very impressed with ESPhome. Seems like a really great piece of software, and super extensible. The list of supported components is extensive: https://esphome.io/components/index.html
Re: Fixing a broken smart cat feeder with ESP32
#16I love Home Assistant but I have yet to venture into the ESP32 board route of things. Can someone point to a good guide to getting started with these boards? How much soldering and/or microcontroller experience is needed?
See this kit for example: https://a.aliexpress.com/_EyZhdw5
Re: Fixing a broken smart cat feeder with ESP32
#17The best feature is the little speaker inside that plays the Meowmix jingle when dispensing. My cat is now conditioned to come running when she hears that sound.
I connected it to my Apple Home network via Home Assistant, and it works great. I can tell Siri to give the cat a snack, and off she goes.
Re: Fixing a broken smart cat feeder with ESP32
#18I built a smart treat dispenser for my cat using an ESP32. The best feature is the little speaker inside that plays the Meowmix jingle when dispensing. My cat is now conditioned to come running when she hears that sound. I connected it to my Apple Home network via Home Assistant, and it works great. I can tell Siri to give the cat a snack, and off she goes.
Are you sure you don't have that backwards? Maybe she conditioned you to spend your time building a gadget to play her favorite tune.
Re: Fixing a broken smart cat feeder with ESP32
#19I love Home Assistant but I have yet to venture into the ESP32 board route of things. Can someone point to a good guide to getting started with these boards? How much soldering and/or microcontroller experience is needed?
So depending on what you're doing, they're an excellent place to start.
Re: Fixing a broken smart cat feeder with ESP32
#20What if I have a dumb cat?