Changes between Version 153 and Version 154 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v153 v154  
    22 
    33 
    4 = You will find the latest information here: http://www.mysensors.org = 
     4= You will find the latest information here:\\ 
     5http://www.mysensors.org = 
    56 
    67=  = 
    78 
    89= Arduino Sensor Plugin = 
    9  ~~ 
    10 The 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.  
    11 Creating your own sensors should be pretty simple using the supplied Arduino library and example sensor sketches. 
     10~~The 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.  
     11Creating your own sensors should be pretty simple using the supplied Arduino library and example sensor sketches.~~ 
     12 
    1213 
    1314Arduino is an open source hardware prototype board that have lots of both digital and analog IO pins. There are an enormous amount of different cheap sensors that is compatible with the Arduino hardware. 
     
    1819All 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! 
    1920 
    20  ~~ 
     21 
    2122 
    2223== Architecture == 
     
    340341 
    341342 
    342  ~~ 
    343  
    344343 
    345344{{{