after installing libraries listed in the NINA 306 hookup guide
I got the following error messages while compiling:
Multiple libraries were found for “Adafruit_TinyUSB.h”
Used: /home/dave/Arduino/libraries/Adafruit_TinyUSB_Library
Not used: /home/dave/.arduino15/packages/SparkFun/hardware/nrf52/1.0.0/libraries/Adafruit_TinyUSB_Arduino
exec: “adafruit-nrfutil”: executable file not found in $PATH
Compilation error: exec: “adafruit-nrfutil”: executable file not found in $PATH
searching for adafruit-nrfutil
find ./ -iname “adafruit-nrfutil*”
./.arduino15/packages/SparkFun/hardware/nrf52/1.0.0/tools/adafruit-nrfutil
./.arduino15/packages/SparkFun/hardware/nrf52/1.0.0/tools/adafruit-nrfutil/macos/adafruit-nrfutil
./.arduino15/packages/SparkFun/hardware/nrf52/1.0.0/tools/adafruit-nrfutil/win32/adafruit-nrfutil.exe
It appears there is a macos and win32 rfutil, but no linux one, and the ide is trying to use libraries from a different directory tree.
I tried removing and reinstalling the adafruit tinyUSB library, with no improvement.
my application only needs the ARM CPU, battery charger, USB serial, pressure and acceleration sensors, not the radios.
The code I’m compiling at this point uses the Serial (USB) and digital I/O pins.
I’m running arduino on Slackware linux with the 2.3.7 arduino ide from the AppImage. The libraries and boards are up to date in the ide.
Any ideas?
Dave B