FM Radio (Raspberry Pi)

by piddlerintheroot in Circuits > Raspberry Pi

32953 Views, 20 Favorites, 0 Comments

FM Radio (Raspberry Pi)

thumb.png

Basic tutorial of how to setup a FM Radio Module (tea5767) with the Raspberry Pi.

Parts

vlcsnap-2018-10-31-17h57m39s889.png

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

Setup

schem.PNG
vlcsnap-2018-10-31-17h57m53s314.png

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

Code

vlcsnap-2018-10-31-17h58m03s791.png

To run type:

"python3 radio.py"

Downloads

Additional Info

vlcsnap-piddler.png
FM Radio (Raspberry Pi)