Automated Chicken Coop Door

[youtube=http://www.youtube.com/watch?v=qUKIlZIZDqc]

Here’s a pretty cool implementation of an automated door, built for a chicken coop. The electronics are fairly standard, an Arduino and a used cordless drill. The end product will be not only wireless, but automated based off of ambient light as well.  We also found the locking mechanism quite elegant. He also supplied a link to another automated chicken coop door which has a decent writeup with schematics and such. Next, he’ll have to automate their feeding as well.

[Thanks Jeri]

Adding Reset To An FTDI Cable

Hackaday alum [Adam Harris] hacked an FTDI cable to use for programming his Arduino. After cracking open the plastic case he found the FTDI chip used is the same as the one in the SparkFun programmer. The only real difference was that his cable wasn’t resetting the Arduino, he had to do that manually. The solution was to reroute the RTS wire so that it connected up to the DTR pin. This proved difficult because of the tiny footprint of the chip, but after many tries he managed to get a piece of wire wrap soldered in place.

Optiboot Makes Your Arduino Faster, Sleeker

Tired of waiting for that Arduino sketch to upload? Find yourself limited by code space? Optiboot eases both of these problems. The package is an alternative bootloader that runs at a higher baud rate (115200 versus 57600) and it takes up 1.5 KB less space than the stock version. This means your sketches can be larger without upgrading to a beefier chip and they will take less time to upload, a lot less.

This fully compatible alternative to the Arduino bootloader requires an AVR ISP programmer to burn it to the chip on your Arduino. If you have an extra AVR lying around you could use the Arduino as a programmer and then physically swap the chips.

[Thanks Peter]

Punching Accelerometers

Shortly after finishing his Makiwara punching bag, [Abieneman] wired and programmed an Arduino to an accelerometer to find out just how much acceleration (and with some math, force) is behind his punches. The project is simple and would be quick to reproduce for your own measuring and experiments: all that he used included an Arduino, accelerometer (with A/D converter), LED displays (and shift register). We were a little disappointed to learn of how much static the accelerometer produced, so measuring things such as impulse, energy, and pretty much anything not kinematic is nullified. But it makes us wonder, how much static would be in say, a Wii Remote punching bag?

Mind Controlled TV

[youtube=http://www.youtube.com/watch?v=6mVxY2IJXBg]

Finally, a good use for those EEG headsets. [Andrew] has set up a system that will turn his TV on and off if he focuses hard enough. He’s got the software set to trigger an IR LED when the “strength” gets high enough.  When the action starts, around 4:30 in the video, you can see that when he raises his arm the meter on the screen begins to raise and the TV turns on. Though not immediately useful, we can’t help but get a little excited seeing him literally turn his TV on with a thought.

Arduino Implemented On An FPGA

If you think that Arduinos are overkill in most projects we can do one better for you. [Jack Gassett] has a virtual Arduino running on a Field Programmable Gate Array. We checked in with [Jack] back in November to see his work with the AVR8 Soft Processor, an FPGA version of an AVR chip. Because the Arduino uses AVR it wasn’t too much of a leap to make this Arduino compatible. We’re lacking in imagination when hit comes to using this method productively, but we’re sure someone will find a way.

[Thanks Drone]

Teletype Twitter Frontend

The folks from NYC Resistor got their hands on a teletype machine and hacked it to monitor Twitter. This eighty-year-old beast bangs out messages that it receives at 45.45 baud. This isn’t a project that turns something into a teletype, but rather finds a different way to feed the machine data. In this case, a python script parses Twitter and sends the data it finds to an Arduino board. The Arduino in turn formats the message into the serial format necessary to communicate with the device. To the left you can see a trend plotter, learn more about both in the video after the break.

Continue reading “Teletype Twitter Frontend”