Version 6 (modified by hek, 11 years ago) (diff) |
---|
Arduino Sensor Plugin
The Arduino sensor plugin allows you to build your own cheap wireless sensors (<$10) and communicate with them. For wireless transmissions, Nordic Semiconductors transceiver rf2401 is used. 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.
Link Arduino to company page
http://arduino.cc
Relevant forum thread
http://forum.micasaverde.com/index.php/topic,16170.msg123378.html
Author
Henrik Ekblad - henrik.ekblad at gmail.com (hek on forum)
Installing and using the plugin
From apps.mios.com
https://apps.mios.com/plugin.php?id=xxxx
Remember to set the serial usb port used by connected Nano board.
From downloaded source
Arduino Sketches
A sketch is a small programs that you download to the Arduino boards. [Donload Arduino SDK here|http://arduino.cc/en/Main/Software]
It acts as a link between Vera and your wireless sensors. This sketch should be downloaded to an Arduino Nano which then is connected to your Vera using a usb cable. It is important to use a Nano board for the ArduinoGateway as it contains a serial usb chipset recognized directly by Vera (the Uno does not!).
This is an example sensor that sends in temperature information and presents it as temperature devices in Vera.
Attachments
-
nano.jpg
(136.2 KB) -
added by hek 11 years ago.
Arduino Nano
- sdk.png (53.6 KB) - added by hek 11 years ago.
- serial.png (32.2 KB) - added by hek 11 years ago.
- gw.jpg (268.9 KB) - added by hek 11 years ago.
- arch.png (18.4 KB) - added by hek 11 years ago.
- sensors.jpg (113.1 KB) - added by hek 11 years ago.
- Arduino48.png (5.0 KB) - added by hek 11 years ago.
- ProMini-cut.jpg (77.8 KB) - added by hek 11 years ago.
- ArduinoNode48.png (5.7 KB) - added by hek 11 years ago.
- RelayNode48.png (3.6 KB) - added by hek 11 years ago.
- ArduinoVeraArch.png (22.8 KB) - added by hek 11 years ago.
- Node_0.png (5.4 KB) - added by hek 11 years ago.
- Node_100.png (5.7 KB) - added by hek 11 years ago.
- Node.png (5.7 KB) - added by hek 11 years ago.
- Relay_0.png (5.9 KB) - added by hek 11 years ago.
- Relay_100.png (5.2 KB) - added by hek 11 years ago.
- Relay.png (5.2 KB) - added by hek 11 years ago.