How to Use the TEA5767 FM Radio Module - Arduino Tutorial

by codebender_cc in Circuits > Arduino

65612 Views, 62 Favorites, 0 Comments

How to Use the TEA5767 FM Radio Module - Arduino Tutorial

UT8wpiFXc4aXXagOFbXP.jpg

In this tutorial you will learn how to use the TEA5767 FM radio module with Arduino uno board. These modules use I2C and are available on eBay for just a few dollars each. It has two 3.5mm jack outputs, one for antenna cable and one for headphones.

If you want to find more technical details about the TEA5767 chip you can read its datasheet here.

We will use the serial monitor of Codebender to print out the current frequency and search for next/previous stations.

What You Will Need

Χωρίς τίτλο.png

For this tutorial you will need:

  • Arduino uno
  • TEA5767 FM radio module
  • Breadboard

The Circuit

ardu.png

The connections are pretty easy, see the image above with the breadboard circuit schematic.

The Code

Here's the code, embedded using Codebender!

Try downloading the codebender plugin and clicking on the "Run on Arduino" button to program your Arduino board with this sketch. And that's it, you've programmed your Arduino with this sketch.

Testing

Screenshot_3.png

Press the "Connect" button to serial monitor below.

Send '+' or '-' to go to next or previous station/frequency.

Well Done

You have successfully completed one more "How to" tutorial and you learned how to use the TEA5767 FM radio module with the Arduino uno board.

What next? You can make your own digital fm radio for your desk with LCD display and speakers, check this project here.

I hope you liked this, let me know in the comments.

There will be more of them, so make sure to click Follow button!