Skip to content

HardwareProjects/node-dht-sensor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-dht-sensor

This node.js module supports querying air temperature and relative humidity from a compatible DHT sensor.

The module is forked from https://github.com/momenso/node-dht-sensor. I made the following adjustments:

  • Replaced BCM2835 library with wiringPi. It still uses the Broadcom GPIO pin numbers. Thanks to @Xento.

Installation

$ npm install git+https://github.com/HardwareProjects/node-dht-sensor.git

See http://wiringpi.com/wiringpi-update-to-2-29/ for using it without being root or using sudo.

About

Node.js Humidity and Temperature sensor addon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 72.2%
  • JavaScript 16.5%
  • Shell 7.8%
  • Python 3.5%