Understanding the MQTT Protocol for IoT Communication

Understanding the MQTT Protocol for IoT Communication

Note: Please be aware that there is a resource download method at the end of the article. Download and save it as soon as possible to avoid deletion! MQTT Protocol 📡 Have you heard of MQTT? If you are interested in the Internet of Things (IoT), it is definitely a topic you cannot avoid! Today, … Read more

Understanding MQTT Servers: A Comprehensive Guide

Understanding MQTT Servers: A Comprehensive Guide

Note: Please be aware that there is a resource download method at the end of the article. Download and save it as soon as possible to avoid deletion! MQTT Server 📡 Have you ever wondered how IoT devices “talk” to each other? The answer is—MQTT! Today, we will discuss this amazing protocol and its servers. … Read more

What is the MQTT Protocol?

What is the MQTT Protocol?

Recently, while testing the integration of Mobotix cameras with HomeAssistant, I found that the Mobotix camera images could be successfully integrated into HomeAssistant via the Onvif protocol or RTSP. So how can the alarm signals from the Mobotix camera be integrated into HA? Since the Mobotix camera supports the MQTT protocol, and HA also supports … Read more

Sming: A Powerful, Easy-to-Use, and Efficient Embedded C++ Framework

Sming: A Powerful, Easy-to-Use, and Efficient Embedded C++ Framework

Are you still struggling with complex low-level code and cumbersome configurations in IoT development? Here, we introduce an open-source embedded C++ framework that can significantly enhance your development efficiency—Sming! It allows you to easily build high-performance IoT applications and quickly bring your ideas to life. 1. Sming: An Efficient and Convenient Embedded C++ Framework Sming … Read more

FreeRTOScpp: Restructuring the Development Paradigm of Embedded Real-Time Systems RTOS with Modern C++ Features

FreeRTOScpp: Restructuring the Development Paradigm of Embedded Real-Time Systems RTOS with Modern C++ Features

When FreeRTOS Meets Modern C++ As the leading embedded real-time operating system kernel in the global market, FreeRTOS supports over 40 processor architectures under the MIT open-source license. Its lightweight kernel and mature TCP/IP stack have become the preferred choice for IoT devices. The emergence of the FreeRTOScpp project injects modern C++ genes into this … Read more

Zephyr Enthusiasts Monthly Issue 3 – 202503

Zephyr Enthusiasts Monthly Issue 3 - 202503

This issue records the latest news and shareable content about Zephyr, published in the last week of each month. This magazine is open source (GitHub: lgl88911/Zephyr_Fans_Monthly[1]), and contributions, issue submissions, or recommendations for Zephyr content are welcome. Project Data Excluding merges, 314 authors have pushed 1,431 commits to the main branch and 1,486 commits to … Read more

Bluetooth Introduces New Standard to Compete with ZigBee!

Bluetooth Introduces New Standard to Compete with ZigBee!

Source: Curiosity Daily Published by IoT Think Tank Please cite the source and origin —— [Introduction] —— The Bluetooth Special Interest Group has officially announced a new Bluetooth connection standard that supports mesh networking protocols. The Bluetooth Special Interest Group has officially announced a new Bluetooth connection standard that supports mesh networking protocols. This new … Read more

The Future of Bluetooth: Where Is It Headed?

The Future of Bluetooth: Where Is It Headed?

Mar. Click the blue text to follow us 2025.03 Source: Content compiled from Wired, thank you. Almost everyone uses Bluetooth every day, but what exactly is it? Bluetooth is a ubiquitous wireless connection standard that connects our headphones, speakers, smartwatches, and smart rings to our phones; connects headphones, keyboards, and mice to laptops; and even … Read more

Comparison and Summary of Several OTA Upgrade Solutions for IoT WiFi Modules

Comparison and Summary of Several OTA Upgrade Solutions for IoT WiFi Modules

In IoT development, OTA upgrades (firmware update Over The Air) are essential features for modules. This article will introduce several common OTA solutions using the RTL8711, Espressif 8266 , and Qingke 3186 WiFi modules as examples, and provide a comparative summary. RTL8711 OTA Upgrade Solution Solution Overview The flash partition of the 8711 is shown … Read more

Explaining Wireless Communication Modules to IoT Beginners: It’s Simple, Just Like Making a Phone Call

Explaining Wireless Communication Modules to IoT Beginners: It's Simple, Just Like Making a Phone Call

Author: iot101 IoT Think Tank Original Please indicate the source and origin when reprinting —— [Introduction] —— How should we explain what a “communication module” is to a beginner who has just entered the field of IoT? What key role does the communication module play in the IoT industry chain? This is the 3rd article … Read more