Difference between revisions of "User:DukeEgr93/Arduino"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* Followed directions at http://arduino.cc/en/Guide/Windows | * Followed directions at http://arduino.cc/en/Guide/Windows | ||
** Installed to Pratt shared space Z:\Projects\Arduino | ** Installed to Pratt shared space Z:\Projects\Arduino | ||
− | * Followed other directions at http://blogison.com/guide-install-arduino-drivers-in-windows-8/ when install did not start automatically; had to install manually after allowing unsigned drivers. | + | ** Followed other directions at http://blogison.com/guide-install-arduino-drivers-in-windows-8/ when install did not start automatically; had to install manually after allowing unsigned drivers. |
+ | * Went through http://arduino.cc/en/Guide/Environment | ||
+ | * Installed Ping library http://code.google.com/p/arduino-new-ping/downloads/detail?name=NewPing_v1.5.zip&can=2&q= | ||
+ | ** Note - must re-start arduino program after installing a library for that library to be active |
Revision as of 20:02, 6 March 2013
This page will contain random bits of trivia learned while using the Arduino UNO. Hopefully, parts of it will be spun off into other pages for actually using the Arduinos in classes...
Installation
- Started 3/6/2013 on Win8 PC in 1405A CIEMAS
- Followed directions at http://arduino.cc/en/Guide/Windows
- Installed to Pratt shared space Z:\Projects\Arduino
- Followed other directions at http://blogison.com/guide-install-arduino-drivers-in-windows-8/ when install did not start automatically; had to install manually after allowing unsigned drivers.
- Went through http://arduino.cc/en/Guide/Environment
- Installed Ping library http://code.google.com/p/arduino-new-ping/downloads/detail?name=NewPing_v1.5.zip&can=2&q=
- Note - must re-start arduino program after installing a library for that library to be active