All Projects → enjoyneering → AHT10

enjoyneering / AHT10

Licence: other
This is an Arduino library for Aosong ASAIR AHT10, AHT15 Digital Humidity & Temperature Sensor

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to AHT10

arduino-sht
Repository for Sensirion humidity and temperature sensor support on Arduino
Stars: ✭ 43 (+34.38%)
Mutual labels:  arduino-library, temperature-sensor, humidity-sensor
arduino-esp8266-mh-z19-serial
CO2, humidity and temperature sensor on ESP8266
Stars: ✭ 57 (+78.13%)
Mutual labels:  temperature-sensor, humidity
MAX31855
Arduino library for 14-bit MAX31855 K-thermocouple to digital converter
Stars: ✭ 20 (-37.5%)
Mutual labels:  arduino-library, temperature-sensor
BME680
Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
Stars: ✭ 30 (-6.25%)
Mutual labels:  arduino-library, humidity
Si7021 Breakout
A breakout board for the Si7021 Temperature and Humidity sensor.
Stars: ✭ 24 (-25%)
Mutual labels:  temperature-sensor, humidity-sensor
embedded-sht
Embedded SHT Drivers for Sensirion Temperature and Humidity Sensors - Download the Zip Package from the Release Page
Stars: ✭ 53 (+65.63%)
Mutual labels:  temperature-sensor, humidity
SwiftySHT20
⚡ A Swift library for the I2C SHT20 Humidity and Temperature Sensor.
Stars: ✭ 19 (-40.62%)
Mutual labels:  temperature-sensor, humidity-sensor
arduino-dataflash
Support for Atmel Dataflash for the Arduino
Stars: ✭ 23 (-28.12%)
Mutual labels:  arduino-library
SparkFun CAN-Bus Arduino Library
No description or website provided.
Stars: ✭ 132 (+312.5%)
Mutual labels:  arduino-library
SparkFun TB6612FNG Arduino Library
No description or website provided.
Stars: ✭ 40 (+25%)
Mutual labels:  arduino-library
mpu6050
MPU6050 Arduino Library
Stars: ✭ 141 (+340.63%)
Mutual labels:  arduino-library
HomeSpan
HomeKit Library for the Arduino-ESP32
Stars: ✭ 410 (+1181.25%)
Mutual labels:  arduino-library
EthernetENC
Ethernet library for ENC28J60. This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support. Only include EthernetENC.h instead of Ethernet.h
Stars: ✭ 58 (+81.25%)
Mutual labels:  arduino-library
AnalogPHMeter
Arduino Library for analog pH meter.
Stars: ✭ 20 (-37.5%)
Mutual labels:  arduino-library
LiquidCrystal I2C Hangul
아두이노 16x2 LCD 한글 출력 라이브러리
Stars: ✭ 16 (-50%)
Mutual labels:  arduino-library
X10RF-Arduino
Arduino Library for sending x10 messages by RF
Stars: ✭ 17 (-46.87%)
Mutual labels:  arduino-library
OpenWeather
Arduino library to fetch weather forecasts from OpenWeatherMap
Stars: ✭ 88 (+175%)
Mutual labels:  arduino-library
CoopThreads
Lightweight, platform agnostic, stackful cooperative threads library.
Stars: ✭ 18 (-43.75%)
Mutual labels:  arduino-library
SomeSerial
An Arduino library to wrap multiple kind of serials.
Stars: ✭ 14 (-56.25%)
Mutual labels:  arduino-library
frt
Lightweight, easy-to-use wrapper around the Arduino_FreeRTOS_Library
Stars: ✭ 18 (-43.75%)
Mutual labels:  arduino-library

license-badge version stars hit-count github-issues

This library is no longer supported. New library here - https://github.com/enjoyneering/AHTxx

Aosong ASAIR AHT10, AHT15 & AHT20

This is an Arduino library for Aosong ASAIR AHT10, AHT15 & AHT20 Digital Humidity & Temperature Sensor

  • Supply voltage: 1.8v - 3.6v for AHT10, AHT15 & 2.0v - 5.5v for AHT20
  • Temperature range: -40°C..+85°C
  • Temperature resolution: 0.01°C
  • Temperature accuracy: ±0.3°C
  • Relative humidity range: 0%..100%
  • Relative humidity resolution: 0.024%
  • Relative humidity accuracy: ±2%**
  • I²C bus speed: 0Hz - 400KHz
  • Recomended polling frequency: 8sec - 30sec***

Supports all sensors features:

  • read humidity****
  • read temperature****
  • soft reset with sensor initialization

Tested on:

  • Arduino AVR
  • Arduino ESP8266
  • Arduino ESP32
  • Arduino STM32

**Prolonged exposure for 60 hours at humidity > 80% can lead to a temporary drift of the signal +3%. Sensor slowly returns to the calibrated state at normal operating conditions.

***If sampling rate of the measurement is too high, the sensor overheats. To prevent the temperature of the sensor from rising > 0.1°C, read sensor once every 2 seconds.

****The library returns 255 if a communication error occurs or if the calibration coefficient is off.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].