Two saxophone synthesizer builds for the price of one

[Bruce Land] has been sending in student projects from the electronic design course he taught at Cornell last semester. By a curious coincidence, two groups build saxophone synthesizers with the same key arrangement as a real sax.

First up is [Brian Wang]’s digital sax. There’s a small microphone in the mouthpiece and a series of buttons down the body of the sax telling the ATMega664 what note to play. The data for the saxophone synthesis was created by looking at a frequency plot of a sax, bassoon, harp, and pipe organ. [Brian] has the synthesis part down pat; there’s definitely a baritone sax in that little microcontroller.

Next up is [Suryansh] and [Chris]’s PVC pipe saxophone. It’s the same general principle as [Brian]’s project – the musician blows into the sax (we really like the kazoo mouthpiece) and a small mic picks up the sound of the wind. If the microphone output is above a certain threshold, the buttons are read and a note come out of the sax. We’re picking up a whiff of alto sax here; shame there wasn’t a duet with the two teams.

After the break you can see both saxophone projects in all their glory.

[Read more…]

Playing Pong with your mind

It seems [Charles Moyes] and [Mengxiang Jiang] won’t suffer from the sore wrists and thumbs from an Atari controller any longer. They built a version of Pong played by concentrating and relaxing while wearing an EEG headset.

Right now, there’s only enough hardware for one player; when the player operating the red paddle concentrates the paddle moves up – relax, it goes down.

The hardware portion of the build is fairly tricky business. [Chuck] and [Mengxiang] built a circuit to amplify the tiny voltages between their ears into something a microcontroller can read. The circuit is loosely based on this Arduino EEG build, but highly refined as the elegance of an ATMega644 requires.

The EEG amplifier has a cutoff of under 50 Hz, perfect for reading the Alpha waves correlated with concentration. The oscillations from the skull-cap are sent through the ATMega to MATLAB where after a pass through an FFT the brain waves are converted to mouse scroll wheel output.

There’s a demo video available where you can see spectators screaming at the poor test subject telling him to relax and concentrate on command. You can check that out after the break.

[Read more…]

3D whiteboard without the whiteboard

This one is so simple, and works so well, we’d call it a hoax if April 1st hadn’t already passed us by. But we’re confident that what [William Myers] and [Guo Jie Chin] came up with exists, and we want one of our own. The project is a method of drawing in 3 dimensions using ultrasonic sensors.

They call it 3D Paint, and that’s fitting since the software interface is much like the original MS Paint. It can show you the movements of the stylus in three axes, but it can also assemble an anaglyph — the kind of 3D that uses those red and blue filter glasses — so that the artists can see the 3D rendering as it is being drawn.

The hardware depends on a trio of sensors and a stylus that are all controlled by an ATmega644. That’s it for hardware (to be fair, there are a few trivial amplifier circuits too), making this an incredibly affordable setup. The real work, and the reason the input is so smooth and accurate, comes in the MATLAB code which does the trilateration. If you like to get elbow deep in the math the article linked above has plenty to interest you. If you’re more of a visual learner just skip down after the break for the demo video.

[Read more…]