Libraries for Nano33 BLE Sense

Hello,

Can somebody please point me to the libraries for the following:

  • LSM9DS1 for IMU
  • LPS22HB for barometric pressure and environmental temperature
  • HTS221 for relative humidity
  • DPS-9960 for digital proximity, ambient light, RGB and gesture sensor
  • MP34DT05 for digital microphone

Just need links to the libraries (preferably Zip archive if not already part of previous Arduino boards or other commercial sensors) and the API, of course. Not seeking programming assistance.

I found a few home-grown stuff via web search but would like to confine myself to Arduino issued/approved libraries. Any requested guidance will be sincerely appreciated.

Kind regards.

Here are 3/5:

You can download .zip files from the releases page of each repository but I'd recommend instead using Library Manager (Sketch > Include Library > Manage Libraries in the Arduino IDE) to install them. That is the easiest installation method and it will also make it easiest to update when new versions of the libraries are released.

For the microphone, use the PDM library that's bundled with the Arduino nRF528x Boards hardware core:

You'll find the example sketch under File > Examples > PDM > PDMSerialPlotter in the Arduino IDE.

I don't know about the PDS-9960 library.

Thanks, pert!

Appreciate the quick response. Guess I should have done a better search and then asked questions.

Kind regards.

You're welcome. I'm glad if I was able to be of assistance. Enjoy!
Per

Good news, everyone! Arduino has now published the official library for the APDS-9960:

It is available for installation via Library Manager (library name "Arduino_APDS9960").