Skip to content

Kami0n/RPi4-FM-RDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPi4-FM-RDS

FM (mono) receiver analyzer with RDS optimized for Raspberry Pi 4, made with GnuRadio 3.7.

Installation of all dependencies:

sudo apt install gnuradio gr-osmosdr gr-rds

How to build and run (recomended for first use):

For mono: grcc RPi4_FM_RDS.grc -e -d /home/pi

For stereo: grcc RPi4_FM_S_RDS.grc -e -d /home/pi

How to run (after first use):

For mono: python ./RPi4_FM_RDS.py

For stereo: python ./RPi4_FM_S_RDS.py

Tested and working with Raspberry Pi 4 and generic DVB-T USB receiver with Realtek RTL2838UHIDIR chip (with Rafael Micro R820T tuner), should also be working on Raspberry Pi 3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages