Bluetooth Bot Constructed From Thrift Store Rejects

bluetooth_bot

[John] wrote in to share his latest creation, an Arduino-controlled Bluetooth robot. You might remember him from one of his previous hacks, the Lawnbot 400. This time around, he has decided to scale things down a bit and focus his hacking on small R/C toys.

His Bluetooth bot was constructed using a cheap R/C tank he scored at a thrift store for about $1.50. He removed all of the bot’s parts, aside from the frame, the battery compartment, and the motors that drive the treads. He added in an Arduino, which he paired with an Ardumoto shield from SparkFun. The motor shield costs about $25, but he does have schematics available so that you can roll your own if you so desire.

A Bluetooth Mate was added to the car, which allows serial communication with any other Bluetooth device. Once everything was wired up, he paired the robot with his computer and got down to driving it by simply pressing keys on his keyboard.

It looks like a fun little toy to have around, and it seems fairly easy to construct. Check out the videos below of his robot in action, and be sure to check out his code/schematics if you are interested in building your own.

Continue reading “Bluetooth Bot Constructed From Thrift Store Rejects”

R/C Car Controlled By An IPad Or Kinect

ipad_kinect_rc_control

R/C cars can be tons of fun, but sometimes the fun runs out after awhile. [Gaurav] got bored of steering around his R/C car with its remote, so he built an interface that lets him control the car using two different motion-detecting devices.

He built an HTML5 application for his iPad, which allows him to steer the car around. As you can see in the video below, the application utilizes the iPad’s tilt sensor to activate the car’s motors and steering depending on where on the screen he has moved the guide marker.

The second steering method he devised uses his Kinect sensor to track his movements. His hand gestures are mapped to a set of virtual spaces similar to those which the iPad uses. By moving his hands through these areas, the Arduino triggers the car’s remote just as it does with the iPad.

The actual remote control interface is achieved by wiring the car’s remote to an Arduino via a handful of opto-isolators. The Arduino is also connected to his computer via the serial port, where it waits for commands to be sent. In the case of the iPad, a Python server waits for commands to be issued from the HTML5 application. The Kinect’s interface is slightly different, with a C# application monitoring his movements and sending the commands directly to the serial port.

Check out the video below to see the car in action, and swing by his site if you are interested in grabbing some source code and giving it a try yourself.

Continue reading “R/C Car Controlled By An IPad Or Kinect”

PCBs Without Any Substrate

[Kimio Kosaka] is taking the concept of free-formed circuits to the next level with O’Baka Project No.7. It’s a fully functioning Arduino board, without the board. The traces are there and provide all of the support for the rest of the hardware. You can imagine the fragility of the package so it won’t be a surprise to learn that O’Baka Project means ‘stupid’ project.

We don’t think this manufacturing process is completely worthless. The ‘board’ seen above looks quite interesting and might be a good idea when building a show-piece where you want the circuitry to be seen. [Kimio] describes the process he used to achieve this look. The first step is to design a single-sided circuit board; he used EagleCAD. After printing out the traces he used 0.46mm steel wire to trace out each connection. Now heat up that soldering iron – [Kimio] recommends using high-acid flux to ease the process of soldering to the steel.

We think this would nicely compliment projects like LED cubes that use the circuit itself as a support structure. See this Arduino alternative from several different angles in the video after the break.

Continue reading “PCBs Without Any Substrate”

The ElectroAxé Full-Body Percussion Suit

Carnival in Salvador, Brazil is arguably one of the biggest and craziest parties this world has ever known.  With millions in attendance for what is already an incredible audio and visual display, performers are faced with the daunting task of continually bringing something new and fresh to the masses. One could always add more fireworks or visual displays (never a bad thing), but it will only take you so far. [Kyle McDonald] and [Lucas Werthein]’s answer: The ElectroAxé Full-Body Percussion Suit as demonstrated by Carlinhos Brown at Carnival 2011.

When most people hear the word “axe” as related to music they think of an electric guitar. “Axé” however, refers to a unique Afro-Caribbean fusion genre of music that originated in Salvador in the mid 1980’s and is a favorite at Carnival. [Carlinhos Brown] is a popular Brazilian percussionist and was looking for a creative new way to express himself through his song and dance. Instead of being stuck in one place near his instruments or carrying one or two drums around “marching-band style”, he is now able to move around the stage freely – his body has become his instrument.

In order to make the magic happen, [Kyle] and [Lucas] designed custom laser cut and cnc machined drum pads containing piezo sensors and integrated them with a full-body jump suit. When struck, these sensors send a signal to an Arduino with a Sparkfun Midi Shield housed in a custom enclosure on the performer’s waist. From there the MIDI signal is sent wirelessly and then audio is played through the existing sound system – it appears that a CMD WIDI X-8 wireless MIDI system is employed for the actual wireless transmission.

Although details are somewhat scarce, there are plenty of pictures, (more) available.  You really can’t argue with the results as you watch thousands of people jam along.

Come join in the festivities with video after the break!

Continue reading “The ElectroAxé Full-Body Percussion Suit”

Using TouchOSC With Your Projects

[Marcus] wrote a guide to using TouchOSC to control your projects. He sent a link to us after reading our feature about using Open Sound Control for Arduino without an Ethernet shield. He’s been using that method for quite some time now, but takes it one step further by using a smartphone as a control device. He designs his own user interface for the iPhone using TouchOSC. This is a package which we’ve seen in other projects but now you can get an idea of how easy it really is.

The project starts by interfacing an Arduino with the device you’d like to control. The circuit above patches into a remote control using a couple of transistors. Now the Arduino can simulate button presses on that remote, sending the signal to turn a light on or off. Next, TouchOSC is used for the smartphone – here it’s an iPhone but the suite works on Android as well. In the video after the break you can watch a quick interface design demo. Buttons are dragged into existence, uploaded to the phone, then configured to control you device over a network. A Processing sketch listens for OSC commands and then sends instructions to the Arduino via USB.

Continue reading “Using TouchOSC With Your Projects”

Snuggle Up With The Softer Side Of Hacking

led_quilt

Not all hacks need to be made up of servo motors, wireless radios, and PIR sensors. Sometimes hacking has a softer side, of which [Katie] reminds us with her latest creation.

Her LED quilt incorporates 64 hand-sewn LEDs, all of which were painstakingly attached with conductive thread. The same thread was used in a sewing machine to build the conductive grid that powers the LEDs. One half of the circuit was sewn into the front of the quilt in the form of 8 rows, while the columns are sewn into the back side. All of the rows and columns meet in the corner of the quilt, where they are attached to a Lilypad Arduino using simple metal snaps.

The LED matrix panel was then tested, then sewn into an actual quilt. The finished product looks completely innocuous until lit up, as you can see in the video below. We think it would make a great nightlight replacement for a child, especially if programmed to display soothing light patterns.

[via Make]

Continue reading “Snuggle Up With The Softer Side Of Hacking”

Converting The BlinkM Into The World’s Tiniest Arduino

blinkm_arduino

The BlinkM “Smart LED” is a great little device on its own accord. It allows for complete control of its RGB LED using a built-in microcontroller, enabling the user to do a wide array of things that normally require PWM to accomplish. At just over half an inch square, this little device might also be the smallest Arduino on the market.

The BlinkM packs an ATiny85 micro controller, which allows it to be flashed with the Arduino bootloader thanks to the people over at the [High-Low Tech group at MIT]. They did some tweaking of the Arduino IDE configuration files and incorporated some core library code created by [Alessandro Saporetti] to get the job done – all of which is available on their site.

Once the code is uploaded to the BlinkM, you essentially have a micro Arduino running at 8MHz with a built in LED and 2 I/O lines (5 if you snip off the LED). It’s a great device to have on hand if you feel like a full-fledged Arduino would be overkill in your project.

Stick around to see a video tutorial of the reflashing process.

Continue reading “Converting The BlinkM Into The World’s Tiniest Arduino”