Sipeed Maix M0P: A Competitive Alternative to ESP32

Sipeed Maix M0P: A Competitive Alternative to ESP32

Many people may be quite familiar with ESP32, which still holds a dominant position in its field. However, recently a brand of chips has been frequently challenging the ESP32, namely the chips from Bouliu Intelligent Technology, which can be said to be highly overlapping with Espressif’s chips. This time I found a Sipeed M0P module … Read more

Choosing Between ESP32 and STM32: A Comprehensive Guide

Choosing Between ESP32 and STM32: A Comprehensive Guide

Advantages of ESP32 Before discussing this issue, we first need to outline the advantages of ESP32 compared to STM32. The ESP32 features a dual-core 240MHz processor, built-in WiFi and Bluetooth including low power Bluetooth, while most STM32 chips lack built-in wireless capabilities and rely on external devices for wireless communication, which is the main advantage … Read more

ESPUI: Easily Create Web Interfaces for ESP32 and ESP8266

ESPUI: Easily Create Web Interfaces for ESP32 and ESP8266

What is ESPUI ESPUI is a simple web user interface library designed for ESP32 and ESP8266 devices. It allows users to easily create and manage the web interface of their devices without any knowledge of HTML, CSS, or JavaScript front-end development. The ESPUI library enables users to communicate and control their devices easily through a … Read more

Open Source Mini TV Based on ESP32 and LVGL 8.0

Open Source Mini TV Based on ESP32 and LVGL 8.0

This is an interesting project to share with those in need. For more details, please read: https://gitee.com/wangpeng25/the-little-bili-tv Input image description Supported Features WeChat Network Configuration (Completed) Time Display (Completed) Three-Day Weather Display (Completed) Temperature and Humidity Display (Completed) Bilibili Follower Count Display (Completed) Fund Trend Display (To be improved) Web Settings (Completed) Temperature and Humidity … Read more

Mastering ESP32: 12 Essential Tutorials Completed, Next Up is Advanced Tutorials

Mastering ESP32: 12 Essential Tutorials Completed, Next Up is Advanced Tutorials

Author: Xiao Yu, Layout: Xiao Yu WeChat Official Account: Chip Home (ID: chiphome-dy) Hello everyone, recently updated the series of tutorials on ESP32, a total of 12 articles covering the introduction of commonly used peripherals of ESP32, the basic tutorials have been completed, and next, there will be more WiFi, Bluetooth, screens, and sensors and … Read more

Interesting Applications of ChatGPT on ESP32

Interesting Applications of ChatGPT on ESP32

Combining ChatGPT with ESP32 can lead to more interesting applications in the Internet of Things, such as chatbots, voice assistants, and natural language interfaces. Below, I will use the ChatGPT API in ESP32. To get responses from ChatGPT on ESP32, we need to follow these steps: Register on the OpenAI website and install the necessary … Read more

A Deep Dive into the ESP8266/ESP32 Automatic Download Circuit

A Deep Dive into the ESP8266/ESP32 Automatic Download Circuit

Background Recently, I needed to create an ESP32 board by myself. Considering cost and packaging, I planned to choose CH340E as the USB-to-serial chip. Generally, ESP8266/ESP32 boards have an automatic download circuit that allows users to enter download mode for firmware flashing without pressing a button. However, the automatic download circuit requires serial chip support … Read more

ESP32 Prank: Pretending to be a GPU and Scaring Friends with Ransomware

ESP32 Prank: Pretending to be a GPU and Scaring Friends with Ransomware

Feng Se from Aofeisi Quantum Bit | Public Account QbitAI “Your computer has been infected by the BIOS Root Kit virus.” “All files have been encrypted.” “Shutting down and restarting won’t help, all defenses are ineffective.” “To decrypt, you must spend some money at the link below.” If it were you, would you be terrified … Read more

Interview with the Project Creator: Porting Linux to ESP32

Interview with the Project Creator: Porting Linux to ESP32

Hello everyone, I am a basketball enthusiast who writes code. Recently, I came across a very interesting project online where an expert has successfully ported the Linux kernel to the ESP32 and got it running. On foreign websites, many people are discussing this matter. https://hackaday.com/2021/07/21/its-linux-but-on-an-esp32/ The ESP32 is a chip launched by Espressif for smart … Read more