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
300 stars 91 forks source link

Doesn't work with SI4703 #8

Closed dirkvranckaert closed 5 years ago

dirkvranckaert commented 8 years ago

It seems that the init cannot complete as the " while(Wire.available() < 32) ;" keeps hanging on 0... Wire.available() is always zero... What might be wrong?

mathertel commented 5 years ago

This may happen when the radio chip is not correct working with the I2C / Wire bus. The line was removed to avoid endless looping here. will be fixed in version 1.3.0 ff