Changes between Version 19 and Version 20 of ArduinoGateway
- Timestamp:
- 2013-11-20 23:13:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArduinoGateway
v19 v20 23 23 == Wire & casing things up == 24 24 [[Image(gateway1.JPG, 200px, align=right)]] 25 You only need to connect the radio chip to the Arduino. Follow the instructions in ConnectingRadioModule. 25 26 26 27 [[Image(digital_button.jpg, 200px, align=right)]] 27 28 29 You only need to connect the radio chip to the Arduino. Follow the instructions in ConnectingRadioModule.30 31 28 As an option you also can connect inclusion button & indicating leds. Pin to be used by button is defined inside ArduinoGateway sketch as #define INCLUSION_MODE_PIN 3. Actually it is hard to redefine it because sketch is using the particular interrupt handler. Connect button between +5V and digital pin 3 with a 10k pull down resistor to GND (see image). 32 29