
Overview
This is a multifunctional sensor that gives you temperature and relative humidity information at the same time.
It utilizes a TH02 sensor that can meet measurement needs of general purposes. It provides reliable readings when environment humidity condition inbetween 0-80% RH, and temperature condition inbetween 0-70°C, covering needs in most home and daily applications that don't contain extreme conditions.
Features:
- Wide operating voltage range:(3.3V ~ 5V)
- Low Power Consumption:350 µA during RH conversion
- 0 to 100% RH operating range
- Measuring Range: Humidity: 0% - 80% RH Temperature: 0 ~ 70 °C
- Accuracy: Humidity: ±4.5% RH
- Temperature: ±0.5°C
- I2C host interface
- Excellent long term stability
Tech specs
Items |
Min |
PCB Size |
2.0cm*4.0cm |
Interface |
2.0mm pitch pin header |
IO Structure |
SIG,VCC,GND,NC |
ROHS |
YES |
Electronic Characteristics
Items |
Conditions |
Min |
Norm |
Max |
Unit |
VCC |
- |
3.3 |
- |
5 |
Volts |
Measuring Current Supply |
- |
1.3 |
- |
2.1 |
mA |
Average Current Supply |
- |
0.5 |
- |
1.1 |
mA |
Measuring Range |
Humidity |
20% |
- |
90% |
RH |
Temperature |
0 |
- |
50 |
°C |
|
Accuracy |
Humidity |
- |
- |
±5% |
RH |
Temperature |
±2 |
°C |
|||
Sensitivity |
Humidity |
- |
1% |
RH |
|
Temperature |
1 |
°C |
|||
Repeatability |
Humidity |
±1% |
RH |
||
Temperature |
±1 |
°C |
|||
Long-term Stability |
±1% |
RH/year |
|||
Signal Collecting Period |
2 |
S |
Get Inspired

Control the air/fuel mixture for a better fuel economy of a engine with a Arduino Nano.

When you want to paint the walls in your bedroom that very specific shade of Misty Irish Green, all you have to do is head to your local hardware store and have them scan the corresponding card. The paint-mixing machine will then add the pigment to a white base and, a few minutes later, you have that exact color. So, shouldn’t you be able to do the same thing with acrylic paint for hobby purposes? Now you can, thanks to the “Color By Code” machine designed by Caltech students Frida Moreno and Asmat Kaur Taunque. Moreno and Taunque built Color By Code for a class project and it is, essentially, a hobby version of those hardware store paint-mixers intended for acrylic paint. As is the standard across many industries that deal with pigments, paint, and printing, this works using CMYK (cyan, magenta, yellow, key) color mixing. Here, the key is black and the machine takes an input color value for each component, then dispenses the paint in those ratios to achieve the desired hue. That all happens under the control of an Arduino Nano Every board. That operates peristaltic pumps, via L298N motor drivers, that dispense each color. Afterwards, a flushing procedure clears the lines before the next mix. The pumps fit into a 3D-printed stand, with the hoses dropping below to a waiting container. At this time, the user must set the color values through serial commands. But the team hopes to create a Bluetooth app in the future. They also plan to add a weight sensor, which would improve the machine’s accuracy.