I recently purchased the SparkFun FM Tuner Evaluation Board - Si4703 and cannot get it to work.
This is what I’ve tried:
Using the Arduino Serial Monitor, entering ‘+’ will produce the following only if the radio is powered up (connected to computer USB) right before entering it:
Channel:0 Volume:1
Entering ‘+’ again, the radio will send back:
Channel:0 Volume:2
Now, if the ‘-’ is entered, the same results will occur, only if the radio is disconnected from the USB and re-connected.
Channel:0 Volume:0
Channel:0 Volume:0
The seek up / down, RDA, and radio frequency tune, do not produce a response at all.
Also, no audio or background noise is heard when connected to powered speakers; even with the volume turned all the way up.
These are the parts used to build the radio configuration:
SparkFun FM Tuner Evaluation Board - Si4703 (WRL-12938)
SparkFun MicroMod SAMD51 Processor (DEV-16791)
SparkFun MicroMod Qwiic Carrier Board - Single (DEV-17723)
Flexible Qwiic Cable - Female Jumper (4-pin) (CAB-17261)
Header - 12-Pin Male (PTH, 0.1", Straight) (PRT-18987)
Arduino IDE 2.3.2
Using: Si4703-Test.ino
This is how the radio circuit was assembled:
Header Male pins (PTH, 0.1", Straight) are soldered to the FM tuner board.
The Qwiic end of the Qwiic Cable female Jumper, is connected to the Qwiic socket on the MicroMod Carrier Board.
The jumper pins are connected to the tuner board as follows:
Red wire to +3.3V
Black wire to Gnd
Blue wire to SDIO
Yellow wire to SCLK
Did I miss anything, or is there anything else to try?
Thank you