SHT 1x sensirion

I bought a temperature humidity sensor from dfrobot. I took this one because it has one enclosure and is better than a click board for outside use. The I realized that the SHT12 is not a real i2c device as it doesn’t have address. Is there a ‘easy’ way to handle this type of device with TinyClr other than creating data and scl signal by code

If this is not a standard protocol then you will have to implement on your own. This is usually not very difficult. Even an entire I2C bus in software is not that difficult to implement.

time ago “on tinyclr 1.0” was created (it include clk and data for four digit display) so i belive this can help you how to do it

1 Like

good tip;. Thanks Valon :slight_smile: