OpenWrt Compilation Command Record

OpenWrt Compilation Command Record

cp ipq60xx-all.config .config make defconfig make menuconfig # Enter the graphical configuration interface Save and exit: After configuration is complete, press <Esc> until you exit the configuration interface. The system will prompt to save the configuration, choose to save. make oldconfig # Generate configuration based on existing configuration # This method updates and applies your … Read more

Adapting OpenWrt Parental Control Plugin for JD Taiyi Router

Adapting OpenWrt Parental Control Plugin for JD Taiyi Router

Hello everyone, I wonder how many of you are using JD series routers, such as Arthur, Athena, Taiyi, and Luban. The Wireless Treasure routers are characterized by large storage capacity and powerful main chip performance, making them particularly suitable for enthusiasts who enjoy installing a large number of plugins.At the request of fans, today I … Read more

Configuring AP and STA in OpenWrt

Configuring AP and STA in OpenWrt

To configure a device in OpenWrt to function simultaneously as an AP (Access Point) and STA (Client) for network bridging, the following steps must be completed. This configuration allows the device to connect to an upstream WiFi (STA mode) while providing wireless access to downstream devices (AP mode), enabling network extension or use when a … Read more

The Battle Between ARM and RISC-V

The Battle Between ARM and RISC-V

Since the summer of 2010, the Berkeley research team has spent about four years designing and developing a complete new instruction set. This new instruction set is called RISC-V. From its official release in 2014, RISC-V has faced various doubts, but by 2017, the Indian government announced significant funding for RISC-V-based processor projects, making RISC-V … Read more

Practical Implementation of RISC-V Vector Technology in Embedded Systems

Practical Implementation of RISC-V Vector Technology in Embedded Systems

In the design of CPU cores, SIMD (Single Instruction Multiple Data) is a commonly used data parallel processing method that operates on multiple data elements simultaneously through a single instruction to enhance the computational efficiency and speed of the processor. SIMD has a wide range of applications, such as image processing, scientific computing, encryption and … Read more

RISC-V: Unstoppable After Fifteen Years

RISC-V: Unstoppable After Fifteen Years

May. Click the blue text to follow us 2025.05 In May 2010, Andrew Waterman, a student at the University of California, Berkeley, sent an email to his professors. After experimenting with various teaching methods for a three-month project, he concluded: They should revive the dying microprocessor architecture DEC Alpha. “I don’t see what new things … Read more

What to Do When the External Reference Voltage of the MCU ADC Changes?

What to Do When the External Reference Voltage of the MCU ADC Changes?

This article is the second in a series discussing peripheral modules of microcontrollers, focusing on how to improve ADC conversion accuracy.In this article, I will summarize the understanding of the reference voltage for ADCs, which many engineers are not very clear about, especially in scenarios where the ADC is used with a battery directly powering … Read more

Factors Determining Low Power Consumption in MCUs

Factors Determining Low Power Consumption in MCUs

Follow+Star Public Number, don’t miss out on exciting content Author | strongerHuang WeChat Official Account | Embedded ColumnMany IoT terminal products are powered by batteries, which have certain power consumption requirements, and some products have extremely stringent low power consumption requirements.Today, we will discuss some factors that affect the low power consumption of MCUs. Sources … Read more

The MCU Chaos: Prices Surge by Several Times, Counterfeits and Refurbished Goods Run Rampant, Will It Collapse?

The MCU Chaos: Prices Surge by Several Times, Counterfeits and Refurbished Goods Run Rampant, Will It Collapse?

In mid-May, a notice circulated regarding a major MCU manufacturer criticizing agents and sales for violating regulations by selling at high prices in the open market. MCU, short for Microcontroller Unit, is a microcomputer. It is small, with an ordinary MCU being about the size of a fifty-cent coin; it is inexpensive, with prices ranging … Read more

Exploring Linux on MCU Series Part 5: Porting lrzsz for File Import and Export

Exploring Linux on MCU Series Part 5: Porting lrzsz for File Import and Export

1. Introduction In previous articles, we developed applications that were embedded into the kernel within initramfs. Each time we needed to change the application, recompiling the kernel was cumbersome. Now, we will port lrzsz to enable file import and export via the serial port, making it easier to update applications by importing them into the … Read more