Build Your Own Smart Robot with ESP32-CAM

Build Your Own Smart Robot with ESP32-CAM

Introduction The ESP32-CAM is a microcontroller module that integrates Wi-Fi and Bluetooth functionality, along with a camera interface, making it an excellent choice for building smart robots. In this project, I will show you how to construct a simple AI robot using the ESP32-CAM module, which can stream video to an Android device and perform … Read more

Creating a Universal Calculator with ESP32: The Ultimate Tool for Multitasking

Creating a Universal Calculator with ESP32: The Ultimate Tool for Multitasking

Project Name: Multifunctional Mechanical Axis Scientific Calculator Project Author: shaoduan Introduction When you think I’m… using a calculator to do math? Actually, I’m… Playing Mario! Playing COTD! Playing Snake! Oh my, if I had this? Who could tell I’m slacking off? Project Description Back to the point! Thisslacking off toolcalculatoris made using ESP32. It is … Read more

Innovative Projects and Developments in Embedded Systems

Innovative Projects and Developments in Embedded Systems

Author: Xiaoyu, Typesetting: Xiaoyu WeChat Official Account: Chip Home (ID: chiphome-dy) 01 CPU vs FPGA It vividly expresses the computational logic of CPU and FPGA. The CPU tends to be multifunctional and usually executes instructions serially. Although it has multiple cores, each core still executes in a serial manner, the design of the CPU is … Read more

Practical Guide to Serial Communication with Android

Practical Guide to Serial Communication with Android

Introduction In the previous article, we discussed the basics of serial communication. If you haven’t read it, I recommend you do so first; otherwise, you might not fully understand some of the content in this article. This article will explain the practical aspects of serial communication on the Android side, specifically how to implement data … Read more

Getting Started with the ESP32 CAM Camera Module for Beginners

Getting Started with the ESP32 CAM Camera Module for Beginners

A few days ago, a junior gave me an ESP32-CAM camera module. Now that I finally have some free time, I’m going to play with this camera module, so I can remotely monitor my home later. What is the ESP32-CAM Camera? The ESP32-CAM is a micro module based on the ESP32-S2 chip, featuring camera functionality, … Read more

Will ESP32 Replace STM32 in Embedded Systems?

Will ESP32 Replace STM32 in Embedded Systems?

Click the above to select“Pin/Star Public Account” Welfare benefits, delivered in real time Hello everyone, I am Mai Ge. Recently, a reader asked. Will ESP32 replace STM32 in embedded systems in the future? Let me briefly share my views. Both ESP32 and STM32 have their own vertical niche areas. First, let’s talk about ESP32 Compared … Read more

TaskScheduler: A Lightweight Cooperative Multitasking Scheduler for Arduino, ESP32, STM32 and Other Microcontrollers

TaskScheduler: A Lightweight Cooperative Multitasking Scheduler for Arduino, ESP32, STM32 and Other Microcontrollers

In embedded development, multitasking is key to improving system efficiency and functionality. For resource-constrained microcontrollers, traditional preemptive multitasking frameworks (like FreeRTOS) can be overly complex and resource-intensive. In this case, the lightweight cooperative multitasking scheduler TaskScheduler becomes an ideal choice. Introduction to TaskScheduler TaskScheduler is a library that provides cooperative multitasking capabilities for microcontrollers such … Read more

Quick Start for Beginners: Mastering ESP32 with Arduino IDE

Quick Start for Beginners: Mastering ESP32 with Arduino IDE

Hello everyone, I am Machine Panda. In order to do a good job, one must first sharpen their tools. Therefore, choosing a suitable development environment is crucial. Since this series mainly uses the ESP32 microcontroller, there are generally three mainstream development methods: Arduino, a convenient and flexible open-source electronic prototyping platform, supports ESP32, ESP8266, etc., … Read more

Best Entry-Level Development Boards and Soft Routers of 2023

Best Entry-Level Development Boards and Soft Routers of 2023

In 2023, it has been an extraordinary year for development boards. Previously renowned development boards have chosen to launch new products this year, and many lesser-known brands are emerging. So, which of these development boards are worth buying and which are not? Today, I will award these development boards. The awards this time are as … Read more