Content for ESP32

ESP32

ESP32 is a series of low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth. The ESP32 series employs a Tensilica Xtensa LX6 microprocessor in both dual-core and single-core variations and includes built-in antenna switches, RF balun, power amplifier, low-noise receive amplifier, filters, and power-management modules. ESP32 is created and developed by Espressif Systems, a Shanghai-based Chinese company, and is manufactured by TSMC using their 40 nm process. It is a successor to the ESP8266 microcontroller.

Build a One-Handed Soldering Tool 2.0 | Effortless Soldering With Only One Hand

“This is the long-awaited Solder Sustainer v2, the predecessor of the well-known Solder Sustainer that I built and designed back in July 2023. This device will allow you to solder with precision while only utilizing one hand, freeing up your …

Digital Hourglass

“To be honest: If you’re not working, you don’t really need an exact time: it’s about afternoon, I’m hungry, I’m tired, it’s time to go to bed. And in the morning, the alarm clock …

Sen6-PDU: a Smart Power Distribution Unit

“In most cases, when we talk about a PDU we generally mean a box that can power multiple devices at the same time from a single power source. A sort of “multi-socket” with the only advantage of concentrating the cables …

Set a DS3231 RTC Over Bluetooth

“An easy way to set a DS3231 RTC module connected to a device with BLE (esp32 perhaps) using an app on an Android phone. Story It can be difficult to set the time and date on a DS3231 RTC there …

Synesthetic Clock

“A person with synesthesia may associate certain letters and numbers with certain colors. The principle of an Arduino RTC clock is old and has been described many times. But this display is new. The hours and minutes are shown on …

Building a Basic ESP32 Web Server - controlling LEDs

“Learn how to set up an ESp32 webserver and control LEDs using a web interface. Let’s learn how to build a webserver using an ESP32 and use that to control various peripherals. Instead of using a computer, we will …

Differential drive robot using ROS2 and ESP32

“Differential drive robot using ROS2, micro-ROS and ESP32 In this project, we had build a differential drive robot using EPS32 microcontroller. ROS2 humble is used for controlling the robot. Micro-ROS is uses for connecting ESP32 to ROS2 running …

DIY Thermal Camera

“DIY Thermal Camera: Build your Own Infrared Imaging Device with ESP32 and MLX90640 Sensor Ditch X-ray vision, thermal cameras are the real industrial superheroes! They don’t just see light, they see heat, making them masters of uncovering hidden energy …

DIY Thermometer with TTGO T Display and DS18B20 V2

“Version 2 of a previously made Thermometer project. Here’s something useful: A DIY thermometer made completely from scratch using a custom PCB and a couple of 3D-printed parts. The DS18B20 temperature sensor probe and the TTGO T-display board form …

Ili9341 pattern lock algorithm

“How to realize a pattern lock algorithm as in your smart phone for ili9341 touch screens and Arduino IDE Most people are familiar with pattern lock entries from their smart phone, e.g. for unlocking the phone. Such an unlocking …