Music visualization generator with a Propeller

The folks over at Gadget Gangster have been working on a music visualization system using a Parallax Propeller. The visualizations are awesome in their early-90s demoscene way, and of course we love anything using the oft under-appreciated Propeller.

The project is called Video Beats and it generates music visualizations in the style of a blocky but very complex Atari 2600 game. There’s really not much to the build – just two RCA jacks for the audio input and video output along with a couple of resistors – but we do appreciate how nicely this project would fit in at a chiptunes show.

The Gadget Gangster team says the input isn’t limited to just audio – a potentiometer, accelerometer, or even a light sensor can be added to the build for a more dynamic output. After the break, you can see the demo of Video Beats, and a [Family Sohn] music video that used an early version of this circuit.

[Read more…]

Controlling a Propeller wirelessly with Bluetooth

[Jeff] from Gadget Gangster sent in a great tutorial on connecting a cheap Bluetooth module to a Parallax microcontroller. In addition to getting a terminal to the Propeller up and running from his computer, [Jeff] was able to toggle IO pins and even control servos and Android devices – perfect for your next wireless robot.

Connecting the Bluetooth module to the Propeller dev board was easy enough – just two wires for power and two for transmitting and receiving. The computer side of the setup was easy as well; just entering a Bluetooth passcode. Once that was done, the Propeller could talk to the computer and vice versa.

Of course, without the ability to control pins on the microcontroller wirelessly the build was for naught. [Jeff] wrote a simple blinking LED demo. After that, a servo was connected and the build finished off by connecting to an Android terminal.

Although it’s a relatively simple build, we’ve noticed the Propeller doesn’t get much love around the Internet. While it may not have won the microcontroller holy war, it’s nice to see an underrated mcu getting some attention.