You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to using node red. I use the Raspi and a max31865 adapter for a pt100 with two wires. I configured the connection type for two wires correctly on the max31865 board and also connected the spi pins between the board and the raspi.
Pi 3V3 to sensor VIN
Pi GND to sensor GND
Pi SPI0 MOSI to sensor SDI
Pi SPI0 MISO to sensor SDO
Pi SPI0 SCLK to sensor CLK
Pi SPI0 CE0 to sensor CS
I installed the node-red-contrib-pi-max31865 on the Raspi together with node red. Now I implement the "max31865" module in the flow and connect it to a "debug" node.
The spi interface is enabled.
Actually config at the implemented "max31865" node on my test flow (i configured it manually):
bus: 0
device: 0
rtd: 100
reference resistance: 430
wires: 2
I don't know, if this workflow in node red correct?
What i have to do, that i get the temparture in my "debug" Chanel.
I would be happy if someone could help me with the handling :)
The text was updated successfully, but these errors were encountered:
Hi there,
I'm new to using node red. I use the Raspi and a max31865 adapter for a pt100 with two wires. I configured the connection type for two wires correctly on the max31865 board and also connected the spi pins between the board and the raspi.
Pi 3V3 to sensor VIN
Pi GND to sensor GND
Pi SPI0 MOSI to sensor SDI
Pi SPI0 MISO to sensor SDO
Pi SPI0 SCLK to sensor CLK
Pi SPI0 CE0 to sensor CS
I installed the node-red-contrib-pi-max31865 on the Raspi together with node red. Now I implement the "max31865" module in the flow and connect it to a "debug" node.
The spi interface is enabled.
Actually config at the implemented "max31865" node on my test flow (i configured it manually):
bus: 0
device: 0
rtd: 100
reference resistance: 430
wires: 2
I don't know, if this workflow in node red correct?
What i have to do, that i get the temparture in my "debug" Chanel.
I would be happy if someone could help me with the handling :)
The text was updated successfully, but these errors were encountered: