SI4703 Module error

Hi,

Can anyone tell me why this error is occurring, I am trying to program my Arduino Uno to use a si4703 Sparkfun FM radio receiver for a fm radio project. I have tried to install the library multiple time but this keeps occuring

IDE version 1.8.15

Error code:

Si4703_Radio_Test:1:10: fatal error: Si4703_Breakout.h: No such file or directory
#include <Si4703_Breakout.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Si4703_Breakout.h: No such file or directory

The Arduino IDE can not find the library.
Which library do you use and how did you install it ?

For myself, I use this order:

  1. Check the Library Manager of the Arduino IDE first.
  2. Then check Github, if it is there then download it via the Download / ZIP button to download the ZIP file and then I use the Arduino IDE to install a library as a ZIP file.
  3. If the library is not even on Github, then I download the library and put it in the "Documents / Arduino / libraries" folder. The "libraries" folder is next to your own Arduino projects.
  4. Sometimes I put the *.cpp and *.h of a library in the Arduino project. They appear as tabs in the Arduino IDE.

It looks like to be working :grinning:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.