Sending audio to walkie-talkie

Started by Alexander, December 28, 2017, 07:26:01 AM

Alexander

Hello everyone,

Could anybody help to get to know how to transmit recorded audio from Monteino(RFM69) to regular LPD walkie-talkie?

Thank you!

Felix

These radios are OOK/FSK (digital communications). They are not appropriate for sending sound or other such media.

Alexander

Hi, but it possible : https://youtu.be/CdfbES_O9sw

The guy does it with AVR and RFM22B but I don't dare to ask for source code :)

perky

These LPD433 walkie talkies use F3E modulation, which are basically analogue FM. I don't think there's a hope of receiving that and decoding it, but I'm not sure what would happen if you sent a FSK modulated signal, which is basically a square wave, to an analogue FM receiver. The filters in the receiver may well extract the fundamental from the encoded square wave and produce something. Maybe modulating the frequency of the FSK with voice might be intelligabe the other end. It would mean using continuous mode or directly controlling the modulation digitally.

Mark.