Skip to content

Commit 027c320

Browse files
committed
sync blog
1 parent 31727c7 commit 027c320

File tree

5 files changed

+55
-7
lines changed

5 files changed

+55
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Explore more with & via EMQ.
217217
## [EMQX Open Source | Broker](https://www.emqx.com/en/blog/category/emqx)
218218
EMQX is the world's most scalable open-source MQTT broker with a high performance that connects 100M+ IoT devices in 1 cluster, while maintaining 1M message per second throughput and sub-millisecond latency.
219219

220+
- [EMQX Platform Extends its Reach: Introducing New Regions for Seamless MQTT Connectivity](https://www.emqx.com/en/blog/introducing-new-regions-for-seamless-mqtt-connectivity) ([Edit](https://github.com/emqx/blog/blob/main/en/202508/introducing-new-regions-for-seamless-mqtt-connectivity.md))
220221
- [Multi-Cloud Clusters & Cross-Cloud Migration: Breaking Free from Cloud Vendor Lock-In with Cluster Linking](https://www.emqx.com/en/blog/multi-cloud-clusters-and-cross-cloud-migration) ([Edit](https://github.com/emqx/blog/blob/main/en/202507/multi-cloud-clusters-and-cross-cloud-migration.md))
221222
- [Robot to Cloud: Unlocking the Future of Robotics with Seamless Connectivity](https://www.emqx.com/en/blog/robot-to-cloud) ([Edit](https://github.com/emqx/blog/blob/main/en/202507/robot-to-cloud.md))
222223
- [Scaling to 2 Million: A Deep Dive into EMQX's WebSocket Performance](https://www.emqx.com/en/blog/a-deep-dive-into-emqx-s-websocket-performance) ([Edit](https://github.com/emqx/blog/blob/main/en/202507/a-deep-dive-into-emqx-s-websocket-performance.md))

en/202507/esp32-and-mcp-over-mqtt.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ Ultimately, you will achieve experiences like:
5656

5757
| **Chapter** | **Feature** | **Difficulty** |
5858
| ----------- | ------------------------------------------------------------ | -------------- |
59-
| 1 | Overview: Background + Environment Setup + Device Online ||
60-
| 2 | From "Command-Based" to "Semantic Control": MCP over MQTT Encapsulation of Device Capabilities | ★★ |
61-
| 3 | Integrating LLM for "Natural Language → Device Control" | ★★ |
59+
| 1 | **Overview: Background + Environment Setup + Device Online** ||
60+
| 2 | [From "Command-Based" to "Semantic Control": MCP over MQTT Encapsulation of Device Capabilities](https://www.emqx.com/en/blog/esp32-and-mcp-over-mqtt-2) | ★★ |
61+
| 3 | [Integrating LLM for "Natural Language → Device Control"](https://www.emqx.com/en/blog/esp32-and-mcp-over-mqtt-3) | ★★ |
6262
| 4 | Voice I/O: Microphone Data Upload + Speech Recognition + Speech Synthesis Playback | ★★★ |
6363
| 5 | Persona, Emotion, Memory: From "Controller" to "Companion" | ★★★ |
6464
| 6 | Giving the AI "Eyes": Image Acquisition + Multimodal Understanding | ★★★ |
6565

66+
6667
## Tech Stack at a Glance
6768

6869
- **ESP32:** This is our go-to for smart hardware projects due to its low cost, built-in Wi-Fi/Bluetooth, and rich peripheral set.

en/202508/esp32-and-mcp-over-mqtt-2.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
| **Chapter** | **Feature** | **Difficulty** |
22
| ----------- | ------------------------------------------------------------ | -------------- |
3-
| 1 | Overview: Background + Environment Setup + Device Online ||
3+
| 1 | [Overview: Background + Environment Setup + Device Online](https://www.emqx.com/en/blog/esp32-and-mcp-over-mqtt) ||
44
| 2 | **From "Command-Based" to "Semantic Control": MCP over MQTT Encapsulation of Device Capabilities** | ★★ |
5-
| 3 | Integrating LLM for "Natural Language → Device Control" | ★★ |
5+
| 3 | [Integrating LLM for "Natural Language → Device Control"](https://www.emqx.com/en/blog/esp32-and-mcp-over-mqtt-3) | ★★ |
66
| 4 | Voice I/O: Microphone Data Upload + Speech Recognition + Speech Synthesis Playback | ★★★ |
77
| 5 | Persona, Emotion, Memory: From "Controller" to "Companion" | ★★★ |
88
| 6 | Giving the AI "Eyes": Image Acquisition + Multimodal Understanding | ★★★ |
99

10+
11+
1012
*This is the second piece of our “Building Your AI Companion with ESP32 & MCP over MQTT” series.*
1113

1214
## Recap

en/202508/esp32-and-mcp-over-mqtt-3.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
| **Chapter** | **Feature** | **Difficulty** |
22
| ----------- | ------------------------------------------------------------ | -------------- |
3-
| 1 | Overview: Background + Environment Setup + Device Online ||
4-
| 2 | From "Command-Based" to "Semantic Control": MCP over MQTT Encapsulation of Device Capabilities | ★★ |
3+
| 1 | [Overview: Background + Environment Setup + Device Online](https://www.emqx.com/en/blog/esp32-and-mcp-over-mqtt) ||
4+
| 2 | [From "Command-Based" to "Semantic Control": MCP over MQTT Encapsulation of Device Capabilities](https://www.emqx.com/en/blog/esp32-and-mcp-over-mqtt-2) | ★★ |
55
| 3 | **Integrating LLM for "Natural Language → Device Control"** | ★★ |
66
| 4 | Voice I/O: Microphone Data Upload + Speech Recognition + Speech Synthesis Playback | ★★★ |
77
| 5 | Persona, Emotion, Memory: From "Controller" to "Companion" | ★★★ |
88
| 6 | Giving the AI "Eyes": Image Acquisition + Multimodal Understanding | ★★★ |
99

10+
1011
*This is the third piece of our “Building Your AI Companion with ESP32 & MCP over MQTT” series.*
1112

1213
## Recap: Encapsulating Device Capabilities with MCP over MQTT
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
We are excited to announce the expansion of the EMQX Platform into three new regions: AWS UAE (Middle East), AWS Central (Mexico), and Azure Canada Central. By extending our Dedicated service to these strategic locations, we bring our robust MQTT messaging capabilities closer to businesses, ensuring compliance, performance, and reliability for diverse industries.
2+
3+
## Driving Global IoT Innovation with Expanded Coverage
4+
5+
In today’s interconnected world, IoT deployments demand global accessibility and localized performance. The EMQX Platform’s expansion into these new regions addresses the evolving needs of businesses by providing low-latency communication, enhanced availability, and compliance with regional data regulations. Whether operating in the Middle East or North America, our customers can now deploy IoT infrastructure closer to their devices, enabling real-time data exchange and supporting mission-critical applications.
6+
7+
## AWS UAE (Middle East)
8+
9+
The AWS UAE region, strategically located in the Middle East, addresses critical data sovereignty and localization requirements. Many Middle Eastern countries, particularly the UAE, enforce strict regulations on data residency to ensure compliance with local laws. By hosting data in the AWS UAE region, businesses can meet these mandates, avoiding legal and operational risks associated with cross-border data transfers.
10+
11+
![image.png](https://assets.emqx.com/images/b8a607d07c4b96f5ceb812a7a7f3f000.png)
12+
13+
## AWS Central (New Mexico)
14+
15+
The AWS Central (Mexico) region brings EMQX Platform’s MQTT connectivity closer to businesses in Latin America. By reducing the physical distance between devices and cloud infrastructure, this region ensures low-latency communication critical for real-time applications.
16+
17+
![image.png](https://assets.emqx.com/images/835a87800e1b1c0c7b71e9b98d3f8156.png)
18+
19+
Deployments in this region empowers businesses to accelerate their digital transformation while maintaining high availability and responsiveness, supporting industries such as manufacturing, logistics, and financial services with reliable, high-performance MQTT connectivity.
20+
21+
## Azure Canada Central
22+
23+
The Azure Canada Central region enhances EMQX Platform’s presence in North America, offering Canadian businesses and global organizations operating in the region a low-latency, high-availability solution. This region supports real-time applications and enhances data reliability for IoT deployments, ideal for financial services, smart cities, and IoT-driven industries requiring fast, reliable data exchange.
24+
25+
![image.png](https://assets.emqx.com/images/311be52aa8765fc4011c954fabc8b5d3.png)
26+
27+
## Conclusion
28+
29+
The expansion of the EMQX Platform into new regions delivers unparalleled benefits to our customers. From ensuring compliance with regional data regulations to enabling low-latency, real-time data exchange, these new regions empower businesses to scale their IoT initiatives confidently.
30+
31+
We invite businesses worldwide to explore our expanded global coverage with the EMQX Platform. Whether you’re in the Middle East or North America, EMQX Platform provides the connectivity, scalability, and reliability needed to drive innovation and deliver exceptional customer experiences.
32+
33+
34+
35+
<section class="promotion">
36+
<div>
37+
Talk to an EMQX Expert
38+
<div>
39+
Need guidance? Our team is ready to help you plan your deployment.
40+
</div>
41+
</div>
42+
<a href="https://www.emqx.com/en/contact?product=solutions" class="button is-gradient">Contact Us →</a>
43+
</section>

0 commit comments

Comments
 (0)