node-red-nodes icon indicating copy to clipboard operation
node-red-nodes copied to clipboard

Help! I need this LoRa Input

Open msenatra opened this issue 2 years ago • 3 comments

Hello everybody,

Help, we need this version of Library of Node-RED

image

I don´t know where I can find it. We need to put in the project the following node "LoRa @Input":

LoRa Input

Thanks for all the community!

msenatra avatar Jul 25 '23 13:07 msenatra

Your screenshot shows Node-RED 0.15.3 - that is a very old version of Node-RED. However it is unrelated to the LoRa node. We don't maintain any lora nodes ourselves in the project.

What module provides that node? Your screenshot shows the node-red entry from the palette manager - there must be another that mentions lora.

Have you searched the flow library? https://flows.nodered.org/

knolleary avatar Jul 25 '23 14:07 knolleary

Your screenshot shows Node-RED 0.15.3 - that is a very old version of Node-RED. However it is unrelated to the LoRa node. We don't maintain any lora nodes ourselves in the project.

What module provides that node? Your screenshot shows the node-red entry from the palette manager - there must be another that mentions lora.

Have you searched the flow library? https://flows.nodered.org/

Hi knolleary, thanks for your reply.

Maybe I found a solution. I have to add a base64 node to the flow to convert the base64 data into a buffer, but I have a problem when I try to install it. in Node-RED. Do you know what it means?

image

image

Thanks for your help!

Have a nice day!

msenatra avatar Jul 27 '23 21:07 msenatra

Please ask questions on the Node-RED Forum, Slack or on Stack Overflow with suitable tags. Links to both the forum or Slack are on the Node-RED homepage.

Issues on this repository are only used for actual defects in Node-RED nodes hosted here.

The EAI_AGAIN error means the device you are running Node-RED on can not resolve DNS names (in this case it can not resolve registry.npmjs.org which is needed to install npm modules), this is not a problem with Node-RED or the node-red-node-base64 node, but with the network configuration of the device and we can not help with that.

hardillb avatar Jul 28 '23 10:07 hardillb