I have an thermocouple ( IoT Long Range Wireless Thermocouple Temperature Sensor) by ncd and I want to make a dashboard that show the connection by the Photon (Particle) and the thermocouple. I made the sensors mannuals by ncd, but ncd didn't have the support for the Photon, just said that the thermocouple could be used with the Photon.
If someone have an suggestion, please tell me. Regards
Hi,
I expect to create a display from the value of a variable embedded in my photon.
Node red seems to be great for that.
Is threre any tutorial to explain the steps i have to realize ?
Philippe
Use the 'variable' node from node-red-contrib-particle, pipe the result into a template node to extract and format your values (assuming you have more than just a simple var), then use a node-red-dashboard node of your choice (for example the chart node) to display it.