Hello my Name is James. 16 years old, and today I make my first node-red project.
I'am a beginner, and got my first Arduino from my mom . I think you al start just like me, or you bought your first arduino by you self ?
My first project is to read the DS18B20 temp sensor. With the Arduino IDE Software, works great, on one_wire.
But now I want to create a Arduino Dashboard. I have upload the Firmate sketch in my Arduino Nano.
And install the platte "node-red". The dashboard is nice that okay. The digital output is working.
But I want to read the digital pin for the sensor in node-red to a gauge.
Please can somebody help me out? Thanks
Arduino nano
ds18B20 Sensor.
Presumably you know how to output to serial on the Arduino?
As long as you know the serial port settings, it is pretty trivial to use the serial-in node. Add the node, select the port, check the port settings, attach a debug node so that you can see the output.