Position/orientation data for DAW control - interactive A/V project

I'm looking at doing an interactive A/V project and for the interactivity aspect I will have objects (probably spherical) that one can easily hold with one hand that will send information about position/orientation to be interpreted by a computer to which it is wirelessly connected.

I have a few questions to get me headed in the right direction...

Which microcontroller would be appropriate for this task? I have been playing around with a Teensy 3.1 but I feel this may be too powerful and it seems to be more difficult to develop the Cortex M4 chip into a custom PCB than it would be for an 8-bit AVR. Also power usage is an issue since it would be battery powered.

Should I be looking at any particular products/libraries for the location/orientation data? I was thinking of using a gyro/accel breakout board, not too sure whether getting this integrated into a PCB would be appropriate.

What are the pros/cons for different methods of connecting wirelessly to a computer? Wi-Fi, Bluetooth, radio etc.
The distance wouldn't exceed approx 30 metres.

Interpretation/processing of data: Is there a good way of getting the position/orientation data into something usable in a DAW? I have experience with Ableton and Max/MSP (through Max4Live) so that is my preferred method. Using Max would definitely streamline things.

The custom PCB aspect comes from the fact that these objects will ideally be pretty small - somewhere between golf ball and tennis ball sized - and also that there is the potential for many of them to be made, even for a single installation there could be a dozen in use at once.

Thanks!

Should I be looking at any particular products/libraries for the location/orientation data

Basically, you can't get location data without some external camera based system.

But, You can get orientation data to quite good resolution using a device like a MPU9150 (or its newer variants) there are plenty of MPU9150 modules on eBay etc

Choice of microprocesor is up to you. You can use an Atmel AVR e,g 328P, or a Teensy or STM32, or go to another platform entirely and use a product from Microchip.

They will all be able to do the job.

Re: RF

Bluetooth is probably the easiest, then comes wifi and then comes something where you need hardware connected to the PC etc to receive the data.