Changes between Version 6 and Version 7 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    11[[Image(nano.jpg, align=right, 300px)]] 
    22= Arduino Sensor Plugin = 
    3 The Arduino sensor plugin allows you to build your own cheap wireless sensors (<$10) and communicate with them. For wireless transmissions, Nordic Semiconductors transceiver rf2401 is used. See separate pages for how to hook up it to your Arduino. The plugin automatically creates the sensor devices it finds on the radio network.  
     3The Arduino sensor plugin allows you to build your own cheap wireless sensors [for less than $10} and communicate with them wirelessly. Using Nordic Semiconductors transceiver rf2401. See separate pages for how to hook up it to your Arduino. The plugin automatically creates the sensor devices it finds on the radio network.  
    44 
    55Link Arduino to company page 
     
    4242=== Arduino Sketches === 
    4343 
    44 A sketch is a small programs that you download to the Arduino boards. [Donload Arduino SDK here|http://arduino.cc/en/Main/Software]  
     44A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: 
     45 http://arduino.cc/en/Main/Software  
     46Install all arduino libraries found here: 
     47http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries  
    4548 
    4649ArduinoGateway   
    4750 
    48 It acts as a link between Vera and your wireless sensors.   
     51Acts as a link between Vera and your wireless sensors.   
    4952This sketch should be downloaded to an Arduino Nano which then is connected to your Vera using a usb cable.   
    5053It 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!).  
     
    5356DallasTemperatureSensor 
    5457 
    55 This is an example sensor that sends in temperature information and presents it as temperature devices in Vera. 
    56  
     58This is an example sensor sketch that sends in temperature information and presents it as temperature devices in Vera.