Bluetooth communications for Android devices via Processing

bluetooth-for-android-processing

[Oscar] shows us how to use a Processing sketch for Android to communicate with Bluetooth devices (translated). It turns out this is easier than you might think. Processing and Android are both closely related to Java, and you can just import the Android libraries that deal with Bluetooth within the Processing sketch. That makes it easy to enable the Bluetooth modem when the sketch is launched, … [Read more...]

Python on a microcontroller

python

The team at LeafLabs was looking for something cool to do with their new ARM development board. [AJ] asked if anyone had ever played around with Python, so [Dave] cooked up an implementation of PyMite and put it on a Maple board. While the writeup is only about blinking a LED with a microcontroller, they're doing it with Python, interactively, and at runtime. The build uses the Maple Native … [Read more...]

Barebones PIC RFID tag

barebones-pic-rfid-tag

An inductor and 8-pin microcontroller are all that make up this barebones RFID tag. You might have done a double-take when first seeing the image above. After all, there's nothing hooked up to the power and ground pins on the chip. As [Ramiro Pareja] explains in his post, the power is actually supplied via the I/O pins to which the inductor is soldered. It seems that each I/O pin has a parasite … [Read more...]

Voxel Shield makes driving LED cubes easy

voxel_shield_led_cube

An Arduino can handle running a small LED cube on its own, but if you’re planning on building something big, eventually you are going to run out of pins. For something like an 8x8x8 cube, odds are you will have to turn to shift registers to get the job done. While you could design a breakout board full of shift registers on your own, [Connor] has done the work for you and produced an easy to use … [Read more...]

Capacitive sensing tutorial

panel

[Bertho]'s submission for the 74xx logic contest is really impressive. He designed a capacitive sensing touchpad using only 74xx and 40xx logic chips. We're impressed with the build and his writeup is one of the best resources we've ever seen for capacitive sensing. There are two ways to go about designing a capacitive touchpad. The first option is put a voltage through an RC circuit. Measure … [Read more...]

The Water Calligraphy Tricycle

Water-Calligraphy-Tricycle

Many westerners visiting or living in China may observe the art of "water calligraphy" and some may even try to imitate it. However, media artist [Nicholas Hanna] decided to take a totally new approach and make his own water painting machine. Someone less creative would have devised some imitation of a human, but [Nicholas] decided to totally rethink the process in the form of a tricycle.  … [Read more...]

Over-the-air FM radio gains Internet control

internet-controlled-radio

[Old bit collector] is giving up control of his radio dial to the Internet. He combined a couple of Parallax products which now allow him to tune, adjust volume, and toggle the power for an FM radio receiver. The setup is pretty simple. An FM receiver module is mounted in the breadboard seen above which helps to break out its control pins. Those are connected to a Parallax Spinnarette web … [Read more...]