Git Product home page Git Product logo

node-red-contrib-ds18b20's Introduction

DS18B20 Node-RED node (Raspberry Pi compatible)

example screenshot

This Node-RED node is working only with DS18B20 sensors connected to a Raspberry Pi. It can't be used as a "general" node for communication with the sensor. The underlying library is a npm module, which can read a data from a DS18B20 sensors connected to a Raspberry Pi and it is used by the node.

Requirements

On the Linux system where your Node-RED is running and where your sensors are connected to, make sure you have loaded all the kernel modules needed for working with 1-Wire devices, what the DS1820 sensor is.

sudo modprobe w1-gpio
sudo modprobe w1-therm

It's good idea to have these modules loaded automatically at the boot time, but that's matter of how this could be done on the system you are using. It's quite a similar job on all systems, so for example my favorite Archlinux has done it this way.

Installation

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-ds18b20 --save

Features

  • you can select a 1-wire device/sensor from a dropdown list in the configuration dialog of the node
  • configurable time interval of the sensor sampling
  • you can configure name of the node, that could be for example the place where is the node placed, if no name set, ID of the device is used as a label

node-red-contrib-ds18b20's People

Contributors

stibi avatar

Watchers

Carlos Andrés Álvarez Restrepo avatar

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.