=== Arduino FFT Library === ==== About the Arduino FFT Library ==== ==== Programming Examples ==== Libraries: Arduino1.0 or Arduino-0022 (should work with both) * [[attachment:ArduinoFFT.zip|Arduino FFT library]] ==== Installing Libraries ==== The above files need to be placed in the ''libraries'' folder inside of your Arduino sketch directory. After you unzip the !ArduinoFFT folder and place it in the ''libraries'' folder, restart Arduino and load one of the example programs to test out the library. If you are not certain where the ''libraries'' folder is located on your computer, try the following: ===== PC ===== Open up the Arduino software, and go to '''Sketch -> Add File...''', and a window will pop up that is your sketch folder. This is usually ''C:\Documents and Settings\\My Documents\Arduino''. If you see a ''libraries'' folder, put the !AudioCodec library in there. If you don't already have one, create the ''libraries'' folder in that directory. ===== Mac ===== Open up your Arduino sketchbook folder. This is typically ''/Users//Documents/Arduino''. If there is not a folder already named ''libraries'', you should create one and place the unzipped !ArduinoFFT library within it. ==== Documentation ==== * [[attachment:codecshield_board.png|board image]] [[attachment:codecshield.brd|board eagle file]] * [[attachment:codecshield_schem.png|schematic image]] [[attachment:codecshield.sch|schematic eagle file]] * [[attachment:codecshield.lbr|library eagle file]] * [[attachment:codecshield.zip|pcb gerber files]] * [[attachment:codecshield_bom.pdf|pdf parts listing]][[attachment:codecshield_bom.ods|.ods parts listing]] * [[attachment:sample_rates.ods|.ods sample rates chart]]