Changes between Version 128 and Version 129 of WikiStart


Ignore:
Timestamp:
2013-11-21 23:45:50 (10 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v128 v129  
    4343You will also get instructions on how to install the Vera plugin here. 
    4444 
     45=== Sensors  === 
     46 
    4547[[DallasTemperatureSensor|Dallas Temperature Sensor]] 
    4648 
     
    7173Soil moisture sensor that triggers a security sensor device in Vera. 
    7274 
     75=== Actuators === 
     76 
     77An actuator is something that can be controlled [from vera]. It can also be a combination of sensor and actuator like ir sender/receiver example below. 
     78 
    7379[[RelayActuator|Relay Actuator]]   
    7480 
    7581Relay example sketch that can be controlled from Vera using a regular binary light switch device in Vera.   
    7682 
     83[[RelayActuatorWithButton|Relay Actuator with a button]]   
     84 
     85Relay example sketch that can be controlled from Vera using a regular binary light switch device in Vera. It also shows how you can connect a pushbutton to the Arduino and control the relay like a light switch. The pushbutton change will also update status on vera side. 
     86  
     87[[IrSensor|IR Sender and Receiver]]   
     88 
     89This is a simple ir sender receiver example. The sketch will receive ir signals and update an vera variable with a unique id. This can be used to trigger scenes or other actions on vera side. The example also shows how to control IR devices by sending out ir-commands triggered from vera.  
     90 
     91[[ServoActuator|Servo Actuator]]   
     92 
     93Shows how you can control a servo from Vera. Can be used for controlling blinds or other things in your home. 
     94 
     95=== Other examples  === 
     96 
    7797[[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]]   
    7898 
     
    81101[[TimeExample|Fetch Time]]   
    82102 
    83 Example sketch that fetches local time from vera.  
     103Example sketch that fetches local time from vera. Hook up an display and use it to build an Arduino clock or to schedule stuff.   
    84104 
    85105[[ClearEEPROM|Clear EEPROM configuration]]   
    86106 
    87 Sketch that can be downloaded to an arduino to clear routing information, relay node and radio id. Use this to "factory reset" your arduino if something goes bananas. 
     107Sketch that can be downloaded to an Arduino to clear EEPROM. The library use it for storing routing information, which relay node that should be used and the unique radio id the node has. Use this to "factory reset" your Arduino if something goes bananas. 
    88108 
    89109