GithubHelp home page GithubHelp logo

yryz / ds18b20 Goto Github PK

View Code? Open in Web Editor NEW
64.0 3.0 12.0 38 KB

Golang get temperature from ds18b20 sensor connected to a Raspberry PI (GPIO w1 pin).

License: Apache License 2.0

Go 100.00%
raspberry-pi raspberry ds18b20 temperature-sensor golang

ds18b20's People

Contributors

yryz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ds18b20's Issues

Result for case 'f'?

With all due respect, while I agree (FWIW) with the code in case '0', I question case 'f'.
To try to help, the 2 hex strings (data) I get back from 2 DSs are:
dd ff 4b 46 7f ff 03 10 25 : crc=25 YES
16 00 4b 46 7f ff 0a 10 a5 : crc=a5 YES
The temp is hovering around 0C and have used several DSs, all of which provide reasonably accurate results once the temps rise above about .5 thru 1.5C (w/in variances and compared against other HTU21D and AM2315 probes, as well as WeatherUnderground).

Validate temperature data on read

Summary:
This library does not validate that a correct temperature was obtained. Note this is only to validate that the 1Wire communication was successful; the DS18b20 sensor does not have self-test.

Observed behavior:
The first line of the w1 "file" is a CRC validation of the temperature value.
At this moment, the yryz/ds18b20 library does not validate that the CRC is valid before returning a temperature reading.

Desired behavior:
Expect the CRC tag to be present and "YES" immediately after.
Should this condition fail, return an error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.