Educational Ecosystem: StampFly with Built-in ESP32-S3 Becomes Teaching Equipment for University UAV Courses

Educational Ecosystem: StampFly with Built-in ESP32-S3 Becomes Teaching Equipment for University UAV Courses

Espressif Systems It is said that shareholders of 688018 are paying attention Kanazawa Institute of Technology in Japan has introduced the micro-drone development platform StampFly, launched by M5Stack (a subsidiary of Espressif), into its control technology and programming courses. This device is based on the Espressif ESP32-S3 chip and combines ESP-NOW wireless communication technology, providing … Read more

DIY Mini Controller Based on ESP32-S3 with 1.69-Inch Touch Screen

DIY Mini Controller Based on ESP32-S3 with 1.69-Inch Touch Screen

【Click the above「blue text」 to follow the DF Maker Community and become a tech aesthetician together】 This project originates from the Lichuang Open Source Square, based on the ESP32-S3, featuring an onboard 1.69-inch LCD assembly interface, a buzzer, an SD card slot, and AXP173 power management, with dual-row female headers exposing most pins for baseboard … Read more

Setting Up ESP32-S3 Development Environment with Zephyr

Setting Up ESP32-S3 Development Environment with Zephyr

The Zephyr development environment supports three major operating systems: Windows, Linux, and MacOS. However, the most comprehensive support is for Linux, so it is recommended to use Linux for beginners. This article is based on Ubuntu 22.04. In some sense, this is a rehash of previous articles because similar content has been covered: Building Zephyr … Read more

Resolving USB Device Recognition Issues with ESP32-S3

Resolving USB Device Recognition Issues with ESP32-S3

Qiming Cloud/ 01 Problem Description When using the ESP32-S3 chip/module with a USB wireless network card and ESP-IDF version idf5.0.3, the client encountered an issue where the computer could not recognize the USB device after compiling and flashing the esp-iot-bridge/examples/wireless_nic example. What could be the reason? Qiming Cloud/ 02 Solution Approach After understanding the client’s … Read more

Detailed Guide to ESP32-S3 Pins: Simplifying Your Development

Detailed Guide to ESP32-S3 Pins: Simplifying Your Development

ESP32-S3 is a powerful microcontroller with rich pin resources, offering limitless possibilities for your development. However, to fully utilize the capabilities of the ESP32-S3, understanding the characteristics and usage of its pins is crucial. This article will detail the pin functions of the ESP32-S3 to help you develop better. Overview of ESP32-S3 Pins The ESP32-S3 … Read more

Real-time Display of Camera Captured Images with ESP32-S3 (Based on MicroPython)

Real-time Display of Camera Captured Images with ESP32-S3 (Based on MicroPython)

Click the blue text above to follow us Previously, we used OV2640 to capture high-definition photos (ESP32-S3 captures 1600X1200 resolution photos) and displayed JPG images on an LCD driven by ST7789 (ESP32-S3 displays JPG and PNG images on LCD (based on MicroPython)). Now we combine the two to allow the LCD to display the images … Read more

Displaying JPG and PNG Images on ESP32-S3 LCD using MicroPython

Displaying JPG and PNG Images on ESP32-S3 LCD using MicroPython

Click the blue text above to follow us “Displaying Images on ESP32-S3 LCD (Based on MicroPython)” introduces driving the LCD to display BMP images. However, it can only display BMP images, and displaying other format images is more complicated. This note introduces how to compile firmware to drive the ST7789 based LCD to display JPG … Read more

Real-time Image Transmission Using ESP32-S3 Camera and MicroPython

Real-time Image Transmission Using ESP32-S3 Camera and MicroPython

Click the blue text above to follow us The previous note “ESP32-S3 Camera Captures Photos at 1600X1200 Resolution” implemented capturing a high-resolution photo using the camera. This time, we will use the camera to achieve real-time image transmission on a webpage. 1.Web Image Transmission Effect ESP32-S3 calls the camera to transmit the captured image in … Read more

Echo Optimization Issues in Voice Calls with ESP32-S3-WROOM-1U Module

Echo Optimization Issues in Voice Calls with ESP32-S3-WROOM-1U Module

Qiming Cloud/ 01 Have you ever encountered this? When using the ESP32-S3-WROOM-1U module, ESP-ADF version release/v2.4, developed based on ADF + Agora SDK, have you experienced significant echo during two-way voice calls via the mobile APP? Qiming Cloud/ 02 What’s going on here? The input data for AEC processing is divided into left and right … Read more

Portable Vital Signs Monitor Prototype Using ESP32-S3 and EPC001

Portable Vital Signs Monitor Prototype Using ESP32-S3 and EPC001

Today, I want to share an interesting project designed by our old friend, HonestQiao, which is a portable vital signs monitor prototype based on the ESP32-S3-B and EPC001. Doesn’t it sound impressive? Let’s take a look at how this vital signs monitor works, how it processes the data it collects, and how it displays the … Read more