← Revision 1 as of 2012-08-18 20:19:45
Size: 1792
Comment:
|
← Revision 2 as of 2012-08-19 01:05:51 →
Size: 1033
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
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. | The above files need to be placed in the ''libraries'' folder inside of your Arduino sketch directory. After you unzip !ArduinoFFT.zip, take the FFT folder and place it in your ''libraries'' folder, restart Arduino and load one of the example programs to test out the library. |
Line 20: | Line 20: |
===== Mac ===== Open up your Arduino sketchbook folder. This is typically ''/Users/<your user name>/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]] |
Arduino FFT Library
About the Arduino FFT Library
Programming Examples
Libraries: Arduino1.0 or Arduino-0022 (should work with both)
Installing Libraries
The above files need to be placed in the libraries folder inside of your Arduino sketch directory. After you unzip !ArduinoFFT.zip, take the FFT folder and place it in your 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\<your user name>\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.