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!
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!
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:
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.
If that is a problem. Sensiron has a newer sensor that supports standard I2C.
John
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:
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.
If that is a problem. Sensiron has a newer sensor that supports standard I2C.
John
Hi John,
Where can I find their example code? I have the SHT10 sensor so I'll try to work with it.
Thanks!!!
You just have to go to their download center, scroll down to the SHT1x section and one of the available items is a link to example code. You can find the download center here: Sensiron dlc