Changes between Version 94 and Version 95 of WikiStart
- Timestamp:
- 2013-11-04 23:06:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v94 v95 22 22 23 23 24 == Arduino Sketches and vera plugins==24 == Arduino Sketches and Vera Plugin == 25 25 26 26 [[Image(sdk.png, align=right, 200px)]] 27 27 A 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 28 28 29 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches below. 29 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches below.\\ 30 30 http://code.mios.com/git_public/mios/arduino-sensor.git/tree/HEAD:/VeraArduino/Arduino/libraries?js=1 31 31 … … 35 35 When 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. 36 36 37 [[ArduinoGateway| Arduino Gateway/Vera Plugin]]37 [[ArduinoGateway|Setting up Arduino Gateway and Vera Plugin]] 38 38 39 39 [[Image(gw.jpg, align=right, 200px)]]