From aeb0530715f50af5dfe65fc36baff2826fea277d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 28 Mar 2017 23:28:09 +0200 Subject: Add an example Sensirion SHT7x dump. --- sht7x/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sht7x/README (limited to 'sht7x/README') diff --git a/sht7x/README b/sht7x/README new file mode 100644 index 0000000..3a16448 --- /dev/null +++ b/sht7x/README @@ -0,0 +1,28 @@ +------------------------------------------------------------------------------- +Sensirion SHT7x +------------------------------------------------------------------------------- + +This is a set of dumps of a Sensirion SHT7x temperature/humidity sensor. + +For details see: +https://www.sensirion.com/en/products/humidity-sensors/pintype-digital-humidity-sensors/ +https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Sensirion_Humidity_Sensors_SHT7x_Datasheet_V5.pdf +https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Sensirion_Humidity_Sensors_SHT1x_SHT7x_CRC_Calculation_V1.pdf + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a USBee SX (at 8 MHz): + + Probe SHT7x + ----------------- + 2 DATA + 3 SCK + + +Data +---- + +The sensor reports a temperature of ca. 26 °C and a humidity of ca. 27 %RH. + -- cgit v1.2.3-54-g00ecf