This is a really simple project that would fun for anyone getting started with an Arduino. Check out the 'more info' section for a link to the source code. There aren't any schematics, but the code is well documented.
Void your warranty, violate a user agreement, fry a circuit, blow a fuse, poke an eye out. Make: The risk-takers, the doers, the makers of things... Welcome to Make: Online!
More contributors: Mark Frauenfelder (Editor-in-Chief, MAKE magazine), Kipp Bradford (Technical Consultant/Writer), Chris Connors (Education), Diana Eng (Guest Author), Peter Horvath (Intern), Brian Jepson (O'Reilly Media), Robert Bruce Thompson (Science Room)
Behind the Scenes at MAKE and CRAFT
In January, many of the remote MAKE/CRAFT team members (myself included) convened at the Maker Media headquarters at O'Reilly Media in Sebastopol, California. Take a look behind the scenes of your favorite DIY publications as Goli Mohammadi gives us...
More...
Sign up for the Make: Newsletter
Our Make: Newsletter covers news from maker Media, has original columns, Shed deals, and more! You can also read the archives of past issues.
The video looks like the LED is in the path to the speaker. Won't this have the effect of cutting out half the sound wave?
Reply to this comment
@Alex,
It does, but it isn't. It's a shame there aren't any schematics, but ask anyone familiar with electronics and they can help. Here is the code:
int ledPin = 13;
//led for visualization (use 13 for built-in led)
int speakerPin = 11;
//speaker connected to one of the PWM ports
Each component has it's own pin.
Send me an email if you need any additional help getting started. I would be happy to help.
Reply to this comment