Arduino Resources

Here are some documents I have written for using the Arduino platform:

How to add 16 digital inputs to the Arduino using shift registers

How to add 16 digital outputs to the Arduino using shift registers

How to attach a 16 by 16 matrix to the Arduino to get 256 switches as input

How to setup the latest Xbee modules (series 2.5).

Follow the tutorial at: http://www.humboldt.edu/~cm19/XBee%20setup.pdf bearing the following in mind:

You don’t have to use breakout boards: just remove the main chip from the Arduino board before you plug in the xbee shield and remove the two jumpers on the shield.  Once you have flashed the xbee, you can return the chip and jumpers. NB: when the x-ctu program asks you to reset the Xbee, get a short length of wire, strip the ends and touch it between RST and GND on the shield. Pressing the button DOES NOT reset the Xbee, just the Arduino.

These links might be useful:

http://www.faludi.com/projects/xbee-terminal-max/
http://www.faludi.com/itp_coursework/meshnetworking/XBee/XBee_Send_Example.pde
http://arduinofun.com/blog/2009/03/21/arduino-wireless-xbee-test/
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1230318911/3
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1204645075/all
http://www.faludi.com/itp_coursework/meshnetworking/XBee/

Comments are closed.