Summary of Arduino Wireless SD Shield Tutorial
The Arduino Wireless SD Shield integrates Xbee modules for wireless communication and a micro SD socket for data storage, enhancing Arduino's functionality. It supports mesh networking with multiple Xbee modules and allows data logging via the Arduino SD library. The shield includes a prototyping perfboard and a micro switch to toggle between USB and micro SD modes. The tutorial details assembling the shield, programming it as a wireless receiver, and setting it up with an external 9V battery and LED for standalone operation.
Parts used in the Arduino Wireless SD Shield project:
- Arduino board
- Arduino Wireless SD Shield
- Xbee transceiver modules
- Micro SD card
- 9V battery
- 9V battery connector
- LED
- 220 ohm resistor
- Connecting wires
As the name implies, the Arduino Wireless SD shield serves two functions. Foremost, this shield allows you to easily interface with Xbee transceiver modules to create mesh networks, and other wireless devices. Secondly, the micro SD socket allows you to store and access a large amount of data. Whether using these functions by on their own or together, this chip greatly enhances the capabilities of a standard Arduino. The best part about this shield is how easy it is to use. In no time flat, you can have its various components up and running.
Step 1: Plug in the Xbee
Plug in your Xbee modules in order to use the shield as a wireless transceiver.
Make sure the module’s pointy end is lined up with the edge of the board.
If you are using the shield for wireless data transfer, you will need two or more of them.
Step 2: Plug it in
Plug your shields into your Arduinos.
Step 3: Features
The wireless SD shield supports Xbee modules. These modules allow for easy wireless serial communication. A standard module has the range of 100 – 300 feet.
It also boasts a micro SD socket. This can easily be interfaced with the Arduino SD library. Unfortunately, this library does not come bundled with the Arduino development environment, so you will have to set it up yourself.
The shield also boasts a perfboard grid for prototyping your own circuit, and a micro switch for toggling between the USB port and micro SD port.
For more technical information visit its official Arduino page.
Step 4: Program the receiver
Plug one of the Arduinos into the computer. Make certain the micro switch is toggled to the “USB” option.
Upload the following code:
Step 5: Setup the receiver
Unplug the Arduino from the computer. Toggle the micro switch from “USB” to “MICRO”.
Plug the red wire from a 9V battery connector into the Vin pin. Plug the black wire into the GND pin.
Connect the positive leg of an LED to pin D2 and the other leg in series with a 220 ohm resistor to ground.
Plug in your battery.
It is now a standalone receiver.
For more detail: Arduino Wireless SD Shield Tutorial