Changes between Version 24 and Version 25 of ArduinoGateway
- Timestamp:
- 2014-02-21 16:00:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArduinoGateway
v24 v25 20 20 Install all Arduino libraries found [[https://github.com/mysensors/Arduino/tree/master/libraries|here]] in your Arduino IDEs library location.\\ 21 21 22 Download the Arduino sketch for the Serial Gateway version [[https://github.com/mysensors/Arduino/tree/master/SerialGateway|here]] and download it to your Arduino Nano.\\23 24 If you prefer the Ethernet version it's found [[https://github.com/mysensors/Arduino/tree/master/EthernetGateway|here]]. Follow connect instruction in the head of sketch. (See: http://forum.micasaverde.com/index.php/topic,23093.0.html) 22 Download the Arduino sketch for the 23 == Serial Gateway version == 24 [[https://github.com/mysensors/Arduino/tree/master/SerialGateway|here]] and download it to your Arduino Nano.\\ 25 25 26 26 You really don't need to configure anything in this sketch. Just download it and connect the Arduino to your Vera using usb-connector. Please note that only Arduino Nano module have a serial chipset recognized automatically by Vera. 27 28 If you prefer the '''Ethernet version''' it's found [[https://github.com/mysensors/Arduino/tree/master/EthernetGateway|here]]. Follow connect instruction in the head of sketch. (See: http://forum.micasaverde.com/index.php/topic,23093.0.html) 29 27 30 28 31 == Wire & casing things up ==