The Importance of Proper Ventilation in Computers and Traditional Chinese Medicine

The Importance of Proper Ventilation in Computers and Traditional Chinese Medicine

◎Computers Cannot Do Without Fans It can be seen that traditional Chinese medicine treats depression as the circulation of the body’s Qi. In general, everything, when obstructed, can lead to illness. If you can help patients relieve their depression and regulate their emotions, many ailments can be alleviated. In our current era, which is highly … Read more

How to Resolve High CPU Fan Speed on Boot Without System Startup

How to Resolve High CPU Fan Speed on Boot Without System Startup

Today I encountered a Lenovo computer from 2009 that only makes the sound of the CPU fan running at high speed on boot, but the monitor has no signal, and the mouse and keyboard lights are not on. Repeatedly switching it on and off has no effect. First, determine if there is a POST (Power-On … Read more

ESPNow2Mqtt: Connect Your ESP32 Devices to MQTT Without WiFi

ESPNow2Mqtt: Connect Your ESP32 Devices to MQTT Without WiFi

In IoT applications, the ESP32 has become the preferred choice for many developers due to its low power consumption and rich features. However, using WiFi to connect to MQTT in low-power scenarios brings additional power burdens, which is a significant challenge for battery-powered devices. The ESPNow2Mqtt library was born to address this issue, utilizing the … Read more

How to Flash WLED Firmware to ESP32 via Web Browser

How to Flash WLED Firmware to ESP32 via Web Browser

How to Flash WLED Firmware to ESP32 via Web Browser 1. Visit install.wled.me To flash the latest WLED firmware via your browser, please visit the following link: https://install.wled.me/ 2. Connect the ESP to your PC via USB cable Connect the ESP to your PC using a USB cable. We will install the latest version of … Read more

Building a Minimalist Mechanical Ant with ESP32 and Three Servos

Building a Minimalist Mechanical Ant with ESP32 and Three Servos

【Click on the top「Blue Text」 to follow DF Maker Community, let’s become technical aesthetics together】 Ants are amazing creatures that require very few resources but can accomplish a lot. Generally speaking, many six-legged robots require up to three servos per leg, which totals 18 servos, consuming a lot of energy and conflicting with the size … 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