DS18B20 (community library)

Summary

Name Value
Name DS18B20
Version 0.1.14
Installs 245365
License MIT
Author ScruffR (based on Lucas Figg's lib)
URL https://github.com/eliteio/DS18B20
Repository https://github.com/eliteio/DS18B20.git
Download .tar.gz
All Versions 0.1.14, 0.1.13, 0.1.12, 0.1.11, 0.1.10, 0.1.9, 0.1.8, 0.1.7, 0.1.6, 0.1.5, 0.1.3, 0.1.2, 0.1.0

DSB18XX Lib for Particle devices

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

#DS18B20 Library for Particle Core, Photon and P1 Modified DS18BXX Lib copied from https://github.com/krvarma/Dallas_DS18B20_SparkCore Sample application using Particle Photon and Dallas DS18B20 Digital Temperature Sensor. The OneWire source code is taken from this link by @tidwelltimj. I just separated this into two classes OneWire and DS18B20. The sample code publishes a variable named tmpinfo with temperature value.

Requires Particle-OneWire (included) from https://github.com/balbano/OneWire-Particle/tree/master/firmware Wiring: Power to 3.3/5V GND to GND Signal to D2 (with 4.7k pullup resistor)

Use crcCheck() to verify the sensor was successfully read.

Browse Library Files