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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,648
» Latest member: nk88eccom
» Forum threads: 4,195
» Forum posts: 20,845

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 27 Guest(s)
Amazonbot, Bing, Crawl, HeadlessChrome, PetalBot, bot

Latest Threads
KCS VERSUS ESPHOME
Forum: "KCS" v3 firmware
Last Post: admin
08-20-2026, 10:20 PM
» Replies: 1
» Views: 17
KC868-AGv3
Forum: Getting Started with ESPHome and Home Assistant
Last Post: admin
08-20-2026, 10:18 PM
» Replies: 5
» Views: 72
[arduino code examples fo...
Forum: KC868-A32/A32 Pro
Last Post: huanmarie
08-19-2026, 07:09 AM
» Replies: 2
» Views: 1,590
KC868-H32B V5.08 firmware
Forum: News
Last Post: meoowu77
08-18-2026, 11:46 AM
» Replies: 24
» Views: 8,420
KinCony B2 Smart Controll...
Forum: News
Last Post: admin
08-17-2026, 01:07 PM
» Replies: 0
» Views: 46
KC868-A8v3 PCB layout CAD...
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
08-17-2026, 08:44 AM
» Replies: 0
» Views: 51
CT Clamp Compatibility
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
08-16-2026, 11:08 PM
» Replies: 12
» Views: 2,048
N60 Sensor channel label
Forum: N60
Last Post: marekd1
08-14-2026, 09:14 PM
» Replies: 18
» Views: 2,452
solar production and cons...
Forum: N30
Last Post: admin
08-14-2026, 01:46 AM
» Replies: 3
» Views: 124
Current direction detecti...
Forum: N30
Last Post: admin
08-14-2026, 01:44 AM
» Replies: 3
» Views: 115

  SSD1306 for Node Red
Posted by: admin - 05-24-2026, 01:59 AM - Forum: Pi5R32 - No Replies

   

Print this item

  SSD1306 for Node Red
Posted by: admin - 05-24-2026, 01:59 AM - Forum: Pi5M32 - No Replies

   

Print this item

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

   

Print this item

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

   

Print this item

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

   

Print this item

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

   

Print this item

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

   

Print this item

  MCP23017 for Node Red
Posted by: admin - 05-24-2026, 01:58 AM - Forum: Pi5M32 - 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: 176)

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: 178)

Print this item