LoginSignup
1
1

More than 5 years have passed since last update.

備忘録:Raspberry PiでNode-REDのノードを追加

Last updated at Posted at 2018-06-10

Raspberry PiにはNode-REDがプリインストールされてますが、古いバージョンのためノードの追加ができませんでした。
なのでその手順メモ。

Node.jsとnpmをインストール

下記手順を参考に
Raspberry PiにNode.jsとnpmの最新版をインストールする - Qiita

ノード追加

画面からはノード追加できませんでした。
コマンドラインから追加します。

cd $HOME/.node-red
npm install [追加したいノード名]

起動

node-red-start

http://raspberrypi.local:1880/
にアクセス。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1