Changes between Version 6 and Version 7 of WikiStart
- Timestamp:
- 2013-09-01 19:54:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v6 v7 1 1 [[Image(nano.jpg, align=right, 300px)]] 2 2 = Arduino Sensor Plugin = 3 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.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. 4 4 5 5 Link Arduino to company page … … 42 42 === Arduino Sketches === 43 43 44 A sketch is a small programs that you download to the Arduino boards. [Donload Arduino SDK here|http://arduino.cc/en/Main/Software] 44 A sketch is a small programs that you download to the Arduino boards. To get started download Arduino SDK here: 45 http://arduino.cc/en/Main/Software 46 Install all arduino libraries found here: 47 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries 45 48 46 49 ArduinoGateway 47 50 48 It acts as a link between Vera and your wireless sensors.51 Acts as a link between Vera and your wireless sensors. 49 52 This sketch should be downloaded to an Arduino Nano which then is connected to your Vera using a usb cable. 50 53 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!). … … 53 56 DallasTemperatureSensor 54 57 55 This is an example sensor that sends in temperature information and presents it as temperature devices in Vera. 56 58 This is an example sensor sketch that sends in temperature information and presents it as temperature devices in Vera.