From 6243a9ffbe76cc6d61d63fe5b3c1c2dc78f6ddb7 Mon Sep 17 00:00:00 2001
From: KasunThushara <73091563+KasunThushara@users.noreply.github.com>
Date: Wed, 8 May 2024 08:09:46 +0530
Subject: [PATCH 1/3] UPDATE: typo correction
---
.../N3uron/reTerminal_DM_N3uron_modbus_mqtt.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/Edge/Raspberry_Pi_Devices/reTerminal-DM/N3uron/reTerminal_DM_N3uron_modbus_mqtt.md b/docs/Edge/Raspberry_Pi_Devices/reTerminal-DM/N3uron/reTerminal_DM_N3uron_modbus_mqtt.md
index f4822c2e5f8f..4705d309e807 100644
--- a/docs/Edge/Raspberry_Pi_Devices/reTerminal-DM/N3uron/reTerminal_DM_N3uron_modbus_mqtt.md
+++ b/docs/Edge/Raspberry_Pi_Devices/reTerminal-DM/N3uron/reTerminal_DM_N3uron_modbus_mqtt.md
@@ -16,7 +16,9 @@ last_update:
---
## Introduction
-In industrial automation, Modbus stands out as one of the most common protocols, while MQTT dominates the wireless protocol domain. The potent pairing of ReTerminal DM and [N3uron](https://n3uron.com/) Duo facilitates efficient plant management by providing robust connectivity and data manipulation capabilities. This Wiki emphasizes the significance of Modbus TCP in industrial settings, highlighting the seamless integration of MQTT devices to further enhance connectivity.
+In industrial automation, Modbus stands out as one of the most common protocols. MQTT has emerged as the leading protocol for IoT in industrial automation, surpassing Modbus due to its lightweight design, efficiency, scalability, and support for asynchronous messaging. In MQTT, devices communicate only when there's a reportable event, contrasting with constant update checks. This event-driven approach, coupled with reporting by exception - sending data only when it deviates from norms or on specific triggers - conserves bandwidth and resources, optimizing data transmission for critical IoT applications.
+
+ The potent pairing of reTerminal DM and [N3uron](https://n3uron.com/) Duo facilitates efficient plant management by providing robust connectivity and data manipulation capabilities. This Wiki emphasizes the significance of Modbus TCP in industrial settings, highlighting the seamless integration of MQTT devices to further enhance connectivity.
## Prerequisites
@@ -133,7 +135,7 @@ Once connected to the system, you can view the real-time status of output coils
- Step 01: In the Explorer panel, select the MQTT instance you have just created.
- Step 02: Click on the Model menu button and select New Connection.
-- Step 03: Give the New connection a name. In this example, it has been named **MqqtClient**:
+- Step 03: Give the New connection a name. In this example, it has been named **MqttClient**:
- Destination broker : Custom
- Authentication mode: Password
@@ -187,7 +189,7 @@ And **Save** it.
- Source/Enabled: Yes
- Module Type: MqttClient
- Module name: MQTT
- - Config/Subscriber: MqqtClient/Subscriber
+ - Config/Subscriber: MqttClient/Subscriber
Click on **Save**.
From f7f924b72a157c0237333c935f8c0b86cf43fbc4 Mon Sep 17 00:00:00 2001
From: KasunThushara <73091563+KasunThushara@users.noreply.github.com>
Date: Wed, 8 May 2024 10:11:32 +0530
Subject: [PATCH 2/3] update: Pi devices page
---
docs/Edge/Raspberry_Pi_Devices/RpiDevices.md | 21 ++++++-
src/css/custom.css | 60 ++++++++++++++++++++
2 files changed, 80 insertions(+), 1 deletion(-)
diff --git a/docs/Edge/Raspberry_Pi_Devices/RpiDevices.md b/docs/Edge/Raspberry_Pi_Devices/RpiDevices.md
index 683482b18f39..ce81eccd1320 100644
--- a/docs/Edge/Raspberry_Pi_Devices/RpiDevices.md
+++ b/docs/Edge/Raspberry_Pi_Devices/RpiDevices.md
@@ -8,7 +8,7 @@ keywords:
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
slug: /raspberry-pi-devices
last_update:
- date: 1/13/2023
+ date: 5/8/2023
author: Kasun Thushara
---
@@ -49,6 +49,25 @@ All-in-one industrial edge computing controllers based on Raspberry Pi. High-sca
+
+
+Seeed Studio has been serving the Pi® Community since 2013 and took the lead to join the approved reseller and design partner. Our range of Raspberry Pi® powered edge devices, including HMI, edge controllers, and routers, has been successfully deployed in various industries such as energy management, automation, Industrial 4.0, smart buildings, and manufacturing. We are proud of the widespread adoption and positive feedback we have received, which has instilled us with great confidence in our products. Check our Seeed Studio Raspberry Pi® Success Stories.
+
+
+
+
+
+
+To stay informed of the latest updates, special offerings, real-world success stories, expert interviews, and webinars about edge IoT devices and be connected with the system integrators and solution providers from vertical industries like smart building, energy management, automation, we welcome you to subscribe to our dedicated Newsletter.
+
+
+
+
+
## Tech Support & Product Discussion
Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.
diff --git a/src/css/custom.css b/src/css/custom.css
index fe71a0b1a4ed..6e89ba821645 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -1251,6 +1251,66 @@ text-decoration: none;
background-size: cover;
}
+
+.button_picase{
+ margin: auto;
+ display: inline-block;
+ background-image: url("https://files.seeedstudio.com/wiki/raspberry-pi/rapberrypibanner_1.png");
+ background-size: cover;
+ background-position: center;
+ /* margin-top: 8px;
+ margin-bottom: 15px;
+ margin-left: 30px;
+ margin-right: 2px; */
+ padding: 10px 20px;
+ /* color: rgb(0, 0, 0);text color */
+ font-size: 100px;
+ /* font-weight: 40%; */
+ text-decoration: none;
+ border: 1px solid #FFFFFF;
+ border-radius: 8px;
+ transition: transform 0.2s ease-in-out;
+ width: 700px; /* 按钮宽度 */
+ height: 500px; /* 按钮高度 */
+}
+
+.button_picase:hover {
+ margin: auto;
+ transform: scale(1.1);
+ background-image: url('https://files.seeedstudio.com/wiki/raspberry-pi/rapberrypibanner_1.png');
+ background-size: cover;
+}
+
+.button_pimail{
+ margin: auto;
+ display: inline-block;
+ background-image: url("https://files.seeedstudio.com/wiki/raspberry-pi/rapberrypibanner_2.png");
+ background-size: cover;
+ background-position: center;
+ /* margin-top: 8px;
+ margin-bottom: 15px;
+ margin-left: 30px;
+ margin-right: 2px; */
+ padding: 10px 20px;
+ /* color: rgb(0, 0, 0);text color */
+ font-size: 50px;
+ /* font-weight: 40%; */
+ text-decoration: none;
+ border: 1px solid #FFFFFF;
+ border-radius: 8px;
+ transition: transform 0.2s ease-in-out;
+ width: 800px; /* 按钮宽度 */
+ height: 200px; /* 按钮高度 */
+}
+
+.button_pimail:hover {
+ margin: auto;
+ transform: scale(1.1);
+ background-image: url('https://files.seeedstudio.com/wiki/raspberry-pi/rapberrypibanner_2.png');
+ background-size: cover;
+}
+
+
.button_tensorflowlite{
margin: auto;
display: inline-block;
From afe4a01ae95b28e7397c395c4b23c1362664ba16 Mon Sep 17 00:00:00 2001
From: KasunThushara <73091563+KasunThushara@users.noreply.github.com>
Date: Wed, 8 May 2024 10:15:54 +0530
Subject: [PATCH 3/3] Update: pi device page and reterminal DM and Modbus mqtt
n3uron
---
docs/Edge/Raspberry_Pi_Devices/RpiDevices.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Edge/Raspberry_Pi_Devices/RpiDevices.md b/docs/Edge/Raspberry_Pi_Devices/RpiDevices.md
index ce81eccd1320..c355297da7c9 100644
--- a/docs/Edge/Raspberry_Pi_Devices/RpiDevices.md
+++ b/docs/Edge/Raspberry_Pi_Devices/RpiDevices.md
@@ -13,7 +13,7 @@ last_update:
---
-Welcome to the cutting-edge realm of Raspberry Pi-powered devices at Edge Solution. Here, we delve into the innovative solutions crafted by Seeed Studios for edge computing, specifically tailored for Raspberry Pi CM4 customizable devices such as Human-Machine Interface (HMI) units and versatile edge controllers. Join us on a journey through the intricate landscape of these powerful devices, designed to empower your projects with seamless and efficient edge computing capabilities.
+Welcome to the cutting-edge realm of Raspberry Pi-powered devices at Edge Solution. Here, we delve into the innovative solutions crafted by Seeed Studio for edge computing, specifically tailored for Raspberry Pi CM4 customizable devices such as Human-Machine Interface (HMI) units and versatile edge controllers. Join us on a journey through the intricate landscape of these powerful devices, designed to empower your projects with seamless and efficient edge computing capabilities.