Wireless Shield for Xbee + Ethernet Shield R3 + Arduino Mega 2560 R3

Hello Everyone,

I am new to arduino and would like your guys input for the following equipment I will be using for my project. Is it possible to stack the following items given below on top of each other? Thanks for reading!

Arduino Mega: http://www.amazon.com/Arduino-MEGA-2560-R3/dp/B006H0DWZW/ref=sr_sp-atf_title_1_1?ie=UTF8&qid=1375645951&sr=8-1&keywords=arduino+mega

Arduino Ethernet Shield R3: http://www.amazon.com/Arduino-Ethernet-Shield-R3/dp/B006UT97FE/ref=sr_sp-atf_image_1_1?ie=UTF8&qid=1375644506&sr=8-1&keywords=arduino+ethernet+shield

Arduino Wireless Shield: http://www.amazon.com/Arduino-Wireless-Shield/dp/B007QXRA4I/ref=sr_1_4?ie=UTF8&qid=1375572807&sr=8-4&keywords=xbee+shield

Surprise that no one able to answer this!

Running into similar plan and wonder if we can stack

Arduino Uno + Ethernet + Wireless shield for Xbee.

Any thoughts?

Team BTF.

Well, after some quick look up and I might have the answer folks !!!

If you use an UNO, Ethernet shield uses PIN 11, 12 and 13
If you use a Mega, Ethernet shield uses PIN 50, 51 and 52

Now stack the Wireless SD shield on top

Arduino TX(1) and RX(0) will be used for xbee
SDcard on Ethernet & Wireless SD can not be used.

Rest of the pins are all available. Hope we are correct.

Team BTF