Changes between Version 8 and Version 9 of WikiStart


Ignore:
Timestamp:
2013-09-01 20:52:50 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    2727 
    2828[[Image(plugin.png, align=right)]] 
    29 === Installing and using the plugin === 
     29=== Installing the Vera plugin === 
    3030 
    31 ==== From apps.mios.com ==== 
     31The latest version of the Vera plugin can be found here: 
    3232 
    33 https://apps.mios.com/plugin.php?id=xxxx 
     33http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Vera 
    3434 
    35 Remember to set the serial usb port used by connected Nano board.  
     35Download all files and upload them in Vera under APPS->Develop Apps->Luup files. 
     36To create the new device to to APPS->Develop Apps->Luup and enter "D_Arduino1.xml" in "Upnp Device Filename" and press "Create Device" 
     37After the usual Reload/Refresh ritual the Arduino root device should pop up. 
     38If you have your Arduino board plugged into Vera you should now configure which serial device to use.  
     39[[Image(serial.png, align=left)]] 
     40  
    3641 
    3742==== From downloaded source ==== 
     
    4449A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: 
    4550 http://arduino.cc/en/Main/Software  
    46 Install all arduino libraries found here: 
     51[[Image(sdk.png, align=left)]] 
     52 
     53Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches. 
    4754http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries  
    4855