Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 536 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 536 Bytes

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.