Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Node-RED nodes for communicating to sensors and actuators supported by the UPM library for multiple platforms.

License

Notifications You must be signed in to change notification settings

intel-iot-devkit/node-red-contrib-upm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project.

node-red-node-upm

Node-RED nodes to talk to sensors & actuators supported by the UPM library

Install

Run the following command in the root directory of your Node-RED install, usually this is ~/.node-red .

    npm install node-red-contrib-upm

Usage

Only tested on the Intel Edison so far, but it should work on other platforms supported by MRAA and UPM.

Ensure you have the latest firmware running, and have Node-RED installed.

See the Intel Downloads for hardware / downloads for your particular board.

If you do need to install Node-RED, you can do this as follows from the home directory of the root user

    npm install -g --unsafe-perm node-red
    mkdir .node-red
    cd .node-red
    npm install node-red-contrib-upm

Then run

node-red

Supported Sensors

  • Grove Starter Kit
    • Grove Push Button
    • Grove Touch Button
    • Grove Relay
    • Grove Light Sensor
    • Grove LED
    • Grove RGB LCD
    • Grove Rotary Angle Sensor
    • Grove Sound Sensor
    • Grove Temperature Sensor
    • Grove Servo
  • Arduino 101
    • Built in Curie IMU
  • ... more to follow

Screenshot

screenshot

About

Node-RED nodes for communicating to sensors and actuators supported by the UPM library for multiple platforms.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •