This project reads Telaire T9602 temperature and humidity sensor data and prints it to serial. It's designed to run on Arduino/ESP8266/ESP32 modules.
- Reads temperature and humidity data from the Telaire T9602 sensor.
On Wemos D1 mini use i2c pins (D1(GPIO 5)-SCL,D2(GPIO 4)-SDA) to connect the T9602 sensor.
- IP67 rated sensor with two sealing membranes
- -20 to 70 °C temperature range
- Accuracy: ±2% RH, 0-95% RH ±0.5°C
- 14 bit ADC resolution
Color | Signal |
---|---|
Red | V+ |
Green | GND |
White | SDA |
Black | SCL |
Internally used ChipCap2 sensor module reference guide
- An ESP8266 module (e.g., Wemos D1 Mini, NodeMCU).
- A Telaire T9602 temperature and humidity sensor.
- Arduino IDE or PlatformIO for code editing and ESP8266 programming.
- Clone this repository to your local machine or download the ZIP file and extract it.
- Open the project in the Arduino IDE.
- Connect the T9602 sensor to your ESP8266 module according to the sensor's datasheet.
- Upload the code to your microcontroller module.
Once powered, the sensor values will be printed via serial interface. It will then periodically read temperature and humidity data from the T9602 sensor and output it via serial.
This project is licensed under the MIT License - see the LICENSE.md file for details.