Changes between Version 24 and Version 25 of WikiStart
- Timestamp:
- 2013-09-01 22:07:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v24 v25 6 6 Arduino is an open source hardware prototype board that have lots of both digital and analog IO pins. There are an enormous amount of different cheap sensors that is compatible with the Arduino hardware. 7 7 8 Link Arduino page 9 http://arduino.cc 8 Link Arduino page: http://arduino.cc 10 9 \\ 11 Relevant forum thread 12 http://forum.micasaverde.com/index.php/topic,16170.msg123378.html 10 Relevant forum thread: http://forum.micasaverde.com/index.php/topic,16170.msg123378.html 13 11 14 12 === Architecture === … … 49 47 50 48 [[Image(sdk.png, align=right, 200px)]] 51 A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: 52 http://arduino.cc/en/Main/Software 49 A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: http://arduino.cc/en/Main/Software 53 50 54 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches below. 55 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries 51 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches below. http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries 56 52 57 53 Follow the description below on how to assemble hardware and configure each type of sensor.