Arduino and Mikroe-3469 Temp&Hum Sensor

Hello,

I want to use the MIKROE-3469 Temperature and humidity sensor. I do not want to use any prebuilt library. I would directly access the registry to get the value. I tried to look into the i2c but saw no value there.

Is there any solution for this?

I think this is the datasheet for it.

I think 'registry' means 'registers'. So I'm interpreting that as "I don't want to use a MIKROE-3469 library. I want to access it using the standard Wire.h I2C library".
If I've got the correct datasheet and I've correctly understood what you want to do, then I'll take a closer look at the datasheet to see what you need to do.
[Edit added this text] The I2C chip on the module is a HDC1080, which can be read using this link. Have a read of section 8.6.* to see if you can work out how to access it using Wire.h. If you can't work out what you need to do then ask here.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.