Changes between Version 130 and Version 131 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v130 v131  
    3434You can connect more than one sensor to each Arduino. Each Pro Mini Arduino has 13 digital in/out pins and 5 analog dito. The radio uses 5 pins so there are plenty left for connecting sensors. Some of them (humidity and pressure) actually use one pin but give also give temperature information (for free) without using any extra pins. 
    3535When connecting several sensors to one Arduino you'll also have to combine the example sketches below. Also keep in mind that it could be challenging to use interrupts (to be able to sleep most of the time) when several sensors fight for attention and some of them wants to report at a interval.  
     36 
     37=== Arduino Gateway  === 
    3638 
    3739[[ArduinoGateway|Setting up Arduino Gateway and Vera Plugin]]   
     
    8486 
    8587Relay 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  
    89 This 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.  
     88 
     89[[IrSensor|"IR Sender and Receiver"]]   
     90 
     91This 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 a Vera device.  
    9092 
    9193[[ServoActuator|Servo Actuator]]   
    9294 
    93 Shows how you can control a servo from Vera. Can be used for controlling blinds or other things in your home. 
     95Shows how you can control a servo from Vera. Can be used for controlling blinds or other things in your home.  
    9496 
    9597=== Other examples  ===