Community Profile

photo

wael elsisi


Last seen: 2 years ago Active since 2021

Statistics

Content Feed

View by

Question


Using thingspeak42 node on nod red
How to use thingspeak42 on node-red ? What should I do to send data to thingspeak ?

2 years ago | 1 answer | 0

1

answer

Answered
dividing value by 100
instead of getting float data I've got Integer value. I have multiplay the value by 100. Then I have asigned the result to hig...

2 years ago | 0

Question


How to merge 2 data?
How to write the blow code in MATLAB Analysis ? int16_t send_windSpeed =((msg[0] << 8) + msg[1]) ;

2 years ago | 1 answer | 0

1

answer

Answered
dividing value by 100
Thank you for your support. I have tried your way but I got wired data. send_windSpeed = thingSpeakRead(readChannelID, 'ReadKe...

2 years ago | 0

Question


dividing value by 100
I want to divide my data by 100 How to do it in MATLAB Analysis ? data = thingSpeakRead(readChannelID, 'ReadKey', readAPIKey);...

2 years ago | 3 answers | 0

3

answers