Twittering Chicken Coops, Batman!

By now you’ve seen almost anything Tweet. But have you seen the (French) twittering chicken coop? (Google translate link) [Hugo] had kept two chickens as part of a household-waste reduction campaign, and then afterward started work.

Even if you don’t read French, the chickens’ twitter feed basically tells the story.

The setup can take IR photographs of sleeping chickens and notify [Hugo] when it’s time to collect the eggs. Naturally, an abundance of other sensors are available. The coop can tweet based on ambient temperature, nest temperature, light level, motion sensor status, or the amount of remaining chicken feed. You can easily follow whether the two fowl are in the coop or out in the yard. It’s like Big Brother, only for birds.

The application is, frankly, ridiculous. But if you’re into home (or coop) automation, there’s a lot to be learned and the project is very well documented. [Hugo] used OpenCV for visual egg detection, and custom Python code to slightly randomize the tweets’ text. All of these details are up on his Github account.

And if you just can’t get enough chicken-coop hacks, be sure to check out this mobile chicken coop, this coop in the shape of a golden spiral, or this Bluetooth-enabled, talking chicken coop, among others. You’d think our name was Coop-a-Day.

Oinker Is Twitter For HAMs

oinker

Have you ever wanted to send a quick message to your HAM radio buddies over the air but then realized you forgot your radio at home? [Troy] created Oinker to remedy this problem. Oinker is a Perl script that turns emails into audio.

The script monitors an email account for new messages and then uses the Festival text-to-speech engine to transform the text into audio. [Troy] runs Oinker on a Raspberry Pi, with the Pi’s audio output plugged directly into an inexpensive ham radio. The radio is then manually tuned to the desired transmit frequency. Whenever Oinker see’s a new email, that message is converted into speech and then output to the transmitter.

The script automatically appends your HAM radio call sign to the end of every message to ensure you stay within FCC regulations. Now whenever [Troy] runs into some bad traffic on the road, he can send a quick SMS to his email address and warn his HAM radio buddies to stay clear of the area.

Hackaday Twitter Hits 40,000 Followers!

hackaday-40k-twitter-followers

I’m not sure exactly how many readers keep an eye on our Twitter account: @hackaday. We hit a new milestone today at 40,000 followers. For those of you who have been watching the Twitter feed recently, you’ve probably noticed it’s no longer limited to simply announcing each new post as it hits the front page. Madness, right?

A little over a week ago [Mike] promoted me to the role of Community Editor; a new position here aimed at directly engaging readers. For now, that means helping to guide conversations in the comments toward a degree of helpfulness and productivity. I’ve also sent out a handful of tweets to sort of test the waters, but considering my job is to engage the community, I thought I’d just ask! What can we at Hackaday be doing differently with social media (particularly Twitter) that you would find valuable? Hit up the comments and let us know, or join the conversation on Twitter: #HaDSuggestionBox

A Twitter Connected Mechanical Calculator

The TwitALU

Two students at the University of Bristol wanted to create a computer to demonstrate how ALUs work. The result is the TwitALU, a Twitter connected mechanical calculator.

The device uses a custom 7400 series ALU based on the famous MOS 6502 processor. Instead of doing the calculations on a silicon die, the ALU drives mechanical relays. This produces a nice clicky-clacky sound as the calculation is computed.

To start a calculation, you tweet @twittithmetic with your input. A Raspberry Pi is used to load the instructions into the ALU. Once the computation is done, it’s tweeted back to you and displayed on the Nixie tube display. It’s not efficient, or fast, but it does the job of demonstrating the inner workings of the device while doing simple math.

The device’s schematics are all available on the website, and are helpful for understanding how a simple ALU works. After the break, check out a quick clip of the TwitALU in action.

Continue reading “A Twitter Connected Mechanical Calculator”

Twitter Knitter Combines 40 Year Old Hardware With Modern Social Media

When presented with a vintage Empisal Knitmaster knitting machine, members of the TOG Dublin Hackerspace worked together to not only bring it back from the dead but to also add some custom hardware that allows for computer generated patterns.

At first the Knitmaster was in fairly bad shape requiring a few custom machined parts just to function.  It was originally designed to feed in special punch cards that mechanically directed the many moving parts of the machine (called “dibblers”) to knit patterns in yarn.  Using an Arduino, a number of servos, and a microswitch to detect when the knitting carriage is pulled across, this card-read system was replaced with a computer controlled mechanism that can direct the machine to print out images one row at a time.

Of course, you don’t get too many opportunities to name your project something as cute as “The Twitter Knitter”, so once the system was working, it was only a matter of writing some code to snatch tweets from the web and generate images out of the text.  Visitors of the Dublin Mini Maker Faire got to watch it in action as they posted tweets with a particular hashtag which the machine happily printed in yarn (as long as they weren’t too long).

Video demo after the jump.

Continue reading “Twitter Knitter Combines 40 Year Old Hardware With Modern Social Media”

Visualize Twitter With An LED Matrix

visualizing-twitter

What’s your favorite color? Don’t tell us, Tweet it to [Sebastian’s] favorite color Twitter display and you’ll be contributing to the artwork hanging on his wall.

This answers a very important question, what do you do with your projects after they’re completed? For us the best part is the planning and building. Once it’s done the thrill is pretty much gone for us. We haven’t even switched on our Ping Pong clock in over a year. But [Sebastian] recently dusted his 10×10 LED matrix for this project.

Tweets are parsed by a Python project he wrote to try out the Twitter API. It looks for a set list of colors . He asserts that people aren’t that creative when you solicit their favorite color but to prove him wrong we’re going to say our favorite is Amaranth. After it finds the color it pushes it to the next pixel in the spiraling pattern shown above. But wait, there’s more! To give the pixels a but if extra meaning he uses the total length of the tweet to set intensity.

If you need a Titter enabled hack that displays a bit more specific data you’ll want something that can actually display what was Tweeted.