Question

I was wondering if it is possible at all the manipulate the radio hardware on the device to transmit an FM signal on a specified frequency. As far as I am aware, the phone uses Bluetooth radio, it uses 802.11 radio, so would it not be possible to adjust the power output of the radio device to transmit at frequencies of 87.5–108.0 MHz?

If anyone has any documentation/research papers/guides into this area, please let me know. Is there any generic radio support in the SDK? Because my thinking is, if we can use Bluetooth and Wifi in the SDK, why can't we adjust configurations accordingly?

Cheers,

Tim.

Was it helpful?

Solution

I was wondering if it is possible at all the manipulate the radio hardware on the device to transmit an FM signal on a specified frequency.

AFAIK, most (if not all) Android devices ship with hardware radios, not software radios, and therefore this would not be possible.

OTHER TIPS

It looks like many of this next generation of phones have chips that support FM transmission ( ie Sony's Xperia line utilizing Texas Instrument's Omap chips ) but the FM transmitter is not supported. I can only speculate on the reasons. Extra internal components/shielding required? Interferes with the phone's other electronics making it prone to crashing? Not user friendly? Needs a custom antennae in the headset plug?

Sony released their modified TI drivers... http://developer.sonymobile.com/2012/03/07/fm-radio-module-released-as-open-source-and-sensor-hal-updated/ and the TI code to control the transmitter is among the lower level routines... but I didn't notice it carried up to the Java interface level.

Would be interesting to try it out....

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top