EBC Exercise 50 Setting Up Node-Red

From eLinux.org
Revision as of 12:29, 27 October 2020 by Yoder (talk | contribs) (Initial info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

thumb‎ Embedded Linux Class by Mark A. Yoder


Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.([1])

The following is based on https://groups.google.com/g/beagleboard/c/b7PZXB7JbmA/m/SEB0qTK2AAAJ.

Install

First make sure you have the current version of Node-Red.

bone$ dpkg --list | grep node-red
ii bb-node-red-installer   1.2.2-0rcnee2~buster+20201021 armhf Node-RED   installer for beagleboard.org

If yours is older do the following.

bone$ sudo apt update
bone$ sudo apt install bb-node-red-installer
bone$ sudo reboot

Installing on Bone

This install.sh file checks for Raspberry Pi, but not the Bone. There's a simple edit that can add the bone.





thumb‎ Embedded Linux Class by Mark A. Yoder