1.1.0 • Published 1 year ago

@clysema/ebrain-iot-w1 v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

One-Wire Interface

Setup

Setup config files for each supported type are placed in the ./setup directory.

Config

config/w1.json

{
  "type": "raspberry-gpio",
  "gpio": 4,
  "path": "/sys/bus/w1/devices"
}

DS18B20 1-Wire Digital Thermometer

The DS18B20 1-Wire Digital Thermometer converts temperature to 12-Bit digital word in 750ms (Max). So this is the Max read rate.