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.
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.