Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Technology >> Manufacturing process

Build Your Own FM Radio with RDA5807 & Arduino Pro Mini

Components and supplies

rda5807 fm radio module
×1
Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
SparkFun Arduino Pro Mini 328 - 3.3V/8MHz
×1
nokia 5110 display
×1
18650 li-ion battery
×1
18650 battery case
×1
Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
Adafruit USB Li Ion Battery Charger
×1
audio amplifier
×1
Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
Photo resistor
×1
Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
General Purpose Transistor NPN
×1
Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
Resistor 100 ohm
×1
Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
Resistor 10k ohm
×2
resistor 300k
×1
Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
Resistor 1M ohm
×1
Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
Rotary Encoder with Push-Button
×1
loadspeakers
×1

Necessary tools and machines

Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
Soldering iron (generic)

Apps and online services

Build Your Own FM Radio with RDA5807 & Arduino Pro Mini
Arduino IDE

About this project

Brief description

This project is about building a simple FM radio controlled by Arduino. Surfing the Internet, I have faced a great FM radio module, RDA5807 that supports RDS signal receiving. I have thought it is very god idea to play with this module and build my own FM radio that can have custom features. Furthermore, the radio can be powered by Li-ion rechargeable battery and equipped with a interesting USB charger.

The Nokia 5110 display, I believe, is a good choice for the radio because it is well-readable, easy to use, customizable and has low-power requirements that help increase the battery life.

The key features of this project are:

  • The Li-ion battery 18650 with USB charger is used to power the radio.
  • Graphical Nokia 5110 display is used that allow to create friendly user interface (not in the case).
  • The list of 4 previous stations is implemented to simplify navigation between the stations.
  • RDS information (station name) is displayed in the bottom of the screen.
  • The screen backlight is automatically adjusted.

The RDA5807 is a self-sufficient radio module. It implements 3.3V power source. To make the project simpler, the Arduino pro mini 3.3V controller is used to control the radio module. Internal voltage regulator guarantees the correct voltage on the radio module and the screen. To make the volume acceptable, the simple audio amplifier is implemented. The Li-ion battery powers the amplifier directly, without any regulator.

The U8GLIB graphic library is used to display the information on the Nokia screen. This library is fast, reliable, expandable and very convenient for many black and white displays. I have added some new Cyrillic font to the library, so please select the font you have in the sketch.

How to control the radio

Radio is controlled by rotary encoder. There are two modes the tuner can run: automatic mode and manual mode. By default, automatic mode is used. In this mode the radio module seeks the stations up or down when you rotate the encoder forward or backward. The station changes to the next one with the good signal level. You can set frequency by switching to the manual mode. Just press the encoder once to switch between the modes.

The last 4 stations list is saved in the EEPROM of Arduino each time you change the station. To save the life of the EEPROM, save procedure invokes in a minute after the station have been changed. So you can freely search the favorite station without saving anything in the EEPROM.

To list the last 4 stations, press the encoder for long time (about 2 seconds). Then you can rotate the encoder to select the station from the list. To switch to the station, press the encoder.

Conclusion

The RDA5807 radio module is the great FM radio receiver that has very convenient libraries and implements interesting features. You need a long enough antenna in the case of long distance from the radio station. The sound quality is acceptable. You can use better audio amplifier, but the more powerful amplifier can short the battery life.

Code

The fm radio source code
There are two versions in the repository: full and lite (without backlight control and the station history). The full version have been tested on hardware, the lite version have been built from the source code, no testing performed.https://github.com/sfrwmaker/fm_radio_rda5807

Schematics

Build Your Own FM Radio with RDA5807 & Arduino Pro Mini

Manufacturing process

  1. Crystal and Transistor Radio Circuits: From Basic Detectors to Integrated AM/FM Receivers
  2. The Evolution and Engineering of Radio Technology
  3. Batteries: From Volta’s Pile to Modern Lithium Cells
  4. Graphene Batteries Explained: The Future of Long-Lasting Energy
  5. Optimized Power Solutions for Arduino Projects
  6. Build a Bluetooth‑Controlled Arduino Car: A Complete DIY Guide
  7. Build a Reliable FM Radio with SparkFun & Arduino Components
  8. AM Radio Circuit Blueprint: Mastering Simple Transistor-Based Receiver Schematics
  9. 18650 Battery Specs: Key Features for Reliable Design and Performance
  10. Build a Simple AM Radio Receiver: A Step‑by‑Step Guide