drohm / pi-sht1x

Python library for the Sensirion SHT1x series of temperature and humidity sensors to work on the Raspberry Pi. This includes the SHT10, SHT11, and SHT15 sensors.
MIT License
38 stars 16 forks source link

Investigate SHT7x Support #2

Closed drohm closed 3 years ago

drohm commented 9 years ago

Look into finding out what changes are required to add SHT7x support.

Data sheet is located here.

drohm commented 9 years ago

Will test the new sensor out this weekend.

drohm commented 8 years ago

The datasheet for the SHT7x looks very similar to the SHT1x and both sensors share the same CRC calculations. Will have to do testing with the device to see if there are any issues.

drohm commented 3 years ago

Closing this out as it's a different sensor and I don't have the bandwidth to test the code on this device. If anyone wants to do the testing for this, please feel free to do so and issue a pull request. Thanks.