Introducing the ESP32-H2 Chip for IoT Applications

Recently, it was discovered that Espressif released a chip. ESP32-H2 The performance is quite ordinary, featuring a RISC-V 32-bit single-core CPU with a maximum frequency of 96MHz, 128KB ROM, 320KB SRAM, 4KB LP Memory, and 2MB or 4MB of embedded Flash. This performance is considered the lowest in Espressif’s product line. Its advantages lie in … Read more

ESP32C3 Flight Controller Debugging – Part 1

ESP32C3 flight control board was sent for sampling before the National Day holiday. After returning to work, I received the sample, but I didn’t start debugging for a long time. I finally took some time to debug in the past two days, and the debugging process went quite smoothly without encountering any major issues. Below … Read more

Getting Started with ESP32-C3: Development Environment Setup

Getting Started with ESP32-C3: Development Environment Setup 1. Introduction 2. Setting Up the Development Environment 2.1 Downloading the ESP-IDF Environment 2.2 Compiling the Code 2.3 Programming and Verification 3. ESP32-C3 LED Analysis 4. Using WiFi Functionality 5. Conclusion 1. Introduction The ESP32-C3 uses a chip based on the RISC-V architecture, which is currently focused on … Read more

Create a Portable IoT Display with ESP32

【Click the above“blue text” to follow me to learn embedded systems, and become a tech aesthetician together】 This is a portable IoT display project, which can be developed into various practical tools based on it and the Arduino_GFX library. For example, WiFi signal analysis, electronic photo albums, etc. With a well-designed 3D printed case, it … Read more