Hello Nordic community,
I have a nrf52-DK with SDK15.2.0 and I'm trying to communicate with ST HTS221 sensor. I have the original STEVAL-MKI141V2 evaluation board.
I use the twi_sensor example, provided in the SDK. I added the hts221 driver from the SDK and used the default functions for initialization:
When I try to read the whoami register, I get value 0. When I try to read the temperature and humidity data, always get the same value.
I tried to communicate with ST LIS2DH12 accelerometer the same way with the same example and everything is normal. Is it possible the problem to be in the hts221 libraries?