Changes between Version 23 and Version 24 of WikiStart
- Timestamp:
- 2013-09-01 22:06:05 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v23 v24 52 52 http://arduino.cc/en/Main/Software 53 53 54 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches .54 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches below. 55 55 http://code.mios.com/trac/mios_arduino-sensor/browser/trunk/Arduino/libraries 56 56 57 Follow the description below how to assemble hardware and configure each type of sensor.57 Follow the description below on how to assemble hardware and configure each type of sensor. 58 58 59 59 ArduinoGateway … … 62 62 Acts as a link between Vera and your wireless sensors. 63 63 This sketch should be downloaded to an Arduino Nano which then is connected to your Vera using a usb cable. 64 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!).64 It is important to use a Nano board for the ArduinoGateway as it contains a serial usb chipset recognized directly by Vera. Note: The Arduino Uno is not recognized! 65 65 66 66