News & Articles

Free Robotics Guide

Get started making your own robotics with this guide from the Pyros! Send Me My Free Guide!

Categories

Sponsors



SudoGlove Hardware Controller

“The SudoGlove is a gesture controller that can be easily interfaced with hardware or software via a wireless connection. The glove implements an array of sensors plus filtering circuitry and mathematical analysis firmware to derive state values for each sensor and transmits them to an authorized receiver. I have used the glove to drive an RC car, to synthesize music, to manipulate openGL video, to control arbitrary processing software, and to control performance lighting effects.”

PyroFactor:
Read


FPGA Audio Peak and Correlation Meter

“I started this project more to gather some experience with FPGAs, rather than to design or own such a device, but it ultimately developed into a complete design, consisting of several boards.”

The design is not over complicated and it's a great example of how a simple FPGA project can turn into a useful tool for audio processing.

PyroFactor:
Read

TYMC: Album Artwork

“In this article we are going to use the Last.fm web service to grab the last piece of data we need to make our music collection perfect: the album artwork. We're going to use the same techniques we've used in the past articles to expand the functionality of our application to do something new. With the concepts we employed in the previous articles, the possibilities are nearly limitless.”

PyroFactor:
Read

Shruthi-1 – Mutable Instruments

“The Shruthi-1 is a hybrid digital/analog monosynth. Its hardware design is deceptively simple, but the sonic range is wide: sometimes grungily digital like a PPG-Wave, fat and funky like a SH-101, videogame-y like a Commodore 64, weird and warm like an ESQ-1 ; but more often than not, truly original.”

PyroFactor:
Read

A Morse Code Keyer In VHDL

This VHDL morse code keyer is written in VHDL by Jim Brady. He has posted the source (for a Xilinx Spartan 3A). He also posted his vintage keyer designs from the 1960's and 1970's. A nice throw back using some modern tech.

PyroFactor:
Read

TYMC: File Structure

“This article will be the first in a series of software articles describing the process of organizing your music collection. I’ve decided to write the application in Python for a number of reasons: I’ve never used Python myself, Python has modules for reading and writing mp3 tags, and Python is easy to install and configure.”

PyroFactor:
Read

Digital Sound Level Meter

“This circuit is a digital sound level meter with a LCD screen, capable of displaying 80 characters (4 rows with 20 characters on each). You can build this LCD display. It also provides more debugging information, such as the minimum and maximum analog-to-digital samples that were measured during each period.”

PyroFactor:
Read

Phantom-powered XY Mic

Don't let the phantom power scare you away, this mic is powered by the music flowing into it.
“The circuit is constructed on a Radio Shack Multipurpose PC Board (Cat # 276-150) which has been modified by snapping off about 1/2" of its length to provide clearance for the two DIN sockets.”

PyroFactor:
Read

LED Sensor Piano Keyboard

Building a digital piano is actually not as difficult as you might think. This article explains how to build a mini digital piano that can play tones across a single octave. An AVR microcontroller does all the intelligent processing and tone output and some LEDs are used to provide input from the musician. The article has all the hardware, software and theory explained.

PyroFactor:
Read

Wind Harp

A project for you music lovers:
"The wind harp was displayed at Maker Faire and Robogames during 2008. A fan was placed nearby to blow across the strings to make it play. Visitors to my display can change the wind patterns to the harp by blocking the air stream and make it play differently."
The article has a pdf of the hardware schematic and construction photos.

PyroFactor:
Read