AM2320 Digital Temperature and Humidity Sensor

Product ID: 3721
$3.95


Qty Discount
1-9 $3.95
10-99 $3.56
100+ $3.16

Description

This little sensor looks an awful lot like the popular DHT11/DHT22 temperature and humidity sensors, but unlike classic DHT sensors, it has an I2C interface! That's right, you do not need to use a bit-bang timing-specific protocol to talk to the AM2320, it uses plain-old-I2C. Whew, that makes things a little easier, doesn't it?

But! We'll let you know, this sensor is not well documented like our other, fancier I2C temperature & humidity sensors. The datasheet mentions it has 3% humidity accuracy and 0.5C temperature accuracy, but we're not very trusting of the specifications. So, while this sensor does seem to work, it's not recommended for anything where you care deeply about guaranteed accuracy. Temperature is probably correct to 2-3 degrees Celsius. Humidity is probably within 5-10%.

That said, for maker and IoT projects? You can't beat the simplicity and price! And we've got ready-to-go working Arduino and CircuitPython code to use it. Check out our detailed guide for wiring diagrams, code, datasheet and more

Each order comes with one AM2320, a low-cost temperature and humidity sensor. You just provide any microcontroller that can run our Arduino or CircuitPython library, and two I2C pull-up resistors (not included).

Technical Details

  • Standard I2C and 1-Wire bus output (note we have not tried 1-Wire)
  • Signal transmission distance up to 20 meters
  • I2C interface (address 0x5c)
  • 3.3V / 5V tolerant
  • 0.1 C / % RH (relative humidity) resolution (+/- 0.5 C, 3% RH)

Check out our detailed guide for wiring diagrams, code, datasheet and more

Product Dimensions: 22.5mm x 12.0mm x 4.7mm / 0.9" x 0.5" x 0.2"

Product Weight: 1.1g / 0.0oz

RoHS 2 2011 65 EU Compliant
RoHS 2 2015 863 EU Compliant

Learn

A I2C-friendly version of those popular DHT sensors
It's log, it's log, it's big, it's data, it's good!