Changes between Version 5 and Version 6 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    3838 
    3939 
    40 === Arduino Receiver Sketch === 
    41  
    42 This sketch should be downloaded to a Arduino Nano which is connected to your Vera using the serial usb cable.  
    43 Connect the the radio module to your Nano board. 
    44  
    45 All communication from/to your sensors is transmitted through this device.  
    46  
    47 It is important to use a Nano board because it uses serial usb chipset recognized directly by Vera (the Uno does not!).  
    4840 
    4941 
     42=== Arduino Sketches === 
    5043 
    51 === Sensor sketches === 
     44A sketch is a small programs that you download to the Arduino boards. [Donload Arduino SDK here|http://arduino.cc/en/Main/Software]  
    5245 
    53 ==== Tempearure sensor ==== 
     46ArduinoGateway   
     47 
     48It acts as a link between Vera and your wireless sensors.   
     49This sketch should be downloaded to an Arduino Nano which then is connected to your Vera using a usb cable.   
     50It is important to use a Nano board for the ArduinoGateway as it contains a serial usb chipset recognized directly by Vera (the Uno does not!).  
    5451 
    5552 
     53DallasTemperatureSensor 
    5654 
     55This is an example sensor that sends in temperature information and presents it as temperature devices in Vera. 
    5756 
    58 === Configuration === 
    59  
    60 === Notifications === 
    61  
    62  
    63 === Actions === 
    64  
    65  
    66 === Example === 
    67  
    68 {{{ 
    69  
    70 }}} 
    71  
    72  
    73 === API Description ===