thenatefisher / stm32_rtlsdr_fm_radio_receiver

A port of librtlsdr to an STM32F7 targe, including a basic FM radio receiver application
14 stars 4 forks source link

Audio output #1

Open szjdb opened 5 years ago

szjdb commented 5 years ago

Hi, Thenatefisher, I have test it with my R820T tunner. But the audio output is just strong digital noise , not the white noise. I think there might have issue with the USB data or in the FM demod function. How about the demod audio in your side? Would you please give me more advice?

Best Regards & Happy New Year,

thenatefisher commented 5 years ago

Hey, sorry to hear that. I don't have ability to support this project at the moment. Best-

On Thu, Jan 3, 2019 at 9:03 PM szjdb notifications@github.com wrote:

Hi, Thenatefisher, I have test it with my R820T tunner. But the audio output is just strong digital noise , not the white noise. I think there might have issue with the USB data or in the FM demod function. How about the demod audio in your side? Would you please give me more advice?

Best Regards & Happy New Year,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thenatefisher/stm32_rtlsdr_fm_radio_receiver/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-Rr1YMRFmhvJ040JoSv-kbqf_-ZIq9ks5u_rZrgaJpZM4ZpDGL .

-- Nate Fisher Cell: (404) 630-9777 Alt: (650) 436-3359

szjdb commented 5 years ago

Hi, Nate Fisher, Your project is great. Running the RTLSDR on the F7 is amazing. Thanks for your efforts!

Best Regards,

nt7u commented 2 years ago

I'm wondering what the status is of this project? It sounds like 'szjdb' may have had issues with the audio out but fixed those? It's unclear to me. I have a STM32F746G-DISCO board and a NUCLEO-F767ZI that I'd like to try porting it to if it's working or mostly so. Just want to know before I start building tools. Oh, and I assume that to accommodate the high current draw from the RTL-SDR stick, this method must be implemented (at: https://github.com/vpecanins/stm32f7-rtlsdr ). Yes? Thanks a bunch!

szjdb commented 2 years ago

Hi, nt7u, It almost work. I just remember it is not support changing freqency in runtime and lack of synchronization between the usb and codec audio stream.

Good luck! James