Unlocking and Installing OpenWRT on Xiaomi 10G Router: A Complete Guide

The Xiaomi 10G router, launched in 2022, features a quad-core Qualcomm A73 processor + 2GB RAM, equipped with four 2.5Gbps ports and one 10G Ethernet port, as well as one 10G optical port, supporting Wi-Fi 7. More than a year later, this configuration remains impressive. Although Xiaomi’s router firmware has long been criticized for its … Read more

Unpacking the Newly Released Raspberry Pi 400

Recently, the Raspberry Pi Foundation released the Raspberry Pi 400. This product essentially integrates the Raspberry Pi motherboard into the casing of a keyboard. Of course, it is not simply a Raspberry Pi 4B wrapped inside; the manufacturer has redesigned the circuit and PCB. All you need is an HDMI cable, a 5V power adapter, … Read more

Why I Recommend Mini PCs

Mini PCs are a relatively “unique” presence among computer forms. They do not have the robust physique of traditional desktop computers; they can be as small as a USB flash drive for portability or hidden behind a monitor for a tidier desk. While they seem to be an all-in-one product, why have they remained lukewarm? … Read more

Launch of the ARM Cortex-M4 Flagship Board: Explore Its Rich Features!

The ARM Cortex-M4 flagship board is launched with exciting details below. ARM announced the launch of the new embedded processor “Cortex-M4” in February 2010, marking the fourth generation of this high-performance, low-power embedded solution, following the Taiwan Nuvoton M451 series as shown in Figure 2.1.1, with the previous three generations being Cortex-M0/M1/M3. Cortex-M4 is an … Read more

Ultimate Guide to Building an ESP32 E-Paper Weather Display

Introduction The ESP32 E-Paper Weather Display is an excellent device powered by the ESP32 microcontroller and an e-paper display. It can obtain weather information from the internet and display it on a highly readable e-paper screen, making it easy to view both indoors and outdoors. This guide references the open-source project ESP32-e-Paper-Weather-Display and will guide … Read more

High-Performance Embedded Database Designed for Microcontrollers – ITTIA DB

1. Introduction Edge network device applications must acquire, process, and understand data points at high sampling rates.MCU (Microcontroller) is a key component of many embedded systems, increasingly responsible for capturing, processing, and managing the data flowing through them. This process begins at the local device, and manufacturers are seeking innovative opportunities to understand and monetize … Read more

Driving the LCD1602 Liquid Crystal Display Module with the 51 Microcontroller

Please click above freefollow… This lecture will introduce the microcontroller driving the LCD1602 liquid crystal display module. Through this lecture, readers can master the working principle of the LCD1602 and how to drive the LCD1602 with a microcontroller. 1. Introduction to the Principle The liquid crystal display module has advantages such as small size, low … Read more

Using ESP_NOW for Inter-device Communication on ESP32 S3 with Arduino

0x00 What is ESP_NOW? ESP-NOW is a wireless communication protocol defined by Espressif that allows for direct, fast, and low-power control of smart devices without a router. It can coexist with Wi-Fi and Bluetooth LE. Currently, it supports multiple series of SoCs such as ESP8266, ESP32, ESP32-S, and ESP32-C. ESP-NOW is widely used in smart … Read more