Skip to the content.

hr202l

Example code for AOSONG HR202L on ESP32 Arduino.

Connect humidity sensor AOSONG HR202L to ESP32, it measures temperature and humidity.

AOSONG HR202L is a very inexpensive humidity sensor. We can buy it for $ 0.60 to $ 2. However, it is a little difficult to handle, so giving up accuracy makes it easy to measure.

ESP32 dev Board and HR202L

AOSONG HR202L

Schematics

2 types:

Schematic 1: for hr202l.ino, hr202l_udp.ino, ht202l_toAmbient.ino

schematics
It has a reference resistor (10k Ohm) on the mini breadboard.

Schematic 2: NO External components, for hr202l_woExRC.ino, hr202l_woExRC_udp.ino

schematics

Attention! NO adequate accuracy

Measured data on Ambient IoT Cloud Service (https://ambidata.io/)

schematics
The example code is in ht202l_toAmbient folder

Blog Site