We’ve featured several different ways to roast coffee beans over the years. This is the next logical step. [Nightlife31] shows us how to use an Arduino and a popcorn popper to create a fully automated coffee bean roaster. You’ll have to modify your popcorn machine to be controllable. This means installing your temp sensor and relays. You can see a basic schematic for that in the project page. The rest involves making a fairly simple circuit on an Arduino protoboard attachment. The end result is quite nice. We wouldn’t mind waking up to some freshly roasted coffee beans in the morning. We’ve seen these done with PID controls, and directly controlled by a computer. There’s even this one that has a much more involved build with a convection oven mounted on top instead of a popcorn popper.
Arduino Hacks3074 Articles
Knock Detecting Lock
[youtube=http://www.youtube.com/watch?v=zE5PGeh2K9k]
[Steve] shows us his version of the knock detecting lock system. The idea is pretty simple, knock in a certain pattern and the door unlocks. We’ve seen it before several times. This solution is somewhat cleaner than the others, not only in physical design, but also in how you reprogram it. Simply push the reprogram button and enter your new knock. We’re a bit surprised that the suction cups actually hold it on the door. Maybe it’s just us, but we can never seem to get those things to hold very well. There are lots of great pictures as well as the source code available on his site.
[via HacknMod]
Apple Remote Arduino Shield
[Computergeek] made an Arduino Shield in order to use it as an Apple remote. We like the construction technique that he used; taking perf-board and soldering the circuit and using stripped wire to interface with the pin sockets on the Arduino. He’s written the code needed to function as an Apple Remote but this shield has a lot more potential. This is an excellent opportunity to delve into the different IR protocols out there and create a universal remote for all of your random devices. We’d also want to give it a try as a TV-B-Gone.
The parts are easy to find or salvage without putting in an order. We’re not certain about his design, he should probably have invited a resistor to the party the two IR LEDs are having.
Augmented Xylophone
[Ania’s] been working on extending a xylophone in a project called Multixylophoniomnibus. She’s fitted a piezo sensor on the bottom of each xylophone key, interfacing it with an Arduino. When a mallet hits a key the corresponding box augments the sound in one of several ways. It looks like she’s prototyped a box that twangs a rubber band, one that uses a solenoid to clap mini cymbals together, one that rattles a glass full of beads, another that vibrates a glass full of water, and yet another that rattles a chain.
It’s nice to see how versatile the xylophone is for instrument hacking. Her Flickr set is linked above but we’ve also embedded some prototyping videos after the break.
ArduiNIX: Nixie Shield For Arduino
Flock of Butterflies has just published their third post in a series about the ArduiNIX, an Arduino shield that drives Nixie tubes.We’ve featured Nixie tube projects such as a single tube clock, free-formed Nixie circuits, and tubes in a bottle. Now the hurdle of handling high voltage tubes while protecting low voltage logic circuitry has been taken care of for you. The shield can be purchased as a kit but the Eagle CAD files are also available, allowing you to etch your own circuit board.
Although this is meant for the Arduino there is nothing to keep you from using it as a driver with any microcontroller. The board listens for 5V logic levels to switch the multiplexed display of up to eight tubes. Get your hands on some Nixies and give this a try yourself.
Related: ArduiNIX Part 1, ArduiNIX Part 2
Another Mini KeepOn?
[flickr video = 4060182274]
[Eustice Scrubb] has posted some videos and pictures of a robotic “eye stalk” that he’s building. It looks like the final version is using 3 servos in an arrangement like tendons through a slinky jr. The ping-pong ball on the top has a BlinkM inside it. You can see a video after the break that shows the three servo tendons in motion. The whole thing is controlled by an Arduino and one of his pictures states that it plays mp3s and has an internal pendulum. None of his pictures seem to implicitly state what it is meant to do though.
Time-lapse Courtesy Of Arduino
[Ross] put together a small package for use with time-lapse photography. The Nikon camera he’s using can snap a picture when it receives an IR command. [Ross’] solution connects an IR LED to an Arduino to generate this signal. The delay between frames is set with a potentiometer that is read in through the ADC. This is quite a bit less involved than the last solution we saw.
The unit consisting of an Arduino clone, a 9v battery, and the IR LED on a cable is easy to fit into a camera bag. He’s posted the code and we’ve embedded an example of his work after the break. An enclosure as well as time references around the potentiometer would complete this handy tool.