Difference between revisions of "CSC231 Lab 4"
(→Tutorials) |
(→Tutorials) |
||
Line 23: | Line 23: | ||
* [http://www.ladyada.net/learn/arduino/lesson1.html Lesson 1]: Skip the first part, and go to the '''Startup!''' Section. | * [http://www.ladyada.net/learn/arduino/lesson1.html Lesson 1]: Skip the first part, and go to the '''Startup!''' Section. | ||
* [http://www.ladyada.net/learn/arduino/lesson2.html Lesson 2]. Do the whole lesson. Save to your memory stick whenever you are asked to save your sketch. Do the exercises at the end (and turn the lights off for Exercise 3!) | * [http://www.ladyada.net/learn/arduino/lesson2.html Lesson 2]. Do the whole lesson. Save to your memory stick whenever you are asked to save your sketch. Do the exercises at the end (and turn the lights off for Exercise 3!) | ||
− | * [http://www.ladyada.net/learn/arduino/lesson4.html Lesson 4]. Do the whole lesson, and stop | + | * [http://www.ladyada.net/learn/arduino/lesson4.html Lesson 4]. Do the whole lesson, and stop when you get to the Pythagorean party section. Just for kicks, check the section labeled '''Introduction to types, part 2''', do you recognize anything? :-) |
Revision as of 14:00, 25 September 2008
CSC 231 Lab # 4
© D. Thiebaut, 2008
Arduino
You will find information on how to setup the Arduino software on a Mac and on a Linux box [[CSC231 Links and Resources | here]. These represent the step I took to install the software on my machines. I didn't document installing under Windows as the Web has very good coverage of these steps.
Setup
- Boot your PC with the Ubuntu LiveCD which you will have received.
- Go to the /root folder, find the Arduino software and star the IDE
- Connect the USB cable to the computer, and the Arduino to the USB cable
Tutorials
Follow the very nice tutorial pages from the page located at http://ladyada.net/learn/arduino/ :
- Lesson 1: Skip the first part, and go to the Startup! Section.
- Lesson 2. Do the whole lesson. Save to your memory stick whenever you are asked to save your sketch. Do the exercises at the end (and turn the lights off for Exercise 3!)
- Lesson 4. Do the whole lesson, and stop when you get to the Pythagorean party section. Just for kicks, check the section labeled Introduction to types, part 2, do you recognize anything? :-)