Changes between Version 148 and Version 149 of WikiStart
- Timestamp:
- 2014-02-21 15:50:01 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v148 v149 28 28 29 29 Also make sure to install all Arduino libraries I've created and collected here before trying to build the sensor sketches below.\\ 30 http ://code.mios.com/git_public/mios/arduino-sensor.git/tree/HEAD:/VeraArduino/Arduino/libraries?js=130 https://github.com/mysensors/Arduino/tree/master/libraries 31 31 32 32 Follow the description below on how to assemble hardware and configure each type of sensor. I've also tried to link all the hardware necessary to build each sensor type. … … 106 106 === Other examples === 107 107 108 [[http ://code.mios.com/git_public/mios/arduino-sensor.git/blob/HEAD:/VeraArduino/Arduino/libraries/Vera/examples/RelayingNode/RelayingNode.ino?js=1|Relaying Sensor Node]]108 [[https://github.com/mysensors/Arduino/blob/master/libraries/MySensors/examples/RelayingNode/RelayingNode.ino|Relaying Sensor Node]] 109 109 110 110 This is an example of a relaying node. It can be used to extend distance between gateway and your sensors far out in the radio network. Messages can travel multiple relay nodes if necessary. Relay nodes can also be used as an ordinary sensor with its own child devices. … … 121 121 == Using the Arduino library == 122 122 123 It should be pretty simple to use the library (more documentation in [[http ://code.mios.com/git_public/mios/arduino-sensor.git/blob/HEAD:/VeraArduino/Arduino/libraries/Vera/Sensor.h?js=1|vera.h]]).123 It should be pretty simple to use the library (more documentation in [[https://github.com/mysensors/Arduino/blob/master/libraries/MySensors/Sensor.h|vera.h]]). 124 124 125 125 [[TipsAndTricks|Tips and Tricks]]