Lua RTOS: A Popular Real-Time Operating System for Embedded Platforms

Lua RTOS: A Popular Real-Time Operating System for Embedded Platforms

Introduction In the field of embedded systems, efficiency and resource optimization are crucial. Lua RTOS, as an outstanding real-time operating system, stands out due to its minimal requirements for FLASH and RAM memory. This article will detail the characteristics and functions of Lua RTOS, focusing on its compatibility with popular platforms such as ESP32, ESP8266, … Read more

Understanding GDB Debugging Principles with Visuals

Understanding GDB Debugging Principles with Visuals

1. Introduction This article discusses the renowned GDB. We won’t mention its prestigious background; like its sibling GCC, it was born with a golden key and holds an irreplaceable position in the GNU family. Every embedded development engineer has likely used gdb to debug programs; if you haven’t, it only indicates your development experience hasn’t … Read more

Comprehensive Breakdown of a Wireless Module: Power Supply Design Insights

Comprehensive Breakdown of a Wireless Module: Power Supply Design Insights

Today, I will dissect a DTU module for everyone. The wireless data terminal DTU module, fully known as Data Transfer Unit, is a type of IoT wireless data terminal specifically designed to convert serial data into IP data or to convert IP data into serial data, and transmit it via a wireless communication network. It … Read more

First Impressions of High-Performance Domestic Dual-Core Bluetooth MCU

First Impressions of High-Performance Domestic Dual-Core Bluetooth MCU

The Breadboard Community – Review Center is currently conducting a review activity for the Furui Kun Development Board. I received a board from the administrator to experience it in advance. Everyone can apply by themselves, 300 boards, with a high “hit rate”. Scan to Apply for Furui Kun FR3068E Development Board Now, let me give … Read more

Air724UG Software Guide: I2C Example

Air724UG Software Guide: I2C Example

Read the latest documentation and participate:【Find Errors in Documentation to Win Prizes】 Event For the latest documentation content, see: https://docs.openluat.com/air724ug/luatos/app/driver/i2c/ 1. Introduction The I2C bus (Inter-Integrated Circuit) is a simple, bidirectional, two-wire synchronous serial bus developed by Philips. It requires only two wires to transmit information between devices connected to the bus. The Air724UG module … Read more

Unexpected Discovery: Cortex-M Core with 64-bit Timestamp

Unexpected Discovery: Cortex-M Core with 64-bit Timestamp

Tencent Video: Bilibili Video: Introduction: According to the Debug section of the parameter manual, those in the System ROM Table with Timestamp generator are supported, while those without are not supported. The current tested series H743/H750, etc. come with it. Similar to the DWT clock counter, it can be used for debugging as well as … Read more

Advantages of Discrete ARM+FPGA Compared to ZYNQ SoC

Advantages of Discrete ARM+FPGA Compared to ZYNQ SoC

Table of Contents 1. What are the advantages of ARM+FPGA architecture? 2. What are the benefits of discrete ARM+FPGA? 2.1 More interface resources 2.2 Better HMI experience 2.3 Higher ARM main frequency 2.4 Lower development difficulty 3. Free evaluation board trial 4. Product documentation download 1. What are the advantages of ARM+FPGA architecture? Compared to … Read more