Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
2013-09-01 21:34:34 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    11[[Image(nano.jpg, align=right, 200px)]] 
    22= Arduino Sensor Plugin = 
    3 The 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.  
     3The Arduino sensor plugin allows you to build your own cheap wireless sensors [for less than $10]. The sensors is using Nordic Semiconductors transceiver rf2401. The Arduino Vera plugin automatically creates the sensor devices it finds on the radio network.  
     4Creating your own sensors should be pretty simple using the supplied Arduino library and example sensor sketches. 
     5 
     6Arduino is an open source hardware prototype board that have lots of both digital and analog IO pins. 
    47 
    58Link Arduino page 
     
    2629All the components I've developed and compiled here is Open Source. The Vera plugin was inspired by the excellent rfxtrx plugin. I've also written a Arduino library handling all communication between Ardiono sensors and ArduinoGateway. This Arduino library allows larger messages than the 32 byte limit of the rf2401 radio chip. This was an important part of the plugin as this allows the sensors to present them self with full device-file and service id specifications.   
    2730 
     31Note that the plugin, arduino library and sensor code is still in early beta stage!  
    2832 
    2933=== Installing the Vera plugin  ===