mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
302 stars 92 forks source link

Porting for 8266 #36

Closed wotipka closed 4 years ago

wotipka commented 4 years ago

Having a hard time locating where the I2C address is set and where the pins are specified. Using the RDA5807 chip and NodeMCU.

mathertel commented 4 years ago

These are ESP8266 specific problems. ESP8266 has no fixed pins for I2C as it is emulated in software and not hardware based. The library compiles well in ESP8266 and I use it in a ESP8266 project.

mathertel commented 4 years ago

Some examples now have some code to explicitly initialize the esp8266 i2c/wire bus and library.