Arduino compatible home automation for smart phone or voice control

[Joseph] wrote in to share this home automation system he’s working on as a college project. He calls it the Room Engine and the house-side of the hardware is built on top of the circuit you see here. This is the most basic part of the REBoard, which is meant to connect to a computer uses RS232 or USB, and in turn use a set of relays to switch mains voltage devices.

You can follow the bread crumb on his webpage to get a broader video of the system. The interface is designed to use two parts. One is a voice recognition system that is supported by the computer. The other is an iOS interface that includes login credentials and a button-based control system. The video after the break shows off the smart phone portion of the controller. We think he’s done a good job of integrating a few appliances without the need for commercial products such as X10 modules.

If you’re just interested in switching a few things without cord’s reach of each other this can get it done, and offers scheduling functionality. It would also be pretty easy to set this up with a WiFi module and do away with the PC.

[Read more…]

The trials of working with brushless DC motors for the first time.

We’ve all worked with DC motors at some point. Even if you aren’t a big hardware person, you’ve probably at least picked up a motor as a kid and touched a battery to the leads causing it to whir to life. These are usually standard DC motors and not their brushless relatives. Brushless motors require a bit more work since you are manually controlling things that are normally taken care of with the brushes. This article won’t teach you how, rather it will show you the mistakes one person made in his inaugural effort to use them. It is mildly amusing, but the project summary that he’s using them for seems even more interesting.

The job that’s been paying my bills and keeping me away from artsy-fartsy circuits for the past six months involves making a set of these enormous robot doors for a Certain Very Fancy Person’s house. Each door is 13 feet tall, around 7 feet wide, and weighs 1500 pounds. There are 66 of them in said house, and more in the servant quarters(!?!). The circuits on board each door have to handle running an onboard air compressor (which regulates a pneumatic weatherseal) as well as keeping track of temperature to linearize the pressure sensors when the weather gets cold. They also have to charge and maintain sealed lead acid batteries. They have commutated power rails. They have to communicate over said power rails, and do so using an capacitively-coupled data slicer and a proprietary protocol I wrote. This protocol has to be robust enough to bootload the processor over. It’s a proper embedded systems job.

Wow.

[via Adafruit]

Golden spiral chicken coop

[Marchelo] wanted to build his own chicken coop. He started researching different designs and ended up basing his build on the golden spiral.

In addition to the interesting shape, a ton of clever design choice made it into the build. For instance, [Marchello] took the time to dramatically round over the lumber used as the skids of the base. This, along with wheels on one side, will make it much easier to slide the coop if he needs to move it. Also, the roosting boxes are an addition to the side wall of the hen-house. The roof for these boxes is hinged, so checking on the chickens, or harvesting eggs happens at a comfortable height for the farmer. And finally, the plank that allows entry for the hens doubles as the door at night. So far this is a manual-operation, but we could see some mechanization as a future improvement.

[via Reddit]

A much easier take on an Android garage door opener

[Andy] is taking the complexity of a smartphone-controlled garage door down a notch with this project. He’s not interested in checking on the state of the door (open or closed) using a video feed, or in controlling the thing from anywhere in the world. He just wants to use his Android as the remote control and we say amen to that.

The circuitry in the garage is pretty simple. A relay is used to simulate a button press on the in-garage wired opener. This relay is driven by an Arduino which uses a Bluetooth shield for connectivity. Since his Android phone has a Bluetooth modem the rest of the project is just app development. As you can see in the video, the app automatically connects to the Arduino when it is launched, then waits for the button press to send the electronic equivalent of ‘Open Sesame”.

The project covers a series of posts so if you want to see how he got the app up and running make sure to browse through his archives. The next iteration for this app needs to be a background widget that enables Bluetooth, connects to the Arduino, and send s the open command all with one press.

[Read more…]

Automatic cat feeder made with recycled laminator parts

automatic-cat-feeder

When [Antoine] and his family leave home for a few days, they usually have to find a neighbor who is willing to care for their cats while they are away. Instead of bothering the people who live next door, he decided it would be best to build an automatic cat feeder (Translation) instead.

[Antoine] originally tried building an auger to distribute the food, but it didn’t work as well as he had hoped. He opted to build a dispenser out of wood instead, driving the feeding wheel with an old microwave platter motor. The motor did not have enough torque to do the job, so he dismantled an old laminator, which had a more suitable motor inside.

He built a large hopper (Translation) out of wood and left over acrylic sheeting, which stores the cat food and houses all of the electronics used in the feeder. He controls the amount of food and feeding intervals using a pair of buttons and a small LCD display, all of which are controlled by an Arduino Nano.

While [Antoine] has not yet shared the source code that drives the feeder, he does have a demo video which you can watch below.

[Read more…]

The Gas Cap senses your flatulence and displays it on your forehead

If you’ve ever found yourself wondering if there’s any possible way to let those with deficient olfactory senses know just how flatulent you are, wonder no more. The Gas Cap is here to fulfill that very need. A bar graph of sorts, located on the front of a hat that will light up to reflect the amount of methane sensed near your, uh, exhaust port. This project cost around $100, though a good portion of that went to the Xbee modules so that the detector could be separated from the hat, allowing for remote fart notifications.

This seems to be a project that is not as uncommon as one might assume. We’ve seen fart intensity detectors as well as tweeting chairs that alert the world when you pass gas.

[via Adafruit]