Changes between Version 9 and Version 10 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    3333http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Vera 
    3434 
    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)]] 
     351. Download all files and upload them in Vera under APPS->Develop Apps->Luup files. 
     362. To create the new device to to APPS->Develop Apps->Luup and enter "D_Arduino1.xml" in "Upnp Device Filename" and press "Create Device" 
     373. After the usual Reload/Refresh ritual the Arduino root device should pop up. 
     384. 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  
    41  
    42 ==== From downloaded source ==== 
    43  
    44  
    45  
    4641 
    4742=== Arduino Sketches === 
     
    4944A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: 
    5045 http://arduino.cc/en/Main/Software  
    51 [[Image(sdk.png, align=left)]] 
     46[[Image(sdk.png, align=left, 300px)]] 
    5247 
    5348Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches.