Arduino UNO + GSM shield + Xbee shield

Hello, I am using Arduino UNO with:

GSM shield: http://arduino.cc/en/Main/ArduinoGSMShield

Xbee shield: http://arduino.cc/es/Main/ArduinoXbeeShield

I am trying that system with Xbee shield above gsm shield (I have to connect with wires the ICSP of Arduino UNO to Xbee shield, as you an see in the link: http://www.sindono.com/stacking-an-arduino-ethernet-shield-and-an-xbee-shield/).

I am trying a code that works correctly if I try it with the shield separated, but when I try it with the whole system it reset at first.

Has anyone tried it? Help please.

Alberto.

Hi There,

Your shields are probably using the same pins and causing conflicting pins. I don't know if you have considered this, but is the same problem that i am struggling with and don't know how to resolve it.

I am trying a code that works correctly if I try it with the shield separated, but when I try it with the whole system it reset at first.

The GSM shield communicates with the Arduino using a variation of SoftwareSerial, on pins 2 and 3.

The (deprecated) XBee shield has jumpers that define what pins are used by the Arduino to talk to the XBee. Neither of you has said anything about which position the jumpers are in.

Neither of you has posted any code.