Internet Radio Using an ESP32

Dear friends welcome to another Instructable! Today we are going to build an Internet Radio device with a big 3.5” display using an inexpensive ESP32 board. Believe it or not, we can now build an Internet Radio in less than 10 minutes and with less than 30$. There is a lot to cover so, let’s get started!

A few months ago, I completed an Arduino FM Radio project which works great and looks even better in my opinion. If you want to see how I built this project you can read the Instructable here. The problem is that, although this radio looks cool it is not practical because I live in a small town in southern Greece and the big Greek radio stations I prefer to listen to, do not have transmitters around here. So, I listen to my favorite radios online on my laptop or tablet pc which is also not so practical. So, today I am going to build an Internet radio device in order to be able to listen to my favorite radio stations from all over the world!

https://youtu.be/eFs2ePMQz8c

You can observe that an initial iteration of the project is completed on a breadboard. Let’s turn it on. The project is designed to connect to the Internet and play music from preselected Radio Stations.

I am currently listening to Real FM radio station in Athens and we can switch stations using these buttons. I stored my preferred radio stations in the ESP32’s memory for convenient access. I am able to adjust the speaker’s volume using this potentiometer. I show the Radio Station’s Name on a large 3.5″ screen with a vintage User Interface design while we listen. The project functions well and is simple to construct.

https://youtu.be/4bm22sN5hWE

You can build the same project in less than 10 minutes but you need to have some experience. If this is your first project, consider building a simpler one first, to gain some experience. Check my Instructables for simple project ideas and when you are more comfortable with the Arduino the electronics come back to build this cool project. Let’s now start building our own Internet Radio.

UPDATE 6/6/2019

The noise issue has been solved by adding an isolator transformer. Check out the updated shematic diagram. Thanks!

Step 1: Get All the Parts

We are going to need the following parts:

The total cost of the project is around 40$ but if you don’t use a display the cost of the project is around 20$. Amazing stuff. We can build our own Internet radio with just 20$!

Step 2: ESP32 Board

The heart of the project is, of course, the powerful ESP32 board. If you are not familiar with it, the ESP32 chip is the successor of the popular ESP8266 chip we have used many times in the past. The ESP32 is a beast! It offers two 32 bit processing cores which operate at 160MHz, a massive amount of memory, WiFi, Bluetooth and many other features with a cost of around 7$! Amazing stuff!

https://youtu.be/Mq1YhgS5VkY

I suggest watching the detailed review that I made for this board. I have added the video to this Instructable. It will be advantageous to comprehend the reason this chip will permanently change the way we produce goods. One exciting feature of the ESP32 is its low-power deep-sleep mode, which only uses 10μΑs of current despite its impressive capabilities. This feature makes the ESP32 ideal for tasks requiring low energy consumption.

This project involves the ESP32 board connecting to the Internet, fetching MP3 data from the current radio station, and sending instructions to the display.

Step 3: MP3 Decoder

The MP3 data is received by the MP3 decoder module via the SPI interface. This module utilizes the VS1053 IC. This IC is custom-made hardware created for the purpose of decoding MP3 files. It retrieves the MP3 data from the ESP32 and quickly changes it to an audio signal.

The audio jack outputs a quiet and muffled sound, necessitating us to eliminate the muffle and increase the audio level. If you have headphones on, you don’t have to worry about eliminating noise or amplifying the signal. I employ an Isolation transformer to eliminate noise from the audio and a PAM8403 audio amplifier to increase the audio signal before sending it to a speaker.

Step 4: Nextion Display

https://youtu.be/mVuy33FK9L0

I chose to use a Nextion display for this project since it is very easy to use. We only need to connect one wire to control it.

The Nextion displays are new kind of displays. They have their own ARM processor at the back which is responsible for driving the display and creating the graphical user interface. So, we can use them with any microcontroller and achieve spectacular results. I have prepared a detailed review of this Nextion display which explains in depth how they work, how to use them and their drawbacks. You can read it here , or watch the attached video.

Step 5: Connecting All the Parts

The MP3 data is received by the MP3 decoder module via the SPI interface. This module utilizes the VS1053 IC. This IC is custom-made hardware created for the purpose of decoding MP3 files. It retrieves the MP3 data from the ESP32 and quickly changes it to an audio signal.

The audio jack outputs a quiet and muffled sound, necessitating us to eliminate the muffle and increase the audio level. If you have headphones on, you don’t have to worry about eliminating noise or amplifying the signal. I employ an Isolation transformer to eliminate noise from the audio and a PAM8403 audio amplifier to increase the audio signal before sending it to a speaker.

Each audio channel must go through the isolation transformer to clear any noise present before connecting to the amplifier.

To transfer information to the screen, we simply have to link a single wire to the ESP32’s TX0 pin. Following the assembly, we must upload the code to the ESP32 and the interface to the Nextion display.

To transfer the GUI onto the Nextion display, simply move the InternetRadio.tft file that I will provide to an SD card with available space. Insert the SD card into the designated slot located on the rear of the screen. Next, switch on the screen, and the graphical user interface will be activated. After that, take out the SD card and reconnect the power.

Once the code has been loaded successfully, we can then activate the project. It shows the message “Connecting…” on the screen for a brief period of time. Upon establishing an internet connection, the project links to a specified radio station. The hardware is functioning as anticipated, now we need to focus on the software aspect of the project.

Source: Internet Radio Using an ESP32


About The Author

Muhammad Bilal

I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top