Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- 2013-09-01 19:47:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 38 38 39 39 40 === Arduino Receiver Sketch ===41 42 This sketch should be downloaded to a Arduino Nano which is connected to your Vera using the serial usb cable.43 Connect the the radio module to your Nano board.44 45 All communication from/to your sensors is transmitted through this device.46 47 It is important to use a Nano board because it uses serial usb chipset recognized directly by Vera (the Uno does not!).48 40 49 41 42 === Arduino Sketches === 50 43 51 === Sensor sketches === 44 A sketch is a small programs that you download to the Arduino boards. [Donload Arduino SDK here|http://arduino.cc/en/Main/Software] 52 45 53 ==== Tempearure sensor ==== 46 ArduinoGateway 47 48 It acts as a link between Vera and your wireless sensors. 49 This sketch should be downloaded to an Arduino Nano which then is connected to your Vera using a usb cable. 50 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!). 54 51 55 52 53 DallasTemperatureSensor 56 54 55 This is an example sensor that sends in temperature information and presents it as temperature devices in Vera. 57 56 58 === Configuration ===59 60 === Notifications ===61 62 63 === Actions ===64 65 66 === Example ===67 68 {{{69 70 }}}71 72 73 === API Description ===