Arduino: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
[[File:Robot whisker.jpg|100px]] | [[File:Robot whisker.jpg|100px]] | ||
* Chapter 7 (Infrared headlight). Activity 4: Similar to Chapter 5 but IR detectors are used. | * Chapter 7 (Infrared headlight). Activity 4: Similar to Chapter 5 but IR detectors are used. | ||
[[File:Robot Infrared.jpg|100px]] |
Revision as of 20:17, 22 April 2013
Source code
https://github.com/arduino/Arduino/tree/master/hardware/arduino/cores/arduino
C users
- http://www.javiervalcarce.eu/wiki/Program_Arduino_with_AVR-GCC
- http://code.google.com/p/libarduino/
- http://www.joakimlinde.se/microcontrollers/arduino/avr/
Robot based on BOE
- Chapter 3. Activity 2: Re-test the servos. We can use Pins 11 and 12 instead of 12 and 13. Be sure to adjust your code accordingly.
- Chapter 4. Activity 2: First time we disconnect robot from the computer and let it go (forward, left turn, right turn and back ward).
- Chapter 5 (Whiskers). Activity 3 or 4: See my robot is in action on http://www.youtube.com/watch?v=sjzQI6GHe3w.
- Chapter 7 (Infrared headlight). Activity 4: Similar to Chapter 5 but IR detectors are used.