Open Source ESP32C3FH4 Core Board Design

Open Source ESP32C3FH4 Core Board Design

I previously open-sourced the ESP32C3WROOM board, and today I’m open-sourcing the ESP32C3FH4. You can directly obtain the engineering files at the Lichuang Open Source Square. https://oshwhub.com/zctnb/works Actually, the chips are the same, but the ESP32C3WROOM is a module, while the ESP32C3FH4 is a chip that integrates 4MB of flash. Let me explain for those who … 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

Key Considerations for Hardware Design in Embedded System Development

Key Considerations for Hardware Design in Embedded System Development

Click the card above to follow and learn more Embedded design is a huge project, today we will talk about several considerations in hardware circuit design. First, let’s understand the hardware architecture of embedded systems. We know that the CPU is the soul of the entire system, and all peripheral configurations are related to it. … Read more