The Auduino Project
Using an Arduino Uno Board (Open-source electronic prototyping platform) we can make a basic synth using Granular Synth techniques.
For this Project you will need the following materials:
- Computer (Mac or PC)
- (1) Arduino Uno Board
- (1) USB Cable
- (1) BreadBoard
- (1) Mono or Stereo Output jack
- (5) 5Kohm linear potentiometers
- (5) knobs (not necessary only for cosmetics)
- (1) Some kind of container (carboard box, cookie jar)
- Jumper Wires 65 pcs of 22 AWG jumper wire ,100mm
- Some time and patience
This image is off of the Tinkerit website that helped me with my first Auduino project.
I started with a cookie jar. I cut 5 holes in the top for the 5k Pots.
I then cut two holes on the side for the USB cable and the Mono Input Jack.
The next step was building a cardboard rest in the cookie jar so everything could sit correctly at the right level and installing the Mono Input Jack.
It is now time..... I hooked up my Arduino to a bread board using jumper wires, add the 5k pots and connected the output mono jack.
After this setup it is important you follow these steps:
- Download the source code from the the Tinker.it Google Code site.
- Load it into the Arduino environment, set up your board type and serial port, then hit the Upload button.
- If you've never used Arduino before, you'll need to download the development software from the Arduino site.
The "Code" you load into the Arduino is basically a list of functions and interruptions telling the Arduino platform what to do / perform.
It is important to test your Arduino before any kind of further installation. One cable misplaced or a 5K pot not properly connected will produce no sound.
It is important to test your Arduino before any kind of further installation. One cable misplaced or a 5K pot not properly connected will produce no sound.
After testing and confirming the Arduino was performing the synth code, I then carefully attached the cookie tin top and the 5k pots together.
Here's a bottom view...
Then I placed the Arduino inside, connected the output mono jack, and hooked up the USB cable.
No comments:
Post a Comment