This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SHT10 temperature and humidity sensor library for nRF52832

Hi,

I'm building a project with nRF52832 dev kit and the SHT10 temperature and humidity sensor, I'm searching for a library/example project of this sensor and the nRF52. So far I didn't find one, are you familiar with one?

Thanks!

Parents
  • Hello Yaniv,

    I'm not aware of an nRF52 example project. I did interface a SHT75 to a nRF51 so here are a couple of observations:

    1. The SHT10/SHT75 is a 2-wire interface, but it is not compatible with I2C. You have to bit-bang the clock and data lines to send commands. It's not hard, and they do have example code. You just need to set up a couple of GPIO pins and toggle away.

    2. If that is a problem. Sensiron has a newer sensor that supports standard I2C.

    John

Reply
  • Hello Yaniv,

    I'm not aware of an nRF52 example project. I did interface a SHT75 to a nRF51 so here are a couple of observations:

    1. The SHT10/SHT75 is a 2-wire interface, but it is not compatible with I2C. You have to bit-bang the clock and data lines to send commands. It's not hard, and they do have example code. You just need to set up a couple of GPIO pins and toggle away.

    2. If that is a problem. Sensiron has a newer sensor that supports standard I2C.

    John

Children
Related