Let's keep in touch over email. I think we might find ourselves picking eachother's brains...
I think bluetooth is too limited a range (10m for class 1, 100m for class 2, but there's very few class 2 devices out there)
xBees are something like 400m for the pro version, and 100m for the regular. Cut that in quarter (because theatre has SO MUCH interferance from the dirty power in the lighting grid), and the Xbee pro is what I think i'm going to use.
Here's my biggest hangup. The Arduino only has 8 analog ins... Do I use 2 arduinos? Or do I just find another similar device? Is there any way of getting more inputs out of the unit? (before I go ordering them this week...)
you can multiplex the analog inputs ... look at the Fluidforms project in Playground>projects...
they have been so kind as to release the code and the schematic for interfacing 64 home made force sensors.
actually XBee module has 7 analog/digital I/O + 1 digital input + 1 digital output + 2 PWM.
If you are planning to use it for simple sensors condition transfer you don't need any additional MCU connected to XBee module - you can do it by simply configuring module itself.
Actually XBee HAS integrated MCU - MC9S08GT60, and this is PROGRAMMABLE - you can take SDK for customization of XBee there: http://www.maxstream.net/products/xbee/xbee-oem-rf-module-zigbee.php
(XBee Code Development)