GSM and XBEE with Arduino Uno

Hi,

I am using Arduino Uno. Can i connect Cellular Shield with SM5100B i.e GSM and the Xbee Shield in stack of layers with Arduino Uno. Does the GSM and XBee modules will operate on the same ports?

Thank you

I am using Arduino Uno. Can i connect Cellular Shield with SM5100B i.e GSM and the Xbee Shield in stack of layers with Arduino Uno.

Yes. Or no. It all depends on WHICH shields you are planning on using.

Does the GSM and XBee modules will operate on the same ports?

Yes. Or not. See above.

Hi,

I would like to use "Cellular Shield with SM5100B" and "XBee Shield V1.4" with Arduino Uno.

Thank you

I would like to use "Cellular Shield with SM5100B" and "XBee Shield V1.4" with Arduino Uno.

I clicked those links. Nothing happened. I guess you can't use them.

https://www.sparkfun.com/products/9607 -------- link for GSM Shield
http://www.liquidware.com/shop/show/XBS/Arduino+XBee+Shield --------- XBee shield

Please see the above links for reference and let me know whether i can use them or not.

Thank you

Looking at the schematic for the GSM shield, it uses pins 0 and 1 or pins 2 and 3 for communication between the Arduino and the GSM shield.

There are at least three different XBee shields. That one is, by far, the worst. It uses the hardware serial pins (0 and 1) to communicate with the Arduino.

So, you could use both shields, with the GSM shield jumpered to use pins 2 and 3, using SoftwareSerial to communicate with the GSM shield, and using Serial to communicate with the XBee.

Forget about trying to debug anything.

Hi,

Can you tell me which of the Xbee Shield is the better one.

Thank you

Sparkfun's XBee shield has the same switch as the GSM shield, allowing you to select either pins 0 and 1 or pins 2 and 3.

You could put the GSM shield on 2 and 3, using SoftwareSerial to talk to it, and put the XBee on 0 and 1, and use Serial to talk to it, or do it the other way around.