Changes between Version 24 and Version 25 of WikiStart


Ignore:
Timestamp:
2013-09-01 22:07:36 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v24 v25  
    66Arduino 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. 
    77 
    8 Link Arduino page 
    9 http://arduino.cc 
     8Link Arduino page: http://arduino.cc 
    109\\ 
    11 Relevant forum thread 
    12 http://forum.micasaverde.com/index.php/topic,16170.msg123378.html 
     10Relevant forum thread: http://forum.micasaverde.com/index.php/topic,16170.msg123378.html 
    1311 
    1412=== Architecture === 
     
    4947 
    5048[[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  
     49A 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  
    5350 
    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  
     51Also 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  
    5652 
    5753Follow the description below on how to assemble hardware and configure each type of sensor.