Getting Started with Embedded AI: Deploying AI Models on RT-Thread

Getting Started with Embedded AI: Deploying AI Models on RT-Thread

This issue shares the theme of how to deploy AI models onto embedded systems. The next issue will introduce how to run the Mnist Demo (handwritten digit recognition) on the RT-Thread operating system. Embedded AI <span>AI Implementation</span> has always been a promising and emerging industry. My curiosity is quite strong, so I want to try … Read more

Differences Between STM32, GD32, and ESP32: A Comprehensive Guide

Differences Between STM32, GD32, and ESP32: A Comprehensive Guide

To not miss my updates, remember to click the top right corner – view public account – set as a star, and give me a star! 01 Introduction STM32: A product released by STMicroelectronics on June 11, 2007, a 32-bit microcontroller. GD32: A product released by GigaDevice in 2013, which closely imitates STM32 in chip … Read more

Powerful Resource Platform for Embedded System Development with STM32CubeH7

Powerful Resource Platform for Embedded System Development with STM32CubeH7

STM32CubeH7 is a significant initiative launched by STMicroelectronics to simplify the development process for STM32 series microcontrollers. By providing a comprehensive embedded software platform, STM32CubeH7 reduces development complexity and costs for developers while accelerating time-to-market. Overview The STM32 series microcontrollers are widely used in various fields such as IoT, automation, and automotive, while STM32CubeH7, as … Read more

How to Design a Mixed Circuit PCB with High-Speed USB, Embedded Processor, and Analog/RF?

How to Design a Mixed Circuit PCB with High-Speed USB, Embedded Processor, and Analog/RF?

Recently, I watched a detailed explanation of circuit design by Philip Salmony, a graduate student from Cambridge University, on YouTube. The project is called the STM32-based RF to USB adapter, abbreviated as STRF, which includes: High-speed USB interface STM32L4 as the controller nRF24 2.4GHz RF transceiver Of course, he designed it using KiCad, and his … Read more

AI Soul Artist Based on STM32: Project Share

AI Soul Artist Based on STM32: Project Share

If you don’t want to miss my updates, remember to go to the upper right corner – view public account – set as a star, and give me a star! It’s time for the weekly project share again on Monday. Today’s project author is ZhiHui (click to view the author’s article). If you are familiar … Read more

Choosing the Right Embedded Development Board: A Comparison of ESP32, STM32, Raspberry Pi, and Domestic Boards

Choosing the Right Embedded Development Board: A Comparison of ESP32, STM32, Raspberry Pi, and Domestic Boards

With the rapid development of technologies such as the Internet of Things and artificial intelligence, embedded development has received increasing attention. The plethora of development boards available on the market can overwhelm many novice developers, making it difficult to choose the right board. This article provides a detailed comparative analysis of ESP32, STM32, Raspberry Pi, … Read more

Common Memory Partition Areas in Microcontrollers

Common Memory Partition Areas in Microcontrollers

Follow+Star public number, don’t miss wonderful content Author | Xing Mo Editor | strongerHuang Seeing some friends discussing the topic of microcontroller memory, today I will describe the common partition areas in conjunction with STM32. In an STM32 program code, from high memory address to low memory address, the stack area, heap area, global area … Read more

Mastering STM32 Microcontroller Serial Communication

Mastering STM32 Microcontroller Serial Communication

To master the STM32 microcontroller, one cannot do without serial communication. Serial communication uses a protocol called the serial communication protocol to manage data transmission, which controls the data flow during transmission, including data bits, baud rate, parity bits, and stop bits. Due to its simplicity and ease of use, serial communication is widely applied … Read more

Unleashing Development Creativity with STM32: Driving the Development of Cloud-Connected Intelligent Terminals

Unleashing Development Creativity with STM32: Driving the Development of Cloud-Connected Intelligent Terminals

Observing the changes happening in the world today, one might find significant insights just by looking around at the devices. Smart meters that allow data queries via smartphones, wearable devices that continuously monitor health data, white goods with various sizes of screens for interactive upgrades, and even some devices that have begun to leverage AI … Read more

Understanding the Relationship Between ARM9 and STM32

Understanding the Relationship Between ARM9 and STM32

Recently, a friend asked: What is the relationship between ARM9 and STM32? If we turn back time 10 years, ARM9 and S3C2410 were quite popular, but the “new era” ARM processors like STM32 also emerged. ARM9 is an early ARM processor, while STM32 is a more popular processor in recent years. ARM Naming Rules The … Read more