demantz / hackrf_android

A ported version of Michael Ossmann's libhackrf library to use with Android 3.1+
GNU General Public License v2.0
388 stars 91 forks source link

Can you do a transmit based fm #13

Open esgx001 opened 7 years ago

esgx001 commented 7 years ago

I'v read the project about the receiver, and i'm interested in the fm,can you do a project about transmiting based on fm on android,thank you

demantz commented 7 years ago

Are you talking about a FM transmitter app like this: select music/mic send as FM signal to be received by an off-the-shelf radio?

I thought about that but I will rather do a general transmit app at some time..

esgx001 commented 7 years ago

of course, a general app is more cool, I mean it can includes the function i said. it's basic, then you can extend the general app. finish the app,with the app,we can communicate with the intercom

esgx001 commented 7 years ago

i am learning the tx based on fm on android, wish i can learn the code about transmitting of you ,thanks

Radiomix2000 commented 7 years ago

You need some DSP skills, to make software FM.

pavlus commented 7 years ago

Not so much skills needed to implement modulation, much more to integrate full pipeline from recording, modulating, resampling and transmitting them to device + UI for that, into existing app, so it could be extended later.