Changes between Version 130 and Version 131 of WikiStart
- Timestamp:
- 2013-11-21 23:55:53 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v130 v131 34 34 You 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. 35 35 When 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 === 36 38 37 39 [[ArduinoGateway|Setting up Arduino Gateway and Vera Plugin]] … … 84 86 85 87 Relay 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 91 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 a Vera device. 90 92 91 93 [[ServoActuator|Servo Actuator]] 92 94 93 Shows how you can control a servo from Vera. Can be used for controlling blinds or other things in your home. 95 Shows how you can control a servo from Vera. Can be used for controlling blinds or other things in your home. 94 96 95 97 === Other examples ===