How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

How to Install Speedtest-web on OpenWrt for Internal Network Speed Testing

Introduction To achieve internal network speed testing, most people would first think of iperf, which requires both a server and a client, making it quite cumbersome. Is there a simpler way to test speed directly through a web interface? Moreover, if it is installed on a soft router, all internal network devices can easily test … Read more

A Comprehensive Guide to Using Docker Compose on OpenWrt

A Comprehensive Guide to Using Docker Compose on OpenWrt

Learn about the application scenarios of Docker Compose in OpenWrt. Docker Compose is a tool for defining and running multi-container Docker applications. With it, you can more easily deploy and manage complex Docker-based applications on OpenWrt. For example, you can quickly deploy a web server, database, message queue, and a series of interdependent services using … Read more

Beginner’s Guide to OpenWrt

Beginner's Guide to OpenWrt

Networking is an art, bringing together the best from around the world More and more Makers are starting to experiment with OpenWrt, but as a beginner Maker, it’s still hard to find a systematic entry-level resource online. Finding information is tough, and the barrier to entry for OpenWrt is relatively high. I hope this article … Read more

Overview of Domestic Alternatives for ST MCU with Price Increases and Shortages

Overview of Domestic Alternatives for ST MCU with Price Increases and Shortages

1. Beijing Zhaoyi Innovation Technology Co., Ltd. GD32 is a mainstream choice in the field of 32-bit general-purpose MCUs in China, with cumulative shipments exceeding 200 million units, more than 10,000 users, and a wide application coverage of over 300 product models across 20 series, maintaining a leading position in the market. GD32 uses the … Read more

Top 15 GUI Libraries for MCU: Choose the Best GUI for Your Embedded System

Top 15 GUI Libraries for MCU: Choose the Best GUI for Your Embedded System

In embedded system development, choosing a suitable graphical user interface (GUI) library is crucial. When displayed on the screen, using ready-made graphic libraries allows developers to avoid figuring out underlying tasks, such as how to draw pixels, lines, shapes, and if more advanced, create certain objects like windows, buttons, etc. In the previous two issues, … Read more

Top 15 GUI Libraries for MCUs: Choose the Best GUI for Your Application (Part 2)

Top 15 GUI Libraries for MCUs: Choose the Best GUI for Your Application (Part 2)

In embedded system development, choosing a suitable GUI library is crucial. When displayed on the screen, using ready-made graphics libraries allows developers to avoid figuring out low-level tasks, such as how to draw pixels, lines, shapes, and, at a higher level, certain objects like windows and buttons. In the first part, we introduced 5 options, … Read more

FPGA-based DDS Sine Wave Generator

FPGA-based DDS Sine Wave Generator

Welcome FPGA engineers to join the official WeChat technical group Clickthe blue textto follow us at FPGA Home – the best and largest FPGA community for pure engineers in China Introduction to DDS: DDS, like DSP (Digital Signal Processing), is a key digital technology. DDS stands for Direct Digital Synthesizer. Compared with traditional frequency synthesizers, … Read more