![]() |
|
how to install Pi OS to SD or SSD card test by Node Red - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=89) +--- Forum: Pi5R16 (https://www.kincony.com/forum/forumdisplay.php?fid=108) +--- Thread: how to install Pi OS to SD or SSD card test by Node Red (/showthread.php?tid=9350) |
how to install Pi OS to SD or SSD card test by Node Red - admin - 05-24-2026 1. Download Pi OS to your SD card or SSD by Raspberry Pi Imager tool. 2. In the Pi OS configuration graphical interface, enable I2C and serial port, and disable the serial monitor function. 3. By default, the /dev/ttyAMA0 serial port is enabled, but you need to edit the file to enable the /dev/ttyAMA2 serial port. Run the command: sudo nano /boot/firmware/config.txt Add the following lines: dtoverlay=uart3 Save the file and exit. The serial port mappings are as follows: Code: Serial Port Device File Physical Pins (Board) BCM Pins (GPIO)4. When you first open Node RED and import a Node flow, you will be automatically prompted to install the required plugins. Click "OK" to install all the plugins automatically. here is node red flow use for import.
flows.zip (Size: 4.32 KB / Downloads: 6)
|