Changes between Version 154 and Version 155 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v154 v155  
    22 
    33 
    4 = You will find the latest information here:\\ 
    5 http://www.mysensors.org = 
     4= You will find the latest information here: =\\ 
     5http://www.mysensors.org 
    66 
    77=  = 
     
    99= Arduino Sensor Plugin = 
    1010~~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.~~ 
    12  
     11Creating your own sensors should be pretty simple using the supplied Arduino library and example sensor sketches. 
    1312 
    1413Arduino 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. 
     
    1716Relevant forum thread: http://forum.micasaverde.com/index.php/topic,16170.msg123378.html\\ 
    1817 
    19 All 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! 
     18All 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!~~ 
    2019 
    2120