Definitive Dog Feeding with Arduino

Some dogs have no sense of self-preservation. Given the opportunity, they will eat until they’re sick. It’s up to us humans to both feed them and remember doing it so they aren’t accidentally overfed. In a busy household with young children, the tricky part is the remembering.

[Bryan]’s family feeds their dog Chloe once a day, in the mornings. She was a rescue who spent a few years scrounging for meals on the street, so some part of her is always interested in finding food, even if she just ate. Each morning, the flurry of activity throughout the house is …read more

Continue reading Definitive Dog Feeding with Arduino

Always Misplacing Your Keys? You Can Fix That With Some Logic Chips

Every time he came home, it was the same thing. As soon as he crossed the threshold, his keys just disappeared. There was no other logical explanation for it. And whenever it was time to leave again, he had to turn the house upside down to find them.

One day, [out-of-the-box] decided he’d had enough and built a door-activated alarm system out of stuff he had on hand—a decade counter, a cheapo reed switch-based door alarm, and some transistors. When the door is closed, the decade counter’s output is set to light up a green LED. When he comes home …read more

Continue reading Always Misplacing Your Keys? You Can Fix That With Some Logic Chips

Opto-Isolating Automatic Cat Feeder Problems

When you buy an off-the-shelf automatic cat feeder, you might well expect it to do the one thing it’s supposed to do. Feed the cat. Well, at least as long as you do your part by keeping it filled with food nuggets. [Stephen] had the sneaking suspicion that his feeder was slacking occasionally, and set out to prove this theory.

He had a few ideas for approaching the investigation. One was to set up a web cam, but that proved unreliable. Another idea was to log the weight changes of the food bowl. This seemed like a possibility because the …read more

Continue reading Opto-Isolating Automatic Cat Feeder Problems

Have Alexa Open Your Garage Door

[yoyotechKnows] built an Alexa-controlled garage door opener after his Liftmaster stopped working. Now all he has to do is holler at his mobile phone and he can raise and lower his garage doors at will.

His project is based around a Photon WiFi kit, with a pair of LCC 120 digital relays triggering the two doors, reed switches, and a serial-equipped LCD to display door status, with Alexa, IFTTT, and OpenHab to process the commands. You can find his code in the project writeup.

Currently he has a LCD display informing him of the status of each door, hot glued …read more

Continue reading Have Alexa Open Your Garage Door

Make Your Own Reed Switches

[Lucid Science] shows us how to make some simple reed switches. Reed switches are simple components that detect a magnetic field and can close or open a circuit once detected. While not really a thing of beauty, these DIY reed switches should help you out if you just can’t wait to order some or you fancied trying your hands at making some components from scratch.

Reed switches normally come in very small form factors so if you need something small then this may not be for you however the video does show you on a macro scale the fundamental workings …read more

Continue reading Make Your Own Reed Switches

Sensing a Magnet with Local Sourcing

I had a small project going on–never mind exactly what–and I needed to detect a magnet. Normally, that wouldn’t be a big problem. I have a huge hoard of components and gear to the point that it is a running joke among my friends that we can be talking about building something and I will have all the parts we need. However, lately a lot of my stuff is in… let’s say storage (again, never mind exactly why) and I didn’t have anything handy that would do the job.

Options

If I had time, there are plenty of options for …read more

Continue reading Sensing a Magnet with Local Sourcing

Avoiding Exercise with an ESP8266 and Blynk

[Mike Diamond] was tired of climbing down (and back up) 40 stairs to check his mailbox. He decided to create a mailbox alert using the ESP8266 to connect to his WiFi. The idea was simple: have the ESP8266 monitor when the mailbox flap opened using a magnet and a reed switch. As always, though, the devil is in the details. [Mike] got things working with a little help and shares not only the finished design but how he got there.

To handle the sending of e-mail, [Mike] used the Blynk app. You often think of Blynk as a way to build user …read more

Continue reading Avoiding Exercise with an ESP8266 and Blynk