Difference between revisions of "Resources and Code"
Jump to navigation
Jump to search
Notyou007a (talk | contribs) m |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | These are the resources and code for the 2010 workshop [[Freediuino_Spring_Training|Freeduino Spring Training]]: [[Workshops#Intermediate_Microcontroller_Workshop.2C_.22Beyond_Arduino.22|Beyond Arduino]] | ||
+ | |||
== Resources == | == Resources == | ||
− | [http://downloads.sourceforge.net/project/winavr/WinAVR/20100110/WinAVR-20100110-install.exe?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fwinavr%2Ffiles%2F&ts=1282352588&mirror=surfnet WinAVR (01/10/2010)] | + | *[http://downloads.sourceforge.net/project/winavr/WinAVR/20100110/WinAVR-20100110-install.exe?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fwinavr%2Ffiles%2F&ts=1282352588&mirror=surfnet WinAVR (01/10/2010)] |
+ | *[http://en.sourceforge.jp/projects/ttssh2/downloads/47683/teraterm-4.66.exe/ Teraterm (Hyperterminal Replacement for Windows)] | ||
+ | *[http://www.ladyada.net/make/usbtinyisp/download.html Drivers for the Adafruit Programmer] | ||
+ | *[http://www.atmel.com/dyn/resources/prod_documents/doc8271.pdf Atmega 328P Datasheet] | ||
+ | *[http://www.sparkfun.com/datasheets/DevTools/FTDI%203.3V%20IO%205V%20Vcc%20Cable.pdf FTDI Cable Schematic] | ||
+ | *[http://www.nongnu.org/avr-libc/ AVR LibC Reference] | ||
+ | *[http://www.sparkfun.com/commerce/tutorials.php AVR Baud Rate Calculator] | ||
+ | *[http://www.engbedded.com/fusecalc AVR Fuse Calculator] | ||
+ | *[http://www.sparkfun.com/commerce/tutorials.php Sparkfun Tutorials] | ||
+ | *[http://bit.ly/aH6Qut Crosspack for OSX (WinAVR Equivalent)] | ||
− | [http:// | + | == Code == |
+ | All code for this workshop is available [http://drop.io/kt3wfh7/asset/code-zip Here]. | ||
− | [ | + | *[[Blink]] |
+ | *[[Polling Switch Press]] | ||
+ | *[[Interrupt Switch Press]] | ||
+ | *[[Printf]] | ||
+ | *[[Simple I2C]] | ||
+ | *[[More Advanced I2C]] | ||
+ | *[[Temperature Sensor ADC Example]] | ||
− | == | + | == Summer Camp == |
− | + | ||
+ | [http://dl.dropbox.com/u/13484341/Makefile Makefile] | ||
+ | |||
+ | [http://dl.dropbox.com/u/13484341/programmerCode.zip Programmer Code] | ||
+ | |||
+ | [http://dl.dropbox.com/u/13484341/capsLockerCode.zip Capslocker Code] | ||
+ | |||
+ | [[Category:HOWTO]] |
Latest revision as of 22:33, 18 November 2015
These are the resources and code for the 2010 workshop Freeduino Spring Training: Beyond Arduino
Resources
- WinAVR (01/10/2010)
- Teraterm (Hyperterminal Replacement for Windows)
- Drivers for the Adafruit Programmer
- Atmega 328P Datasheet
- FTDI Cable Schematic
- AVR LibC Reference
- AVR Baud Rate Calculator
- AVR Fuse Calculator
- Sparkfun Tutorials
- Crosspack for OSX (WinAVR Equivalent)
Code
All code for this workshop is available Here.
- Blink
- Polling Switch Press
- Interrupt Switch Press
- Printf
- Simple I2C
- More Advanced I2C
- Temperature Sensor ADC Example