Changes between Version 10 and Version 11 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    3333http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Vera 
    3434 
     35[[Image(serial.png, align=right, 300px)]] 
    35361. Download all files and upload them in Vera under APPS->Develop Apps->Luup files. 
    36372. To create the new device to to APPS->Develop Apps->Luup and enter "D_Arduino1.xml" in "Upnp Device Filename" and press "Create Device" 
    37383. After the usual Reload/Refresh ritual the Arduino root device should pop up. 
    38394. 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)]] 
    4040  
    4141 
    4242=== Arduino Sketches === 
    4343 
     44[[Image(sdk.png, align=right, 300px)]] 
    4445A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: 
    4546 http://arduino.cc/en/Main/Software  
    46 [[Image(sdk.png, align=left, 300px)]] 
    4747 
    4848Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches. 
    4949http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries  
    5050 
     51Follow the description below how to assemble hardware and configure each type of sensor. 
     52 
    5153ArduinoGateway   
    5254 
     55[[Image(gw.png, align=right, 300px)]] 
    5356Acts as a link between Vera and your wireless sensors.   
    5457This sketch should be downloaded to an Arduino Nano which then is connected to your Vera using a usb cable.