Changes between Version 148 and Version 149 of WikiStart


Ignore:
Timestamp:
2014-02-21 15:50:01 (10 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v148 v149  
    2828 
    2929Also 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=1 
     30https://github.com/mysensors/Arduino/tree/master/libraries 
    3131 
    3232Follow 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.  
     
    106106=== Other examples  === 
    107107 
    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]]   
    109109 
    110110This 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. 
     
    121121== Using the Arduino library  == 
    122122 
    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]]).  
     123It should be pretty simple to use the library (more documentation in [[https://github.com/mysensors/Arduino/blob/master/libraries/MySensors/Sensor.h|vera.h]]).  
    124124 
    125125[[TipsAndTricks|Tips and Tricks]]