I am using arduino Mega and I have a out put in Analog signal. I dont know javascript but i just want to multiply 0.456 with the msg.payload from the arduino output node and show in the graph after the conversion. can you please help me which node i use? I tried fucntion node but i dont know where I am doing mistake Function: var x = msg.payload*0.425; return var; Please help me
I wonder if you know how to pass 3 different inputs to 3 outputs using function node? So, 1st input would pass to 1st output, 2nd input would pass to 2nd output and so forth
Yes it is opensource IOT platform you can use it for real time analyis of signal..but should match the output protocol from inbuilt function else you have to make your own function
Best explanation I've found on YT!
Excellent and simple, thank you.
I am using arduino Mega and I have a out put in Analog signal. I dont know javascript but i just want to multiply 0.456 with the msg.payload from the arduino output node and show in the graph after the conversion. can you please help me which node i use? I tried fucntion node but i dont know where I am doing mistake
Function:
var x = msg.payload*0.425;
return var;
Please help me
Great explanation! Thanks!
Hi.can you help me please how can l do machine classification for hart signals using nod red l already did the classification in R code
i got always an error from missing api key for 192.19.12.0
I wonder if you know how to pass 3 different inputs to 3 outputs using function node? So, 1st input would pass to 1st output, 2nd input would pass to 2nd output and so forth
Is this license free and can i use it for real time analysis of signals. Waiting for reply
Yes it is opensource IOT platform you can use it for real time analyis of signal..but should match the output protocol from inbuilt function else you have to make your own function
The device in the link below does signal analysis, supports nodered, ignition edge, azure, and has built in IO. www.tyrionintegration.com/nucleus/
Thanks!
#noderedtutorials for more videos nodered
2:16
m = msg.payload,
t = msg.topic;
if (m=='Red') { return {topic:t, payload: "You win"};}
else if (m =='black') { return {topic:'loosetopic', payload: "You Loose"};}