Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johntalton/aht20
- Owner: johntalton
- License: mit
- Created: 2024-01-07T07:51:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T12:19:53.000Z (7 months ago)
- Last Synced: 2024-06-03T14:21:04.422Z (7 months ago)
- Topics: aht20
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.