Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,107
» Latest member: l0v4szl
» Forum threads: 4,056
» Forum posts: 20,378

Full Statistics

Online Users
There are currently 22 online users.
» 0 Member(s) | 13 Guest(s)
Amazonbot, Applebot, Baidu, PetalBot, bot

Latest Threads
access control panel by w...
Forum: KC868-A32/A32 Pro
Last Post: admin
Yesterday, 08:58 PM
» Replies: 15
» Views: 9,522
KC868-HA-V21 24v supply
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
Yesterday, 12:20 AM
» Replies: 3
» Views: 33
DM4 ESPHome yaml for home...
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
05-30-2026, 08:57 PM
» Replies: 1
» Views: 22
KC868-H32B configuration ...
Forum: DIY Project
Last Post: ahmed
05-30-2026, 04:51 AM
» Replies: 6
» Views: 1,578
KC868-A16v3 integration w...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
05-29-2026, 01:17 PM
» Replies: 1
» Views: 50
F24 work with TS RS485 se...
Forum: F24
Last Post: admin
05-29-2026, 04:15 AM
» Replies: 0
» Views: 26
Weak wifi signal/range
Forum: KC868-A16v3
Last Post: admin
05-28-2026, 11:37 PM
» Replies: 3
» Views: 84
KC868-A16v3 schematic
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
05-28-2026, 12:35 PM
» Replies: 1
» Views: 38
KC868-A16v3 PCB layout CA...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
05-27-2026, 12:59 PM
» Replies: 0
» Views: 52
[arduino code examples fo...
Forum: F24
Last Post: admin
05-26-2026, 10:55 PM
» Replies: 2
» Views: 898

  MCP23017 for Node Red
Posted by: admin - 05-24-2026, 01:58 AM - Forum: Pi5R16 - No Replies

   

Print this item

  how to install Pi OS to SD or SSD card test by Node Red
Posted by: admin - 05-24-2026, 01:54 AM - Forum: Pi5R16 - No Replies

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=uart2
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)
UART2    /dev/ttyAMA1    Pin 27 (TXD) / 28 (RXD)    GPIO 0 / 1
UART3    /dev/ttyAMA2    Pin 13 (TXD) / 14 (RXD)    GPIO 4 / 5
UART4    /dev/ttyAMA3    Pin 7 (TXD) / 21 (RXD)    GPIO 8 / 9
UART5    /dev/ttyAMA4    Pin 29 (TXD) / 30 (RXD)    GPIO 12 / 13

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. 
.zip   flows.zip (Size: 4.32 KB / Downloads: 31)

Print this item

  how to install Pi OS to SD or SSD card test by Node Red
Posted by: admin - 05-24-2026, 01:54 AM - Forum: Pi5R8 - No Replies

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=uart2
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)
UART2    /dev/ttyAMA1    Pin 27 (TXD) / 28 (RXD)    GPIO 0 / 1
UART3    /dev/ttyAMA2    Pin 13 (TXD) / 14 (RXD)    GPIO 4 / 5
UART4    /dev/ttyAMA3    Pin 7 (TXD) / 21 (RXD)    GPIO 8 / 9
UART5    /dev/ttyAMA4    Pin 29 (TXD) / 30 (RXD)    GPIO 12 / 13

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. 

.zip   flows.zip (Size: 3.5 KB / Downloads: 3)

Print this item

  how to install Pi OS to SD or SSD card test by Node Red
Posted by: admin - 05-24-2026, 01:54 AM - Forum: Pi5M8 - No Replies

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=uart2
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)
UART2    /dev/ttyAMA1    Pin 27 (TXD) / 28 (RXD)    GPIO 0 / 1
UART3    /dev/ttyAMA2    Pin 13 (TXD) / 14 (RXD)    GPIO 4 / 5
UART4    /dev/ttyAMA3    Pin 7 (TXD) / 21 (RXD)    GPIO 8 / 9
UART5    /dev/ttyAMA4    Pin 29 (TXD) / 30 (RXD)    GPIO 12 / 13

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. 

.zip   flows.zip (Size: 3.5 KB / Downloads: 4)

Print this item

  how to install Pi OS to SD or SSD card test by Node Red
Posted by: admin - 05-24-2026, 01:54 AM - Forum: Pi5M16 - No Replies

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=uart2
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)
UART2    /dev/ttyAMA1    Pin 27 (TXD) / 28 (RXD)    GPIO 0 / 1
UART3    /dev/ttyAMA2    Pin 13 (TXD) / 14 (RXD)    GPIO 4 / 5
UART4    /dev/ttyAMA3    Pin 7 (TXD) / 21 (RXD)    GPIO 8 / 9
UART5    /dev/ttyAMA4    Pin 29 (TXD) / 30 (RXD)    GPIO 12 / 13

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. 
.zip   flows.zip (Size: 4.32 KB / Downloads: 32)

Print this item

  how to install Pi OS to SD or SSD card test by Node Red
Posted by: admin - 05-24-2026, 01:54 AM - Forum: Pi5R32 - No Replies

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=uart2
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)
UART2    /dev/ttyAMA1    Pin 27 (TXD) / 28 (RXD)    GPIO 0 / 1
UART3    /dev/ttyAMA2    Pin 13 (TXD) / 14 (RXD)    GPIO 4 / 5
UART4    /dev/ttyAMA3    Pin 7 (TXD) / 21 (RXD)    GPIO 8 / 9
UART5    /dev/ttyAMA4    Pin 29 (TXD) / 30 (RXD)    GPIO 12 / 13

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. 

.zip   flows.zip (Size: 5.98 KB / Downloads: 4)

Print this item

  how to install Pi OS to SD or SSD card test by Node Red
Posted by: admin - 05-24-2026, 01:54 AM - Forum: Pi5M32 - No Replies

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=uart2
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)
UART2    /dev/ttyAMA1    Pin 27 (TXD) / 28 (RXD)    GPIO 0 / 1
UART3    /dev/ttyAMA2    Pin 13 (TXD) / 14 (RXD)    GPIO 4 / 5
UART4    /dev/ttyAMA3    Pin 7 (TXD) / 21 (RXD)    GPIO 8 / 9
UART5    /dev/ttyAMA4    Pin 29 (TXD) / 30 (RXD)    GPIO 12 / 13

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. 
.zip   flows.zip (Size: 5.98 KB / Downloads: 4)

Print this item

  Pi5R16 Raspberry Pi CM5 pin define
Posted by: admin - 05-24-2026, 01:48 AM - Forum: Pi5M16 - No Replies

   

RS232:  /dev/ttyAMA0

RS485:  /dev/ttyAMA2

Print this item

  Pi5R16 Raspberry Pi CM5 pin define
Posted by: admin - 05-24-2026, 01:48 AM - Forum: Pi5R32 - No Replies

   

RS232:  /dev/ttyAMA0

RS485:  /dev/ttyAMA2

Print this item

  Pi5R16 Raspberry Pi CM5 pin define
Posted by: admin - 05-24-2026, 01:48 AM - Forum: Pi5M32 - No Replies

   

RS232:  /dev/ttyAMA0

RS485:  /dev/ttyAMA2

Print this item