Differences Between PCB Layers

Differences Between PCB Layers

When designing a PCB, I found that many people, especially beginners, do not have a clear understanding of the layers in a PCB. Therefore, today let’s take a look at the differences between the various layers when using the software Altium Designer to create a board. 1. Signal Layer The signal layer is divided into … Read more

Understanding PCB Routing Techniques

Understanding PCB Routing Techniques

Click on the top“Mechanical and Electronic Engineering Technology”to follow us PCB, or Printed Circuit Board, is an indispensable component of modern electronic devices. It acts like a bridge, connecting various electronic components and ensuring that current and signals can be transmitted smoothly. PCB routing is a key part of building this bridge, directly affecting the … Read more

What Software to Use for Microcontroller Programming?

What Software to Use for Microcontroller Programming?

In the field of microcontroller programming, it is crucial for developers to choose the right development tools. Choosing the wrong one may significantly reduce learning efficiency and make it harder to explore microcontrollers. Below, we will review several common programming software for microcontrollers, hoping to help everyone. 1. Keil Advantages: As an essential tool for … Read more

Create a Colorful Glowing Cube Based on Raspberry Pi RP2040

Create a Colorful Glowing Cube Based on Raspberry Pi RP2040

MAKER:DIY GUY Chris/Translated by: 趣无尽 The six faces of this colorful glowing cube are made up of a 5 X 5 WS2812 LED matrix, with each face connected through reserved soldering points. Each matrix plane is driven by an RP2040 chip, and theoretically, you can enlarge this cube and increase the number of cubes to … Read more

What Software Is Used for Microcontroller Programming?

What Software Is Used for Microcontroller Programming?

Click the blue text to follow, reply with “Intro Materials” to get a comprehensive tutorial from beginner to advanced on microcontrollers. Written by | Wu Ji (WeChat: 603311638) Original | Article 50 of the series Approximately 791 words, reading takes about 3 minutes The software needed for microcontroller programming is actually not much. There are … Read more

Design of a Pauseable Eight-Way Buzzer Based on AT89C51 Microcontroller

Design of a Pauseable Eight-Way Buzzer Based on AT89C51 Microcontroller

Click the link below to read the original article or copy the link to your browser to obtain the Keil source code and Project Backups simulation images: https://gf.bilibili.com/item/detail/1107885063 C+15 Abstract With the advancement of society and technology, the application of electronic devices in various activities has become increasingly common. Buzzers, as a tool for answering … Read more

51 Microcontroller Temperature And Humidity Controller Design

51 Microcontroller Temperature And Humidity Controller Design

51 Microcontroller Temperature And Humidity Controller Design (Proteus Simulation + Program + Schematic + Design Report + Explanation Video) Schematic: Altium Designer Simulation Version: Proteus 7.8 Compiler: Keil 4/Keil 5 Programming Language: C Design Number: S0013 Basic Functions: 1. This design is based on the STC89C51/52 microcontroller (compatible with AT89C51/52, AT89S51/52, can choose any); 2. … Read more