Hi all,
currently I use the serial control node (ttyUSB0) of a Raspberry Pi 4B (1) to read data from a directly connected heating device and showing this data in a Node-RED dashboard.
However, since the rpi4B (1) is actually supposed to be placed elsewhere, I would like to move this tasks to another device, such as the Raspberry Pi Zero W (2), which will then transmit the data to the rpi4B (1) via WLAN.
I have the following questions for anyone who is interested in this topic or already familiar with it:
Will Node-RED and the functions I need for the described use case above (using serial node & sending data using WLAN) run on the rPi0W (2)?
Which Pi OS do I need to install onto the rPi0W?
Which type (32bit or 64bit)?
(I guess 32bit is ok...)
Which network node do I need on the rPi0W (2) to send the data using WLAN to the other device rpi4B (1) which will then be connected directly (wired) to the router?
Any other suggestions or tips?
Thank you very much and kind regards
Thomas

