Designing a Social Worker Assistant Based on STM32 and ESP32: An Embedded AI Tool for Community Services

Designing a Social Worker Assistant Based on STM32 and ESP32: An Embedded AI Tool for Community Services

1. Project Overview The Social Worker Assistant is a portable smart terminal, based on STM32F407 microcontroller + ESP8266 WiFi module, equipped with an OLED screen, microphone, and small speaker, enabling intelligent Q&A and information services between frontline social workers and residents. Its biggest highlight is the support for dual-mode operation: Cloud Mode: When connected to … Read more

Differences Between STM32 and ESP32

Differences Between STM32 and ESP32

Introduction STM32: A product released by STMicroelectronics on June 11, 2007, it is a 32-bit microcontroller. ESP32: A product developed by Espressif Systems in 2017, unlike STM32 and GD32, the ESP32 is primarily aimed at the Internet of Things (IoT) field. It supports many functions but has very few GPIO pins, so most GPIOs have … Read more

STM32 Project Sharing: Microcontroller-Based Library Seat Monitoring System

STM32 Project Sharing: Microcontroller-Based Library Seat Monitoring System

We do not engage in one-time transactions; we aim to be long-term partners in technical growth! 01 — Physical Video Demonstration See the end of the article for data sharing 02 — Project Overview Title: Microcontroller-Based Library Seat Monitoring System Main Control: STM32 Display: OLED Display DS1302 Clock Module Infrared Photoelectric Infrared Temperature Measurement Module … Read more

Understanding the STM32 Watchdog Timers

Understanding the STM32 Watchdog Timers

1. Two Types of Watchdogs in STM32 The STM32F103C8T6 has two built-in watchdogs: the Independent Watchdog and the Window Watchdog. Independent Watchdog (IWDG) Uses an internal low-speed clock (LSI, typical value 40kHz) as the time base. It cannot be stopped and can operate independently even if the CPU hangs. It is commonly used for system-level … Read more

Winning the National Award! Members of the Yingzhan Studio Achieve Outstanding Results in the National College Student Embedded Chip and System Design Competition

Winning the National Award! Members of the Yingzhan Studio Achieve Outstanding Results in the National College Student Embedded Chip and System Design Competition

Members of Yingzhan Studio achieved outstanding results in the National College Student Embedded Chip and System Design Competition Recently, a team composed of Yu Haotian, Zeng Xiqing, and Huang Xiaoli, guided by teachers Wang Jiangquan and Yu Jihua, stood out in the National College Student Embedded Chip and System Design Competition with their project “Integrated … Read more

Five Promising Directions for Embedded Development in 2025!

Five Promising Directions for Embedded Development in 2025!

Click on the above“Linux Notes”, select“Pin/Star Public Account” Welfare and valuable content delivered promptly The top 5 most promising directions for embedded development in 2025 (STM32 still on the list) In 2025, the embedded industry remains vibrant. STM32, RTOS, IoT, Edge AI, automotive electronics… which direction is worth learning the most? This article outlines the … Read more

The Top 5 Promising Directions in Embedded Development for 2025!

The Top 5 Promising Directions in Embedded Development for 2025!

In 2025, the embedded industry remains vibrant. STM32, RTOS, IoT, Edge AI, automotive electronics… which direction is the most worthwhile to learn? This article outlines the 5 most promising directions in embedded development, combining job roles, salaries, and skill requirements for a comprehensive understanding! 💡 Why should you care about the “direction”? Embedded technology spans … Read more

STM32 Beginner’s Notes: GPIO Usage Methods

STM32 Beginner's Notes: GPIO Usage Methods

This note can be skipped by experienced users. Everything before entering is an obstacle, but looking back after entering, everything seems simple. Introduction to GPIO GPIO stands for General Purpose Input/Output. All pins of the STM32, except for specific functions like power and ground, VBAT, etc., can be used as GPIO. STM32 categorizes them into … Read more

Solutions for STM32 Display Systems

Solutions for STM32 Display Systems

Display Interfaces: DBI/DPI/DSISTM32 models are numerous, covering display driving capabilities from low to high. See the image:It can be seen that MIPI DBI/DPI/DSI are all included, so why are there these situations? The table below explains the reasons:It can be seen that the driving capability of DPI is weaker than that of DSI. The above … Read more

STM32 SD Card IAP Firmware Upgrade Tutorial

STM32 SD Card IAP Firmware Upgrade Tutorial

Recently, due to certain needs, I researched the method for upgrading firmware via SD card using IAP. As I have been using the STM32 SD card for a while, implementing the SD card program was straightforward; I just needed to write a bootloader program and make some simple settings in Keil. 1. Function: Upgrade STM32 … Read more