Changes between Version 56 and Version 57 of WikiStart
- Timestamp:
- 2013-09-24 08:49:15 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v56 v57 29 29 '''Henrik Ekblad''' - henrik.ekblad at gmail.com (hek on forum) 30 30 31 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 communication between Arduino sensors and ArduinoGateway. This library allows larger messages than the normal 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.32 33 Note that the plugin, arduino library and sensor code is still in early beta stage!34 31 == Installing the Vera plugin == 35 32 … … 43 40 3. After the usual reload/refresh ritual the Arduino root device should pop up. 44 41 4. If you have your Arduino board plugged into Vera you should now configure which serial device to use. See image to the right. 42 43 == About the Arduino library and plugin == 44 45 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. 46 47 It should be pretty simple to use the library (some more documentation in [[ArduinoGateway|vera.h]] 48 ). 45 49 46 50