Changes between Version 19 and Version 20 of WikiStart
- Timestamp:
- 2013-09-01 21:50:53 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v19 v20 1 1 [[Image(nano.jpg, align=right, 200px)]] 2 2 = 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.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 nRF24L01. The Arduino Vera plugin automatically creates the sensor devices it finds on the radio network. 4 4 Creating your own sensors should be pretty simple using the supplied Arduino library and example sensor sketches. 5 5 … … 30 30 '''Henrik Ekblad''' - henrik.ekblad at gmail.com (hek on forum) 31 31 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.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 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. 33 33 34 34 Note that the plugin, arduino library and sensor code is still in early beta stage!