Skip to content

Commit

Permalink
Merge pull request Seeed-Studio#1165 from KasunThushara/docusaurus-ve…
Browse files Browse the repository at this point in the history
…rsion

Update: raspberry pi devices page and reterminal dm n3uron , mqtt and modbus
  • Loading branch information
MatthewJeffson authored May 8, 2024
2 parents d90698b + d1ca725 commit a00d369
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 5 deletions.
23 changes: 21 additions & 2 deletions docs/Edge/Raspberry_Pi_Devices/RpiDevices.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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
---


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.

<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/ReTerminal/banner.png" style={{width:1000, height:'auto'}}/></div>

Expand Down Expand Up @@ -49,6 +49,25 @@ All-in-one industrial edge computing controllers based on Raspberry Pi. High-sca

<div class="get_one_now_container" style={{textAlign: 'center'}}><a class="get_one_now_item" href="https://files.seeedstudio.com/wiki/Edge_Box/EdgeBox-RPi-200_Edge_Computing_Controller_User_Manual.pdf"><strong><span><font color={'FFFFFF'} size={"4"}>📚 Learn More</font></span></strong></a></div>


<br />
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.

<br />

<div class="button_tech_support_container">
<a href="https://files.seeedstudio.com/wiki/Raspberry_Pi/raspberry-pi-success-cases.pdf" class="button_picase"></a>
</div>

<br />
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.

<br /><br />

<div class="button_tech_support_container">
<a href="https://mailchi.mp/seeed.cc/edge-subscriber" class="button_pimail"></a>
</div>

## 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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**.

<center><img width={500} src="https://files.seeedstudio.com/wiki/reTerminalDM/N3uron-mqtt-modbus/mqtttagconfig.PNG" /></center>
Expand Down
60 changes: 60 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a00d369

Please sign in to comment.