SparkFun_Si4703_Arduino_Library icon indicating copy to clipboard operation
SparkFun_Si4703_Arduino_Library copied to clipboard

Arduino Library for the SparkFun FM Tuner Basic Breakout - Si4703

Results 7 SparkFun_Si4703_Arduino_Library issues
Sort by recently updated
recently updated
newest added

In the comments at begin of SparkFunSi4703.h you raise the following questions: ``` If anyone manages to get this datasheet downloaded http://wenku.baidu.com/view/d6f0e6ee5ef7ba0d4a733b61.html Please let us know. It seem to be...

I compiled the Si4703_Radio_Test example, to get first steps with my new breakout. But I cannot get it working. Seeking up and down the frequency stays always 875 (87.5 MHz)....

I'm not sure if it is possible or really how to do it, but it would be great if readRDS was not blocking so volume could be changed while it...

Bit14 STCIEN is the 15th bit(BIT0 is the 1st bit) To enable Seek/Tune interrupt, write 0x4000 rather than 0x2000 to register 0x04

The CHAN[9:0] has 10 bits, so the inverted mask should be 0xFC00 rather than 0xFE00

As per the Si4702/03-C19 Internal Crystal Oscillator Errata, polling on the io bus during seeking can cause oscillator jitter reducing seek locking etc. Avoiding it will require using an arduino...

Added a number of useful functions Added power boolean to keep track if FM IC if on/off Added getPowerStatus function Added getStatus function Made getChannel public function Added additional register...