PyPI library for the ENS160 sensor?

I recently picked-up an Environmental Combo Breakout sensor which is the ENS160/BME280 version. I can find the library and sample Python code for the BME280 sensor (which works great) but not for the ENS160 sensor. All I can find for that is the Arduino library. The master “sparkfun-qwiic…” library doesn’t include this sensor either – only the CCS811.

Does a Python library exist for this sensor? Googling didn’t produce much, so any pointers would be appreciated. Thanks!

Rich

Thanks for that. I was looking for the sparkfun library and passed-over the adafruit one. I still can’t get data out of it though. I ran “i2cdetect” and the Pi does see the sensor @ address 0x53, so that’s good. But, the test code here (https://docs.circuitpython.org/projects … mples.html) just produces 0’s. So, more work to do there, but progress.