🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

node-red-contrib-sdsystems-hc001ac

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-sdsystems-hc001ac

Node for the human sensor HC-001AC (S&D Systems)

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

node-red-contrib-sdsystems-hc001ac Node

Installation

To install the stable version use the Menu - Manage palette - Install option and search for node-red-contrib-sdsystems-hc001ac, or run the following command in your Node-RED user directory, typically ~/.node-red

cd ~/.node-red
npm install node-red-contrib-sdsystems-hc001ac

Usage

Input

msg object

For this node, the input msg object is just a trigger.

sensor data

This node reads sensor data from a local serial port. A user must set the serial port name (e.q. '/dev/ttyUSB0' ).

Output

This node outputs msg objects including sensor data. The format of the message is below.

"msg" : {
    "payload" : {
        "count" : count
        "elements" : [01, 03, ...]
    }
}

Copyright Uhuru Coproration under the Apache 2.0 license.

Keywords

node-red

FAQs

Package last updated on 26 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts