Skip to content

A Firmata wrapper for connectig to a DHT Sensor, to be used with ConfigurableFirmata.

License

Notifications You must be signed in to change notification settings

mdlima/FirmataDHT

Repository files navigation

FirmataDHT

A Firmata wrapper for connectig to a DHT Sensor. To be used with ConfigurableFirmata.

This library adds support for DHT11 and DHT22 (also called AM2302) sensors to ConfigurableFirmata. It wraps the nice idDHT library, that uses interrupts to communicate with the DHT sensor and reduce blocking (it's a very slow sensor).

The sensor must be connected to interrupt pins for the library to work.

This has been tested with AVR Arduinos only (Uno, Nano, Duemilanove).

Installation

  1. Make sure you have the following dependencies installed in your /Arduino/libraries/ folder:
  1. Clone or download and copy FirmataDHT into your /Arduino/libraries/ folder.

About

A Firmata wrapper for connectig to a DHT Sensor, to be used with ConfigurableFirmata.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages