Dependancies
View the decoded non-standard signal from the graph produced by Saleae to read temperature from a DHT11
sensor.
Capture the signal in Saleae:
Manually decoding the signal gives us:
0010 0110 0000 0000 0001 1100 0000 0000 0100 0010
RH MSB RH LSB T MSB T LSB Checksum
Take the temperature MSB which is 0001 1100
in binary and 28
in decimal, which is the same as what is shown i the serial monitor.