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.

Arduino USB Host Shield

UsbHostShield

Circuits@Home has been journaling their development of a USB host mode shield for Arduino, which could bring the platform a veritable explosion of mass storage, keyboard input and countless other peripheral options (and a corresponding raft of new hacks). Currently at the prototype stage, a ready-made shield and library are forthcoming, so keep checking back. Meanwhile, for embedded developers wanting to learn the ropes of USB, the in-progress articles will likely provide some valuable insights.

[thanks Kersny]

Interactive LED Block Wall

led_pixel_wall

[Dave Vondle] from IDEO Labs sent in the large LED pixel wall he built using BlinkM modules, an Arduino, and Flash to control it. The overall result is a blindingly bright, large, public display for people to interact with. The best part about the project is that [Dave Vondle] documents everything; from hardware to schematics to source code. Unfortunately, he was forced to remove the wall due to construction, but since every part of the project is open source, it lends itself to be easily recreated. I’m sure we’d all like to see a wireless controller hookup to play pong on the streets of Chicago.