# AHT30 Temperature and humidity sensor
[](https://components.espressif.com/components/espressif/aht30)

C driver for Asair AHT30 temperature and humidity sensor.
## Features
- Get temperature and humidity readings as float values.
- Check measurement status.
## Get Started
This driver, along with many other components from this repository, can be used as a package from [Espressif's IDF Component Registry](https://components.espressif.com). To include this driver in your project, run the following idf.py from the project's root directory:
```
idf.py add-dependency "espressif/icm42670==*"
```
Another option is to manually create a `idf_component.yml` file. You can find more about using .yml files for components from [Espressif's documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html).
## See Also
* [AHT30 product page](https://asairsensors.com/product/aht30-integrated-temperature-and-humidity-sensor/)
acc2fdfb2014eabc5c7096decd2e0495708d3501
idf.py add-dependency "espressif/aht30^1.0.0"