Changes between Version 13 and Version 14 of ArduinoGateway
- Timestamp:
- 2013-11-12 22:51:25 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArduinoGateway
v13 v14 22 22 23 23 == Wire & casing things up == 24 [[Image(gateway1.JPG, 200px, align=right)]] 24 25 25 26 You only need to connect the radio chip to the Arduino. Follow the instructions in ConnectingRadioModule. 26 27 27 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 GND and digital pin 3. 29 28 30 There are 3 led types supported - RX/TX/Error. Use them to have a visual feedback during radio activity. Radial 3mm green/yellow/red leds could be a good choice. Your should use 3 resistors 270R-510R. Each led is connected by anode to +5V pin and cathode is connected through a resistor to a digital pins 6/5/4 respectively for RX/TX/Error. Pins can be re-configured inside ArduinoGateway sketch at this line: 31 32 [[Image(gateway2.JPG, 200px, align=right)]] 33 29 34 30 35 {{{