Changes between Version 10 and Version 11 of WikiStart
- Timestamp:
- 2013-09-01 20:59:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v10 v11 33 33 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Vera 34 34 35 [[Image(serial.png, align=right, 300px)]] 35 36 1. Download all files and upload them in Vera under APPS->Develop Apps->Luup files. 36 37 2. To create the new device to to APPS->Develop Apps->Luup and enter "D_Arduino1.xml" in "Upnp Device Filename" and press "Create Device" 37 38 3. After the usual Reload/Refresh ritual the Arduino root device should pop up. 38 39 4. If you have your Arduino board plugged into Vera you should now configure which serial device to use. 39 [[Image(serial.png, align=left, 300px)]]40 40 41 41 42 42 === Arduino Sketches === 43 43 44 [[Image(sdk.png, align=right, 300px)]] 44 45 A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: 45 46 http://arduino.cc/en/Main/Software 46 [[Image(sdk.png, align=left, 300px)]]47 47 48 48 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches. 49 49 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries 50 50 51 Follow the description below how to assemble hardware and configure each type of sensor. 52 51 53 ArduinoGateway 52 54 55 [[Image(gw.png, align=right, 300px)]] 53 56 Acts as a link between Vera and your wireless sensors. 54 57 This sketch should be downloaded to an Arduino Nano which then is connected to your Vera using a usb cable.