Electronic – arduino – Connect XBee to Arduino without shield

arduinoxbee

Is it possible to connect the XBee to the Arduino without a shield? Currently most of the sources that I have looked at have some sort of shield connected.

I use this shield currently: http://www.adafruit.com/products/126.

From the looks of it, the shield only ensures that the power levels are regulated to 3.3v from the 5v output that the Arduino gives. Can I then just build a small regulator circuit rather than purchase the entire shield for $10 + shipping?

Best Answer

Yes, all you need to do is logic level conversion.

Adafruit does that by using 74HC125 buffer:

enter image description here

You can set up the same schematics on your breadboard or use it in your custom design. If you have Arduino Uno rev3, you can skip +3.3V regulator as Arduino provides a capable +3.3V regulator on board.

The schematics picure is from Adafruit page.