Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mobile phone - can it programatically broadcast at a radio frequency?

Is it possible to make a cell phone transmit arbitrary radio waves at a certain frequency? Or does the Mobile OS only allow higher level access?

If the answer is 'no' as I expect it is, is there any way to make a phone talk to another electronic device remotely without handshakes and the like?

like image 657
Antony Carthy Avatar asked Dec 30 '22 19:12

Antony Carthy


2 Answers

Probably not - as EFraim indicated, there'll be regulatory frameworks in place to say that devices of type A must use frequencies in the range X-Z with no more than a certain power output.

Additionally there's physical issues as well as to be able to broadcast at different frequencies requires different length antennas, certainly if you wanted to broadcast in the UHF range, the length of antenna would be radically different to the microwave-range that mobiles use (2.4GHz). Failing to match the antenna to the frequency can produce all sorts of odd effects that can destroy the output circuit.

Thus the only items available are going to be those that the phone itself presents - namely bluetooth and infra-red (if it exists). Some phones also have WiFi as well, so it really depends what you actually need this for.

like image 78
Chris J Avatar answered Jan 13 '23 20:01

Chris J


There are pretty strict regulations on what frequencies mobile devices can use. The firmware will therefor block almost all possible accesses. (Let alone the fact that it won't be exposed in an API)

But there are plenty of more suitable solutions for short-rage contact - IR and bluetooth.

like image 45
EFraim Avatar answered Jan 13 '23 22:01

EFraim