Changes between Version 19 and Version 20 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v19 v20  
    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]. The sensors is using Nordic Semiconductors transceiver rf2401. The Arduino Vera 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 nRF24L01. The Arduino Vera plugin automatically creates the sensor devices it finds on the radio network.  
    44Creating your own sensors should be pretty simple using the supplied Arduino library and example sensor sketches. 
    55 
     
    3030'''Henrik Ekblad''' - henrik.ekblad at gmail.com (hek on forum) 
    3131 
    32 All 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.   
     32All 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 nRF24L01 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.   
    3333 
    3434Note that the plugin, arduino library and sensor code is still in early beta stage!