Okay, so I am planning to make a multi-media glove, but that is not what I want to get into now.
I plan to use a mega with a touchscreen shield, a battery pack, and a wi-fi shield. I was wondering if this would all fit onto a single mega and if not what could I do to make it fit?
The reason I am not using the arduino bt is that I need 10 analog pot inputs.
These are the shields I am looking at:
http://www.liquidware.com/shop/show/TSL/TouchShield+Slide
http://www.liquidware.com/shop/show/BPM/Mega+Backpack
and 2 http://www.liquidware.com/shop/show/XBS/Arduino+XBee+Shield
look into shift out, it allows you to use the arduinos serial ports to creat another set of i/o ports
So with shift out you can not create extra sets of analog ports?
Thanks for the suggestion.