How can I install and configure Node Red manager on B-L072Z-LRWAN1 Discovery kit
Hello,
I am novice with STM devise. I received a B-L072Z-LRWAN1 Discovery kit with the goal to build a LoRaWAN gateway repeater (or relay). Thank to Clive, I could complete the fist step and here is the solution (see 3 last conversation).
Now, I would like to manager the nodes in order to allow then to communication through the repeater (Discovery kit). Here are the steps and unfortunately it's not really cleat for me.
First question (may be stupid) Node-red should it be install on my Macbook, or on the Discovery board?
I got an advise, and here it what I did until now, on my Macbook Air.
$ cd /usr/local/
$ sudo mkdir nodejs
$ cd nodejs/
$ sudo curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"
$ node -vThe last command return me
v10.16.0
Then I use the command
sudo npm install -g --unsafe-perm node-redI am not sure if my step are correct.
If I look at this section, it is not state to do the step I did (see above), even if I beleive it may be necessary. It state to install Node Red dependencies
- node-red-dashboard
- the TTN node red node
But where? In my macbook? in the discovery kit? This is not really clear for
Why should I install those poackage on my Macbook while I am trying to configure the discovery kit board to manage my nodes?
(I have no experience yet with Node Red)
Thank a lot for all clarification, you can provide me
Cheers
(I will create a tuto, step by step, when I will successefully complete my repeater, in order to make easier for the next user)