Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomvm/atomvm_dht
DHT11 and DHT12 drivers for AtomVM
https://github.com/atomvm/atomvm_dht
atomvm dht dht11 dht22 erlang esp32
Last synced: about 19 hours ago
JSON representation
DHT11 and DHT12 drivers for AtomVM
- Host: GitHub
- URL: https://github.com/atomvm/atomvm_dht
- Owner: atomvm
- License: apache-2.0
- Created: 2020-08-22T16:59:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T01:57:34.000Z (about 1 year ago)
- Last Synced: 2024-11-10T22:14:50.325Z (about 2 months ago)
- Topics: atomvm, dht, dht11, dht22, erlang, esp32
- Language: Erlang
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AtomVM DHT Driver
The AtomVM Nif can be used to drive DHT11 and DHT12 temperature and humidity sensors that can be attached to ESP32 SoCs.
This driver is included as an add-on to the AtomVM base image. In order to use this driver, you must be able to build the AtomVM virtual machine, which in turn requires installation of the Espressif IDF SDK and tool chain.
Documentation for this component can be found in the following sections:
* [Programmer's Guide](markdown/dht.md)
* [Example Program](examples/dht_example/README.md)