Skip to main content

RDA5807M FM stereo receiver module

This project focuses on a simple yet powerful FM stereo tuner module. The core component of the module is RDA5807M, a single-chip broadcast FM stereo tuner that has gained popularity among designers in recent years due to its high level of integration. This integration significantly reduces the need for external components, simplifying circuit design. The RDA5807M supports a wide FM band, covering frequencies from 50MHz to 115MHz, making it adaptable to global FM standards.

Additionally, its use of a low-IF digital architecture streamlines the design process by requiring fewer external parts. The inclusion of an AGC (automatic gain control) feature ensures consistent signal reception, even in environments with fluctuating signal strengths.

FM stereo receiver module with seven segment module.

The chip's digital stereo decoding capabilities deliver high-quality audio output, providing a rich stereo sound experience. Moreover, the energy efficiency of the RDA5807M makes it suitable for portable, battery-powered devices. The I2C control interface allows for easy integration with microcontrollers, enabling straightforward digital control.

This module is designed as a ready-to-use FM receiver solution, emphasizing compactness and ease of integration. It incorporates the RDA5807M IC and the STM8S003F3P MCU, along with the necessary supporting passive components, standard headers for connections, and flexible antenna connectivity options. The module is engineered to connect with commonly available 0.56-inch, 4-digit common cathode LED seven-segment display modules without any soldering.

Bottom side of the FM stereo receiver module.

The compact footprint of the module makes it ideal for projects where space is at a premium. Importantly, its open-source design allows for complete customization and modification.

It provides standard stereo audio output with separate left and right channels. The antenna input options allow for various antenna types, ensuring optimal signal reception. During testing, we utilized a 30cm long wire as the antenna and successfully received all FM stations clearly.

The tuner module features push switches to perform automatic station scans in both directions. The firmware limits the tuning range of the module to between 87MHz and 108MHz. Additionally, it includes digital volume control with 15 levels and a memory manager for storing up to 10 FM radio stations. The current tuner frequency is displayed on the segment display module, and there are two LEDs to indicate stereo reception and memory manager status.

The output level of this receiver module is not sufficient to drive speakers directly. Therefore, to achieve audio output through speakers, this module needs to be paired with a stereo audio amplifier. During testing, we successfully used the commonly available PAM8403 3W class-D audio amplifier with this module.

FM stereo receiver module with PAM8403 audio amplifier.

Power is supplied via a screw terminal, typically requiring a DC power source between 5V and 9V. The dimensions of the module are 72.85mm × 32.0mm.

This project is available on GitHub, providing schematics, PCB files, firmware source code, and comprehensive documentation. The hardware design of this project is licensed under CERN-OHL-W, while the firmware is licensed under the terms and conditions of the MIT license. All other resources, including documentation, are released under the Creative Commons Attribution 4.0 International license.

Comments

Popular posts from this blog

CD2003 - yet another simple FM radio receiver

In the last few days, we are looking for some simple FM radio receiver to integrate into one of our ongoing projects. For that, we try several FM radio receiver ICs including TDA7000, CD2003/TA2003/TA8164, CXA1019, and KA22429. Out of all those chips we select CD2003 (or TA2003/TA8164) based receiver for our project because of its simplicity and outstanding performance. Except to CD2003, Sony CXA1019 also perform well but we drop it because of its higher component count. We design our receiver based on Toshiba TA2003 datasheet and later we try TA8164 and CD2003 with the same circuit. Either CD2003 or TA8164 can directly replace TA2003 IC, and as per our observations, TA8164 gives excellent results out of those 3 chips. A prototype version of CD2003 FM radio receiver The PCB design and schematic which we used in our prototype project are available to download at google drive (including pin-outs of crystal filters and inductors ). Except for CD2003 IC, this receiver consist...

Arduino superheterodyne receiver

In this project, we extend the shortwave superheterodyne receiver we developed a few years ago . Like the previous design, this receiver operates on the traditional superheterodyne principle.  In this upgrade, we enhanced the local oscillator with Si5351 clock generator module and Arduino control circuit. Compared to the old design, this new receiver uses an improved version of an intermediate frequency amplifier with 3 I.F transformers. In this new design, we divide this receiver into several blocks, which include, mixer with a detector, a local oscillator, and an I.F amplifier. The I.F amplifier builds into one PCB. The filter stage, mixer, and detector stages place in another PCB. Prototype version of 455kHz I.F amplifier. In this prototype build, the Si5351 clock generator drives using an Arduino Uno board. With the given sketch, the user can tune and switch the shortwave meter bands using a rotary encoder. The supplied sketch support clock generation from 5205kHz (tuner f...

Calculator for audio output transformers

Audio output transformers are heavily used in a vacuum tube and some (older) transistor base audio power amplifiers, but these days output transformer are quite hard to find and expensive item. For homebrew projects, the best option is to construct those transformers by ourselves and this script helps to calculate winding parameters for those transformers. This " AF output transformer calculator " script is written using Python and it works with most of the commonly available Python interpreters . The script is available to download at google drive under the terms of GNU General Public License version 3.0 . Homebrewed 25k: 4 output transformer Once supplied the input parameters this script provides a winding ratio, the number of turns required for primary and secondary winding and required copper wire gauges for both primary and secondary windings, etc. We construct several AF output transformers based on results of this script, which including transformers for M...