-->
Page 1 of 1

TEA5767 FM Radio library for ESP8266

PostPosted: Thu May 25, 2017 5:25 am
by nygma
Hi Guys,

I got a TEA5767 FM Radio chip and completed the basic project with an Arduino. I followed the code example from the below page:
http://www.ardumotive.com/how-to-use-th ... le-en.html

Since it is using I2C, I figured I can do the same with an ESP as well. I moved the code over to an ESP sketch, but I am not able to build the sketch. I think the tea5767 library was made with Arduino in mind, and it is referencing Arduino libraries.

Would somebody help me to "port" this for ESP?

Thanks a lot in advance.
Csongor

Re: TEA5767 FM Radio library for ESP8266

PostPosted: Thu May 25, 2017 7:33 am
by nygma
I forgot to add that I am trying to have a working code in the Arduino IDE. I have seen optic with the basic example, but I need to get it working in the Arduino IDE.