Simple Arduino Radio with TEA5767

before to introduce this project, i want to apologize for my English, my native language is French…

Simple Arduino Radio with TEA5767

 

Secondly, this is my first Instructable, and it's the first part of a biggest project (a MP3/SD card/USB/radio/bluetooth/clock/alarmclock/temperature/humidity on TFT touchscreen 3.5β€³)

So, I was searching for a tutorial to create a simple Radio with Arduino… And all what I found was very complex sketches for a very simple result, and I didn't find any tutorials to use it with a TFT and UTFT library.

I decide to create a tutorial for noobs like me which are searching for it.

First , The goods :

– Arduino MEGA2560 compatible (ready for the next steps of the project)

– 2.2β€³ TFT ILI9225 controller

– TEA5767 breakout board

– 1 button

– 1 resistor 10k

– 1 step up module (from battery 3.7v to 5v)

– 1 battery (here i took a battery from an old tablet 3.7v, 6000mAh)

– Speakers (i used old computer speaker with integrated amplifier for the test)

– Wires and breadboard

– Arduino IDE for the sketch

Please be cautious, and wire the battery only when everything is finished !

TFT 2.2β€³

VCC : +5v

GND : GND

SDI : D51

CLK : D52

CS : D22

RST : D30

RS : D24

TEA5767

VCC : +5v

GND : GND

SCL : 21(SCL)

SDA : 20(SDA)

Button

Resistor 10k on ground

Don't forget to link the GND wires from TFT and TEA5767 with Arduino GND

Step 2: How does it work ?

Remember I said a simple radio !

I should say VERY simple !

I'm using only the same 10 stations, then, I'm not interrested in a radio which scans all the frequencies, is very complicated to use,…

Here, in the sketch you write the different frequencies you want, and the button just changes the stations.

I think I can't make more simple πŸ™‚

The libraries :

You'll need 4 libraries :

Wire.h (included in IDE)

TEA5767Radio.h (http://playground.arduino.cc/Main/TEA5767Radio)

EEPROM.h (included in IDE)

UTFT.h (http://www.rinkydinkelectronics.com/library.php?id…

Change the frequencies for the different stations, and the names of the stations.

When your sketch is uploaded, connect the battery by VIN, don't forget to check output voltage on the stepup module.

For more details: Simple Arduino Radio with TEA5767


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

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

Scroll to Top