Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johntalton/aht20

Driver for ASAIR Temperature and Humidity Sensor AHT20
https://github.com/johntalton/aht20

aht20

Last synced: about 2 months ago
JSON representation

Driver for ASAIR Temperature and Humidity Sensor AHT20

Awesome Lists containing this project

README

        

# AHT20

[![npm Version](http://img.shields.io/npm/v/@johntalton/aht20.svg)](https://www.npmjs.com/package/@johntalton/aht20)
![GitHub package.json version](https://img.shields.io/github/package-json/v/johntalton/aht20)
![CI](https://github.com/johntalton/aht20/workflows/CI/badge.svg)
![GitHub](https://img.shields.io/github/license/johntalton/aht20)
[![Downloads Per Month](http://img.shields.io/npm/dm/@johntalton/aht20.svg)](https://www.npmjs.com/package/@johntalton/aht20)
![GitHub last commit](https://img.shields.io/github/last-commit/johntalton/aht20)

Humidity and Temperature sensor driver.

# Usage

The AHT20 use a triggered reading result workflow. Thus, reading data will be stable until the next trigger is performed.

Like other sensors initialization / calibration is a required step.