node-red-nodes
node-red-nodes copied to clipboard
Help! I need this LoRa Input
Hello everybody,
Help, we need this version of Library of Node-RED
I don´t know where I can find it. We need to put in the project the following node "LoRa @Input":
Thanks for all the community!
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/
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-redentry 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?
Thanks for your help!
Have a nice day!
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.