Chapter 1
TEA5767 Radio FM GUI
I am writing a series of books, https://www.amazon.es/dp/B0CLKCTYMX, in which I use Arduino and Tcl/Tk to make the interfaces that control the hardware. One of those projects is an FM radio using the popular TEA5767. I have decided to make an ’executable’ to enable the use of the TEA5767 through Arduino without the need to install the development environment.
I have created a series of ‘skins’, which are also easily configurable, and here we will explain what needs to be done to use the TEA5767 using the GUIs that I have designed.
Project root on Sourceforge using Starkit (that is, an executable file that you can modify).
Source code on Github.