RT-Thread Professional Edition Fully Supports LoongArch Architecture in Industrial Control Field

RT-Thread Professional Edition Fully Supports LoongArch Architecture in Industrial Control Field

Recently, with the joint efforts of Loongson Technology and Ruiseide Technology, the RT-Thread Professional Edition has achieved comprehensive support for the LoongArch32 and LoongArch64 architectures. As a high-security real-time operating system launched by Ruiseide Technology for critical information infrastructure, the RT-Thread Professional Edition has implemented support for the entire series of Loongson 1, 2, and … Read more

Implementing CANopen Slave with ES32

Implementing CANopen Slave with ES32

CANopen is a communication protocol based on CAN that has been widely used in the industrial field. CAN provides reliable low-level data transmission, while CANopen offers a standardized application layer protocol. In the CANopen protocol, each CANopen device has an object dictionary. The CANopen device model is shown in the figure below. The object dictionary … Read more

Development Board Review | Porting RT-Thread to MM32F5265, Including Serial Communication and LED Configuration

This article is reprinted from the Jishu Community Author: Once a Job’s Tears Introduction Recently, I had the privilege of experiencing the Lingdong Micro MM32F5265 development board. The MM32F5260 is equipped with the Arm China “Star-MC1 core” processor, which offers high performance and is aimed at high-reliability application fields such as home appliances and industrial … Read more

Low Power Application Notes Based on Renesas RA2L1 MCU

Low Power Application Notes Based on Renesas RA2L1 MCU

Recently, RT-Thread engineers completed the BSP adaptation based on the Renesas CPK-RA2L1 development board, supporting drivers for peripherals such as GPIO, UART, I2C, SPI, ADC, DAC, PWM, CAN, on-chip Flash, Watchdog, RTC, etc. With the support of Renesas engineers, the power component (low power LPM) adaptation was completed. Actual measurements show that the chip can … Read more

Huawei HarmonyOS vs RT-Thread: Which Is the Future of IoT OS?

Huawei HarmonyOS vs RT-Thread: Which Is the Future of IoT OS?

The Internet of Things (IoT) was still a very vague concept a decade ago. With the development of technology across various industries over the past ten years, and the deepening commercialization of 5G, the mainstream communication infrastructure representing the next decade, the initial slogan of “connecting everything” has gradually become clearer. The competition among IoT … Read more

How to Implement Layered Management of Applications and Hardware in MCU Projects

How to Implement Layered Management of Applications and Hardware in MCU Projects

This article mainly shares an open-source management module that helps achieve layered management of applications and hardware in an MCU project. Nowadays, project requirements are more complex, which naturally imposes stricter demands than before. From a technical perspective, I still recommend that everyone should maintain a layered structure (application and driver) in their projects. This … Read more

Common RTOS in STM32 Embedded Development

Common RTOS in STM32 Embedded Development

1 FreeRTOS Since RTOS requires a certain amount of system resources (especially RAM), only a few real-time operating systems such as μC/OS-II, embOS, salvo, and FreeRTOS can run on small RAM microcontrollers. Compared to commercial operating systems like μC/OS-II and embOS, FreeRTOS is a completely free operating system, featuring open source code, portability, scalability, and … Read more

Smart Fingerprint Door Lock Based on RT-Thread

Smart Fingerprint Door Lock Based on RT-Thread

This article is authorized to be reposted from the WeChat public account “Embedded Miscellaneous”. This article mainly shares the related content of the smart fingerprint door lock based on RT-Thread. Original link: https://gitee.com/hanxiaohu/W600-RT-Thread-door-lock 1 W600-RT-Thread Smart Fingerprint Door Lock ●Hardware Circuit: https://oshwhub.com/hanxiaohu/zhi-wen-men-suo ●APP Project: https://gitee.com/hanxiaohu/SmartLock-Android 1.1 Project Introduction The main control chip uses the W600 … Read more

Introduction to RT-Thread Sensor Device Driver Framework

Introduction to RT-Thread Sensor Device Driver Framework

Background and Overview Sensor is an important part of the Internet of Things (IoT), “Sensors to IoT” is equivalent to “eyes to humans.” Without eyes, humans cannot see this vast world, and without sensors, IoT cannot perceive the ever-changing world. Currently, there are many sensors developed for IoT, including Accelerometers, Magnetometers, Gyroscopes, Ambient Light Sensors, … Read more

RT-Thread Platform Bluenrg2 Bluetooth Chip Startup Process

RT-Thread Platform Bluenrg2 Bluetooth Chip Startup Process

RTT Zephyr Polling Package Bluenrg2 Bluetooth Chip Startup Process “Summer of Code” “Bluetooth Host Protocol Stack Zephyr Polling Improvement” personal project record Personal record of a beginner participating in the project Project package address: RTT_PACKAGE_zephyr_polling The SPI interface implementation has been completed. To run zephyr_polling on Bluenrg2, the next step is to implement its special … Read more