Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 2013-09-01 21:34:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 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] and communicate with them wirelessly. Using Nordic Semiconductors transceiver rf2401. See separate pages for how to hook up it to your Arduino. The 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 rf2401. The Arduino Vera plugin automatically creates the sensor devices it finds on the radio network. 4 Creating your own sensors should be pretty simple using the supplied Arduino library and example sensor sketches. 5 6 Arduino is an open source hardware prototype board that have lots of both digital and analog IO pins. 4 7 5 8 Link Arduino page … … 26 29 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. 27 30 31 Note that the plugin, arduino library and sensor code is still in early beta stage! 28 32 29 33 === Installing the Vera plugin ===