Creating a Multi-Functional MP3 Radio with ESP32

Creating a Multi-Functional MP3 Radio with ESP32

Project Name: ESP32 Mini E-Ink Screen MP3 Radio Multi-Function Project Author: Licorice Acid Not Sour Introduction If this “open-source project” could take me back to elementary school… Then the whole grade would be in an uproar!!! And I would definitely become the most stylish kid in the grade! Full Text Navigation Project Description, Software and … Read more

Creating an Open-Source Laser Projector with ESP32

Creating an Open-Source Laser Projector with ESP32

Project Name: X-Laser Vector Laser Projector Project Author: Little Horn Team Introduction Everyone!The vector laser projector X-Laser is super cool!!! 01 What are the functions/use cases of this project? ” 01 Functions Supports projecting patterns drawn by yourself Supports real-time projection: projecting while drawing Supports preset animation/pattern projection, one-click switching No background required, can project … Read more

Creating and Expanding Our Phyphox Experiments with ESP32 Development Board

Creating and Expanding Our Phyphox Experiments with ESP32 Development Board

Creating and Expanding Our Phyphox Experiments with ESP32 Development Board Recently, I saw that the official Phyphox released the Phyphox-BLE extension library, which is posted on the Arduino.cc website: https://www.arduino.cc/reference/en/libraries/phyphox-ble/, and the address is https://github.com/Staacks/phyphox-arduino. The self-introduction says it is not very mature yet, but the few examples provided already show that it is quite … Read more

Getting Started with the Arduino ESP32 Core Library

Getting Started with the Arduino ESP32 Core Library

The ESP32, as a powerful dual-mode Wi-Fi and Bluetooth chip, has rapidly become a star in the field of IoT development due to its rich features, low price, and strong development environment. The Arduino ESP32 core library is an important foundation for ESP32 development, providing developers with a simple and easy-to-use framework that makes it … Read more

Understanding ESP32/8266 Interfaces: Your Key to Building Smart Home IoT Projects

Understanding ESP32/8266 Interfaces: Your Key to Building Smart Home IoT Projects

Introduction The ESP32 and ESP8266 are among the most popular IoT development boards on the market today, featuring powerful WiFi and Bluetooth capabilities, along with a rich set of interfaces to meet various IoT application needs. This article will detail the interfaces available on the ESP32/8266 and what they can be used for. GPIO Interface … Read more

Powerful ESP32-CAM Web Server: A Comprehensive Guide

Powerful ESP32-CAM Web Server: A Comprehensive Guide

Introduction ESP32-CAM-WebServer is an extended version of the ESP32 camera firmware, providing users with the ability to easily control and configure the ESP32 camera through a web interface. This firmware is based on the popular ESP32-CAM camera and adds many new features and improvements, making it a versatile and user-friendly solution. Installation and Configuration The … Read more

DIY VR Haptic Gloves with ESP32: Experience Immersive Virtual Reality with LucidGloves

DIY VR Haptic Gloves with ESP32: Experience Immersive Virtual Reality with LucidGloves

LucidGloves is an open-source project aimed at enabling users to create and use their own VR haptic gloves. It is centered around Arduino and ESP32 microcontrollers and is compatible with the SteamVR platform. Easy-to-Use DIY Gloves The goal of LucidGloves is to make it easy for anyone to create VR haptic gloves. Whether you are … Read more

ESP32Time: Empowering Your ESP32 with Precise Time Management

ESP32Time: Empowering Your ESP32 with Precise Time Management

ESP32 is a powerful microcontroller that has gained wide application in the fields of IoT and embedded development. However, achieving precise time management on the ESP32 often requires the use of an additional RTC (Real-Time Clock) module. The emergence of the ESP32Time library provides developers with a convenient and efficient solution, leveraging the internal RTC … Read more

Design and Control of a Quadruped Spider Robot Using ESP32

Design and Control of a Quadruped Spider Robot Using ESP32

This article is a continuation of “Design and Control of a Quadruped Spider Robot Using ESP32 (Part 1)” ESP32 Quadruped Spider Robot Circuit Diagram (8 Servos) This circuit diagram illustrates the integration of 12 servos, allowing the robot to move in various directions. The robot consists of four legs, with each leg connected to two … Read more