Arduino + Augmented Reality

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

In this video you can see the marriage of Arduino data collecting units and Augmented reality systems. Set up by the people at pachube.com, a site for sharing sensor information from your location, this is an interesting idea. We can see that each unit has its own pattern, so it can have the data it is collecting superimposed on it in 3d. While this is really cool looking, we’re still trying to figure out what the use of this is? Who is going to be wandering around their office with a camera hooked to a computer? Maybe this is meant more for phones, so you can get quick readings off of the units without having to go access their logs. Since we know how much you guys absolutely love the Arduino, we though you might also be interested in this larger than life portrait we saw floating around.

[via littlebirdceo]

RepRap Wedge

reprap_wedge

Generation 2.0 of RepRap, the self replicating 3d printer, is approaching realization. Code named “Mendel”, the new design will be wedge shaped rather than a box which offers a few benefits. The overall design is smaller than the original RepRap but the printable area is larger. This means more functionality with less building material. With each new generation of this project the assembly gets easier and total parts price drops making the RepRap available to a much wider audience.

The RepRap blog has put forth some design specs, a picture of the assembled prototype, and has links for general assembly information (ZIP). We won’t see a finished version of this released for a few months but so far it looks like a big leap forward.

Propeller Platform

Propellor_Platform

[nmcclana] has posted an assembly walkthrough for an Arduino-style prototyping board for the 80 MHz, eight core Parallax Propeller Microcontroller. While not board compatible with Arduino shields like the ARM-based Maple board we covered, it does have that familiar layout, and provides access to all 32 I/O pins, and the 3.8″ x 2.5″ footprint was kept in mind to allow easy creation of shields modules that can be designed using ExpressPCB’s miniboard service. The Platform Kit also has the advantage over other Propeller kits such as SchmartBoard’s offerings, which require soldering of surface mount parts. Kits are available at Gadget Gangster, and ready for your next design that needs a little more sauce than the Arduino can offer.

Arduino Based Synthesizer

cheap_fat_open

[Jacob] is working on his final project for the Copenhagen Institute of Interaction Design.  Based around Arduino, the quality and quantity of his build notes make this a fascinating read and there are several examples to listen to.

The project features a brilliant idea for input:  He uses a 1/8″ TRS connector (mini-jack) whose tip is the input to the DAC of the Arduino. There are conductive pads in the shape of a keyboard that you touch the tip of the connector to in order to complete the circuit. Alternatively, the other two conductors on the connector deliver power and ground for easy interface with external controllers. He built an example controller that uses an LED and photoresistor to alter the signal returning to the Arduino. Put your hand in front of the light and the sound changes.

[via Arduino: blog]

Fritzing, Go From Prototype To Product

fritzing

Fritzing is an open source project designed to help you move from a prototype to a finished project. Aimed at those basing their projects around Arduino, you start by building your physical prototype, then recreate it with Fritzing software’s graphical editor. From there you can generate a schematic, PCB artwork, and PCB production files.

[thanks CH]

Maple Beats Up Arduino, Takes Its Shields

maple

The Atmega168 at the heart of every Arduino is an eminently capable chip; its ilk have been seen working as a basic web server, playing back digital audio, even generating TV signals. But as projects continue to grow in sophistication, reality rears its ugly head: Arduino can handle any one of these tasks very well, but it often requires squeezing every last instruction cycle or bit of memory in the device. Even the ’368 chip and the Arduino Mega are stopgap measures. Sooner or later, you have to graduate to long trousers—move up to a more capable microcontroller platform—an uncomfortable change usually involving a hefty investment in new hardware and an intimidating learning curve. Leaf Labs’ Maple aims to change all that…
Continue reading “Maple Beats Up Arduino, Takes Its Shields”

Passive Infrared (PIR) Sensor Tutorial

pirsensor

[ladyada] has a freshly-published and amazingly thorough tutorial on passive infrared (PIR) motion sensors. Most often seen in security floodlights and automatic doors, in creative hands these sensors can be put to other uses—cat flaps, camera triggers and purely artistic applications—as you’ll see in several demo projects and videos. For the curious, the tutorial provides a good amount of background theory on how PIR sensors work, along with the associated fresnel lens optics. And for those who just want to get hacking, most PIR sensors (like the one above) come in a simple-to-interface module containing all the support hardware and providing a simple digital output; the article wraps up with one such example.