Difference between revisions of "External resources for Arduino"
From Wikiid
SteveBaker (Talk | contribs) |
SteveBaker (Talk | contribs) (→Audio) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
External resource links: | External resource links: | ||
+ | ==== Audio ==== | ||
+ | * [http://www.ladyada.net/make/waveshield/ WaveShield info] | ||
+ | * [http://ww1.microchip.com/downloads/en/DeviceDoc/21897B.pdf WaveShield DAC (MCP4921/4922) datasheet] | ||
+ | * [http://www.arduino.cc/playground/Code/PCMAudio PWM audio] | ||
+ | |||
+ | ==== Atmel Data ==== | ||
+ | * [http://www.atmel.com/dyn/products/app_notes.asp?family_id=607 All Atmel application notes] | ||
+ | * [http://www.atmel.com/dyn/resources/prod_documents/doc2542.pdf Atmel application note about PWM audio] | ||
+ | * [http://www.atmel.com/dyn/resources/prod_documents/doc2545.pdf Full ATmega168 spec (PDF)] | ||
+ | |||
+ | ==== Bootloader Issues ==== | ||
+ | * [http://www.arduino.cc/playground/Main/ArduinoCoreHardware Core Hardware info] | ||
+ | * [http://www.arduino.cc/playground/BootCloner/BootCloner Boot Cloner from arduino] | ||
+ | * [http://www.arduino.cc/playground/Code/Programmer2 Using Arduino to program OTHER targets] | ||
+ | * [http://wolfpaulus.com/journal/embedded/arduino2.html Programming the bootloader with a "standard" programmer] | ||
+ | * [http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html#top Programming the bootloader WITHOUT a standard programmer] | ||
+ | |||
+ | ==== Misc tutorials, etc ==== | ||
* [http://www.arduino.cc General Arduino site] | * [http://www.arduino.cc General Arduino site] | ||
* [http://www.arduino.cc/playground/Main/GeneralCodeLibrary Lots of code examples]. | * [http://www.arduino.cc/playground/Main/GeneralCodeLibrary Lots of code examples]. | ||
* [http://www.arduino.cc/en/Main/ArduinoBoardDuemilanove Duemilanove] | * [http://www.arduino.cc/en/Main/ArduinoBoardDuemilanove Duemilanove] | ||
* [http://www.instructables.com/community/Arduino_1/ Instructables Arduino site] | * [http://www.instructables.com/community/Arduino_1/ Instructables Arduino site] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
* [http://www.tigoe.net/pcomp/code/category/category/arduinowiring Tom Ilgoe site] | * [http://www.tigoe.net/pcomp/code/category/category/arduinowiring Tom Ilgoe site] | ||
* [http://www.tinker.it/en/Teaching/Tutorials TinkerIt tutorials] | * [http://www.tinker.it/en/Teaching/Tutorials TinkerIt tutorials] | ||
* [http://todbot.com/arduino TodBot tutorials] | * [http://todbot.com/arduino TodBot tutorials] | ||
− | |||
* [http://blog.makezine.com/archive/arduino/ Make Magazine blog] | * [http://blog.makezine.com/archive/arduino/ Make Magazine blog] | ||
* [http://www.makershed.com/SearchResults.asp?Cat=43 MakerShed - parts for sale] | * [http://www.makershed.com/SearchResults.asp?Cat=43 MakerShed - parts for sale] | ||
Line 20: | Line 32: | ||
* [http://www.arduino.ws/ Webzone workshops] | * [http://www.arduino.ws/ Webzone workshops] | ||
* [http://webzone.k3.mah.se/projects/arduino-workshop/projects/arduino_meets_processing/instructions/index.html Sensors and stuff] | * [http://webzone.k3.mah.se/projects/arduino-workshop/projects/arduino_meets_processing/instructions/index.html Sensors and stuff] | ||
− | * [http:// | + | * [http://sheepdogguides.com/arduino/artut.htm Sheepdog tutorials] |
+ | * [http://www.abvolt.com/research/publications2.htm Digital filters] | ||
+ | |||
+ | ==== Link collections ==== | ||
+ | * [http://www.freeduino.org/ Freeduino link collection] | ||
{{Arduino}} | {{Arduino}} |
Latest revision as of 12:02, 13 January 2009
External resource links:
Audio
Atmel Data
Bootloader Issues
- Core Hardware info
- Boot Cloner from arduino
- Using Arduino to program OTHER targets
- Programming the bootloader with a "standard" programmer
- Programming the bootloader WITHOUT a standard programmer
Misc tutorials, etc
- General Arduino site
- Lots of code examples.
- Duemilanove
- Instructables Arduino site
- Tom Ilgoe site
- TinkerIt tutorials
- TodBot tutorials
- Make Magazine blog
- MakerShed - parts for sale
- CoolComponents site
- SlideShare's collection of Arduino slide shows
- Webzone workshops
- Sensors and stuff
- Sheepdog tutorials
- Digital filters
Link collections
Wikiid Pages relating to Arduino (edit) |
Arduino |
Command line Arduino |
Startup code for Arduino |
Low level functions for Arduino |
Putting data in flash on the Arduino |
External resources for Arduino |
Board schematics for Arduino |
Misc notes: Circuit notes, Music notes, Stepper motors |