Changes between Version 152 and Version 153 of WikiStart


Ignore:
Timestamp:
2014-03-23 13:53:02 (10 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v152 v153  
    22 
    33 
    4 = Go to http://www.mysensors.org = 
     4= You will find the latest information here: http://www.mysensors.org = 
    55 
    66=  = 
    77 
     8= Arduino Sensor Plugin = 
    89 ~~ 
    9 = Arduino Sensor Plugin = 
    1010The Arduino sensor plugin allows you to build your own cheap wireless sensors [for less than $10]. The sensors is using Nordic Semiconductors transceiver nRF24L01 for wireless data transmissions. The Arduino Vera plugin automatically creates the sensor devices it finds on the radio network.  
    1111Creating your own sensors should be pretty simple using the supplied Arduino library and example sensor sketches. 
     
    1818All the components developed and compiled here are Open Source. The Vera plugin was inspired by the excellent rfxtrx plugin. I've also written a Arduino library handling all encoding and communication between Arduino sensors and ArduinoGateway. The Vera plugin part automatically creates newly found sensors in Vera when set to include mode. New sensors nodes will automatically find the relay node closest to gateway or the gateway itself. All nodes will also be assigned a unique id from vera. So you basically don't need to do any manual configuration of new sensors. Just throw them in! 
    1919 
     20 ~~ 
    2021 
    2122== Architecture ==