Changes between Version 94 and Version 95 of WikiStart


Ignore:
Timestamp:
2013-11-04 23:06:09 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v94 v95  
    2222 
    2323 
    24 == Arduino Sketches and vera plugins == 
     24== Arduino Sketches and Vera Plugin == 
    2525 
    2626[[Image(sdk.png, align=right, 200px)]] 
    2727A sketch is a small program that you download to the Arduino boards. To get started download Arduino SDK here: http://arduino.cc/en/Main/Software  
    2828 
    29 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches below.  
     29Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches below.\\  
    3030http://code.mios.com/git_public/mios/arduino-sensor.git/tree/HEAD:/VeraArduino/Arduino/libraries?js=1 
    3131 
     
    3535When connecting several sensors to one Arduino you'll also have to combine the example sketches below. Also keep in mind that it could be challenging to use interrupts (to be able to sleep most of the time) when several sensors fight for attention and some of them wants to report at a interval.  
    3636 
    37 [[ArduinoGateway|Arduino Gateway/Vera Plugin]]   
     37[[ArduinoGateway|Setting up Arduino Gateway and Vera Plugin]]   
    3838 
    3939[[Image(gw.jpg, align=right, 200px)]]