Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 2013-09-01 20:52:50 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 27 27 28 28 [[Image(plugin.png, align=right)]] 29 === Installing and using the plugin===29 === Installing the Vera plugin === 30 30 31 ==== From apps.mios.com ==== 31 The latest version of the Vera plugin can be found here: 32 32 33 http s://apps.mios.com/plugin.php?id=xxxx33 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Vera 34 34 35 Remember to set the serial usb port used by connected Nano board. 35 Download all files and upload them in Vera under APPS->Develop Apps->Luup files. 36 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 After the usual Reload/Refresh ritual the Arduino root device should pop up. 38 If you have your Arduino board plugged into Vera you should now configure which serial device to use. 39 [[Image(serial.png, align=left)]] 40 36 41 37 42 ==== From downloaded source ==== … … 44 49 A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: 45 50 http://arduino.cc/en/Main/Software 46 Install all arduino libraries found here: 51 [[Image(sdk.png, align=left)]] 52 53 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches. 47 54 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries 48 55