DIY Development Board Testing Process: Step-by-Step Guide

DIY Development Board Testing Process: Step-by-Step Guide

If you don’t want to miss my updates, remember to check the official account in the upper right corner and set it as a star, take down the star and send it to me. Hardware testing is a very important method for measuring the performance of the circuits designed by engineers, and it also relates … Read more

Two Clock Circuit Design Schemes for Microcontrollers

Two Clock Circuit Design Schemes for Microcontrollers

A microcontroller is the core component of embedded systems. Circuits using microcontrollers are much more complex due to programming, but adding and changing new features is easier with microcontroller circuits. This is why more and more devices, such as electrical appliances, are using microcontrollers. As a project for microcontroller R&D design, its minimum circuit working … Read more

Step-by-Step Guide to Building a Game Console with ESP32

Step-by-Step Guide to Building a Game Console with ESP32

▼Follow the WeChat public account by clicking the card below▼ 01 Introduction MicroByte is a micro console that can run games from NES, GameBoy, GameBoy Color, Game Gear, and Sega Master System, all designed within a 78 x 17 x 40 mm package. Despite its small size, it conforms to the layout of an SNES … Read more

MicroByte: DIY Retro Game Console Based on ESP32

MicroByte: DIY Retro Game Console Based on ESP32

MAKER: JuanF92/Translated by: Fun Endless Meeting is Just a First Encounter MicroByte is a mini console capable of running games from NES, GameBoy, GameBoy Color, Game Gear, and Sega Master System. All components are designed within this 78 x 17 x 40 mm package. Despite its small size, it conforms to the layout of the … Read more

General Layout Guidelines for RF and Mixed Signal PCBs

General Layout Guidelines for RF and Mixed Signal PCBs

RF (Radio Frequency) and Mixed Signal PCB Layout Guidelines RF (Radio Frequency) and Mixed Signal (Analog & Digital Mixed Signals) PCB design requires special attention to issues such as signal integrity, noise control, and electromagnetic interference (EMI). Their layout differs from ordinary digital PCB design because they involve high-speed signals, the coexistence of sensitive analog … Read more

Embedded Technology for Liberal Arts Students: STM32 PCB Design

Embedded Technology for Liberal Arts Students: STM32 PCB Design

1. STM32 and Selection 1.1 STM32 vs 51 Microcontroller Both STM32 and 51 are types of small computer chips that allow us to write code and store it within. For example, we can control a pin to switch between 5V and 0V, connecting an LED to this pin to achieve a blinking effect. This operation … Read more

How To Simplify Impedance Design On PCBs

How To Simplify Impedance Design On PCBs

What Is Impedance? Isn’t It The Same As Resistance? Regarding impedance (Impedance), I have found that many newcomers to this concept often confuse it with resistance (Resistance). This confusion may arise because both terms contain the character for “resistance” in Chinese, and both units are expressed in Ω. Additionally, impedance and resistance are related to … Read more

Understanding Gigabit Ethernet Bandwidth Limitations

Understanding Gigabit Ethernet Bandwidth Limitations

Introduction With the growing demand for networking, the issue of gigabit Ethernet speed has garnered significant attention. This article analyzes the low actual speed situation, detailing reasons such as poor wiring, and provides effective methods for improving speed and stability from both hardware aspects like equal-length wiring and impedance matching, as well as software debugging … Read more

Embedded Design Insights: Component Addition Risks

Embedded Design Insights: Component Addition Risks

Introduction In circuit design, neglecting ESD protection and isolation design to reduce costs can lead to serious consequences. This article will explore circuit issues caused by improper component addition and provide practical solutions to ensure the reliability and stability of circuit design. In circuit design, some neglect ESD protection and isolation design to cut costs, … Read more