Build a Bluetooth Keyboard with ESP32C3 for Just 80 Yuan

Build a Bluetooth Keyboard with ESP32C3 for Just 80 Yuan

Project Name: ESP32C3 Single Mode Bluetooth Keyboard ZY-17 Project Author: WSMALL_DA { Introduction } This open-source project looks like a keyboard, but it really is a keyboard… but it is not ordinary, and it is low-cost, suitable for DIY! I absolutely love its touch slider function!! Let’s take a look together! { Project Description } … Read more

ESP32-C6 Chip and Development Board Overview

ESP32-C6 Chip and Development Board Overview

ESP32-C6 is a new chip launched by Espressif. I have been following it since its release, and I believe that the ESP32-C6 is now quite mature. It is worth considering purchasing. The most outstanding feature of the ESP32-C6 is its communication capabilities, integrating 2.4 GHz Wi-Fi 6, BLE 5.3, and 802.15.4 protocols. On Wi-Fi ESP32-C6 … Read more

Unveiling ESP32-P4 Development Board Issues

Unveiling ESP32-P4 Development Board Issues

Introduction ESP32-P4 is a high-performance MCU that supports ultra-large on-chip memory and has powerful image and voice processing capabilities. This MCU includes a high-performance (HP) system and a low-power (LP) system. The HP system is driven by a RISC-V dual-core processor and includes rich peripherals; the LP system is driven by a RISC-V single-core processor, … Read more

ESP-ADF: Official Audio Development Framework for ESP32 Series Chips

ESP-ADF: Official Audio Development Framework for ESP32 Series Chips

ESP-ADF is the official audio development framework launched by Espressif Systems for its ESP32 series chips, providing comprehensive support for audio application development. Whether it’s a simple music player or a complex voice recognition system, ESP-ADF can help you achieve it easily. 1. Introduction to ESP-ADF ESP-ADF supports various chips from Espressif Systems, including ESP32, … Read more

DIY ESP32 E-Paper Clock: A Cost-Effective Open Source Project

DIY ESP32 E-Paper Clock: A Cost-Effective Open Source Project

Project Name: [LiClock] E-Paper Clock Project Author: lxy0423 Introduction Today, I found a very beginner-friendly, fully functional, and cost-effective E-Paper open-source project! Project Description I created a 2.9-inch E-Paper weather clock based on ESP32, with all circuit codes open source! The E-Paper screen is developed using PlatformIO/Arduino! Why do I say it is fully functional? … Read more

ESP32 Keyboard Simulation: A Comprehensive Guide

ESP32 Keyboard Simulation: A Comprehensive Guide

Keyboard simulation is one of the commonly used features in development.Today, I used the ESP32 microcontroller in conjunction with the ESP32-BLE-Keyboard library to conduct a test and successfully implemented this feature.Now, I will organize and share my testing process with everyone, hoping it will be helpful. 1. Development IDE I used Arduino IDE. 2. Development … Read more

Getting Started with ESP32 Touch Functionality: A Comprehensive Guide

Getting Started with ESP32 Touch Functionality: A Comprehensive Guide

A demonstration video is available at the end. Introduction to ESP32 Touch Functionality The ESP32, as a powerful microcontroller, has many advanced features and characteristics. One of the most notable features is the touch functionality on some of its pins, allowing users to implement more interesting applications. What is ESP32 Touch Functionality? Some pins of … Read more