Introduction to MQTT Protocol

Introduction to MQTT Protocol

MQTT (Message Queuing Telemetry Transport) is a “lightweight” communication protocol based on the publish/subscribe model. This protocol is built on top of the TCP/IP protocol and was released by IBM in 1999. The biggest advantage of MQTT is that it can provide real-time and reliable messaging services for connecting remote devices with very little code … Read more

Building Qt Root Filesystem with Buildroot

Building Qt Root Filesystem with Buildroot

Purpose of Building Qt Root Filesystem The purpose of building the Buildroot Qt root filesystem is to create a customized filesystem for embedded systems that integrates the Qt libraries and applications. Buildroot is an open-source tool for building embedded Linux systems, providing a simple and flexible way to generate a complete root filesystem image. By … Read more

How to Port MQTT Protocol in Buildroot on T113-i Board

How to Port MQTT Protocol in Buildroot on T113-i Board

In actual project development, engineers may need to port some tools or protocols in the file system. So how should we perform the porting operation? We can add package configurations to port new features in the Buildroot of the OK113i-S development board. In this article, I will introduce how to port the MQTT protocol in … Read more

Buildroot System Construction Learning Notes Using IMX6ULL

Buildroot System Construction Learning Notes Using IMX6ULL

Click the “Embedded Cloud IoT Technology Circle” above to select “Pin Public Account” to view embedded notes at the first time! Recently, I have been studying content related to audio and video development, so hardware selection is very important. Due to chip shortages, to ensure the normal supply chain of future chips, I finally chose … Read more

Building Qt with Buildroot for Linux and Development Boards

Building Qt with Buildroot for Linux and Development Boards

# 1 | Building Qt with Buildroot for the File System Tool Description Buildroot https://buildroot.org/download.html windows Download buildroot, drag to ubuntu ubuntu18.04 or 20.04 Qt environment setup, Qt Qt5.12.8 [1] Unzip the file kali@ubuntu:~/Desktop/Buildroot$ tar zxvf buildroot-2024.02.tar.gz # 1.1 | Configure Buildroot Enter the buildroot-2024.04 directory. Enter the command below to install the libraries needed … Read more

Engineers Discuss Powerful Domestic RISC-V MCUs

Engineers Discuss Powerful Domestic RISC-V MCUs

Initiating topic discussions is a long-standing tradition of the EEWorld forum. This time, we invite senior engineers to talk about MCUs that adopt the RISC-V core. RISC-V, as a rising star, has gained immense popularity in recent years, giving birth to numerous high-quality products with continuously improving performance. However, each chip has its unique strengths, … Read more

Embedded Linux Qt Application Development: WiFi Search, Display, and Connection

Embedded Linux Qt Application Development: WiFi Search, Display, and Connection

Click the “Embedded Application Research Institute” above, and select “Top/Star Public Account“ Useful resources delivered to you first! Source: CSDN Author | Rookie Qingqing Organizer | Embedded Application Research Institute Recently, I have been working on the WiFi connection features for an embedded Linux product. I spent a week successfully completing the scanning, connecting, and … Read more

DIY Ham Radio: Transforming a Walkie-Talkie into a Desktop Radio with ESP32

DIY Ham Radio: Transforming a Walkie-Talkie into a Desktop Radio with ESP32

Today, we will see how OM0ET transforms the Quansheng walkie-talkie into a desktop machine. He uses ESP32 to create an encoder to control tuning tasks, integrating audio and data modules along with speakers into the case. In the video, he provides a detailed introduction on how to accomplish this task. Transforming the Quansheng handheld device … Read more

DIY Smart Home Product with Touch Control: ArduiTouch

DIY Smart Home Product with Touch Control: ArduiTouch

Currently, the widely popular ESP8266 and ESP32 WiFi modules have rich applications in various fields, but the most prominent market is undoubtedly in IoT applications, such as home automation, smart lighting, smart metering, and remote control. You can find many ready-made projects on the Internet. ArduiTouch is a smart device with a touchscreen shell, specifically … Read more