Introduction: FM Radio (Raspberry Pi)
Basic tutorial of how to setup a FM Radio Module (tea5767) with the Raspberry Pi.
Step 1: Parts
RPI 3 B+ – https://amzn.to/2DcfywB
4 Amp Power Adapter – https://amzn.to/2Q77KPL
16GB Micro SD – https://amzn.to/2DaPZMF
FM Module – https://ebay.to/2CUeUmL
(ALT) FM Module – https://amzn.to/2DfDShp
Step 2: Setup
5V >> 5V
SDA >> GPIO2
SLC >> GPIO3
GND >> GND
----------------------------
Enable I2c interface:
"sudo raspi-config"
Select “Interfacing Options”
Select “I2C”
Select “Yes”
Save and Exit
Verify Module is detected:
"sudo i2cdetect -y 1"
You should see 60 in column 0
Step 3: Code
To run type:
"python3 radio.py"
Step 4: Additional Info
Online Guide: https://www.piddlerintheroot.com/fm-radio-tea5767/
3 Comments
10 months ago
Two questions.
1.Is it possible to have it work with RPi4?
2. If I want to pass sound to RPi (i want have stream FM signal ) How to do it? I guess I have to buy music card/hat?
Question 2 years ago on Introduction
1. Are you able to set frequencies between 118.00 up to 136.95MHz?
2. Is it possible to use this unit to transmit as well?
Question 2 years ago
Hi, I just wanted to know about the GPIO wires, Are they 4 pin female to female? Also, could you include a link to buy these as I can't find anything.
I can't wait to make this!
Thanks,