Difference between revisions of "SHT1X"
Jump to navigation
Jump to search
(Created page with "= Introduction = The ESP module can read a SI7021 temperature/Humidity sensor using the I2C protocol. == Hardware == The TLS2561 sensor needs to be connected to a the I2C pi...") |
|||
Line 1: | Line 1: | ||
= Introduction = | = Introduction = | ||
− | The ESP module can read a | + | The ESP module can read a SHT1x temperature/Humidity sensor using it's custom protocol. |
− | |||
== Hardware == | == Hardware == | ||
− | The | + | The SHT1x sensor needs to be connected to two selectable GPIO pins. These pins can be configured on the hardware tab. |
---- | ---- | ||
Line 15: | Line 14: | ||
== ESP Easy == | == ESP Easy == | ||
− | Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select " | + | Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "Temperature & Humidity - SHT1X" from the dropdown box. |
− | [[File: | + | [[File:EasyConfigSHT1X.png]] |
Enter the IDX found in the Domoticz device page. That should be all. | Enter the IDX found in the Domoticz device page. That should be all. |
Revision as of 16:28, 10 August 2016
Contents
Introduction
The ESP module can read a SHT1x temperature/Humidity sensor using it's custom protocol.
Hardware
The SHT1x sensor needs to be connected to two selectable GPIO pins. These pins can be configured on the hardware tab.
Software
Custom Sketch
ESP Easy
Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "Temperature & Humidity - SHT1X" from the dropdown box.
Enter the IDX found in the Domoticz device page. That should be all.