Arduino node installed but get error when deploy?

Hi alll

I have a problem when I deploy my flow, I am using arduino running firmata firmware and it has running fine when I usede a RPI but I am now using a Unbunto PC, all other nodes there is no problem when I deploy. I can see that the Arduino node is installed
I have updated node - red to latest ver.

regards Bent

2
1

Welcome to the forum @Eskolin

Go into your .node-red directory and run
npm remove node-red-node-arduino
and then
npm install --unsafe-perm node-red-node-arduino

If that shows any errors then paste the full output here please. Copy/paste not screenshot please.
If it doesn't show an error then restart node-red and refresh the browser and see if it is now ok.

1 Like

Hi Colin

  1. I started to remove all my flows
  2. Go into your .node-red directory and runnpm remove node-red-node-arduino
    and then npm install --unsafe-perm node-red-node-arduino
  3. imported my Arduino-meter.flow
  4. Deploy and now I get a error ??? as you can se in the left of the picture I have the Arduino node installed ??

any Idea what is wrong ???

Ben

if i look to se in " Seartch for unknown nodes " I get this picture

image

Ben

Did you doubleclick on 1 of the arduino-in nodes and configure it ?

no I did not.... just imported the flow and deploy it...nothing else

Ben

Did you restart node-red and refresh the browser after the npm install?
If you did then go into your .node-red folder and run
npm list node-red-node-arduino
Post the full output from that command, including the line with the command. Copy/paste, not screenshot please.

Hi Colin

I removed all flows and also the arduino node as you write, and then close down the PC there run node-red,and then install the arduino-node and the last I importede my arduino-flow.... AND IT WORKS :slight_smile:

so now I can go to next level and get Mosquitto to worke :wink:

thanks for all help from the forum guy's

Ben

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.