Advanced Embedded Systems: Top Open Source Projects!

Advanced Embedded Systems: Top Open Source Projects!

In learning about embedded systems, projects are quite important, as practice leads to true understanding. Here are several top-rated open-source projects. Hardware-Software Integration 1. ElectronBot: A desktop-level small robot based on STM32. https://github.com/peng-zhihui/ElectronBot/tree/main 2. AVEM: A lightweight drone based on STM32. https://github.com/avem-labs/Avem-HUD 3. SoftWareSerial: Software serial port simulation for STM32 IO ports. https://github.com/TonyIOT/SoftWareSerial 4. STM32 … Read more

Getting Started with Embedded Systems Using ChatGPT

Getting Started with Embedded Systems Using ChatGPT

What has been the hottest topic in the last two months? I believe ChatGPT is definitely among them. How hot can this thing be? I used to think it was only popular in the internet and technology fields, until recently, when even our local government’s public account and community started posting content related to ChatGPT… … Read more

Embedded System Software Vulnerabilities and Security Isolation

Embedded System Software Vulnerabilities and Security Isolation

▲ Click Above to Follow STM32 In the past, developers often overlooked the security issues of embedded devices when discussing them, assuming that embedded devices are not easily susceptible to network attacks and are not targets for hackers, or that simply implementing encryption and authentication suffices for adequate security. However, in today’s world of the … Read more

Embedded Systems Principles and Development Case Studies

Embedded Systems Principles and Development Case Studies

Embedded Systems Principles and Development Case Studies Innovation and Responsibility: The “Core” Path of Embedded Systems School of Artificial Intelligence Lin Jianping Members: Yu Jinghua, Dai Lu 1. Course Introduction (1) Course Overview This course was approved as a provincial-level online and offline hybrid first-class course in 2023. The course closely aligns with our school’s … Read more

Setting Up an Embedded Development IDE with VS Code

Setting Up an Embedded Development IDE with VS Code

Scan to FollowLearn Embedded Together, learn together, grow together Introduction When I first started using STM32, I used Keil as my IDE. Due to my previous experience with VS and Eclipse, I found it difficult to tolerate the rudimentary functionality of the Keil editor, which provided an extremely poor coding experience. Later, I tried various … Read more

Mastering STM32: Core Board Circuits and Programming Guide

Mastering STM32: Core Board Circuits and Programming Guide

Mastering STM32 Part Three: Core Board Circuits and Programming Mastering STM32 (Step 24) Core Board Circuit Analysis Mastering STM32 (Step 25) Lighting Up an LED Mastering STM32 (Step 26) More Methods to Light Up an LED Mastering STM32 (Step 27) LED Blinking Program Mastering STM32 (Step 28) LED Breathing Light Program Mastering STM32 (Step 29) … Read more

Comparative Analysis of Four STM32 Libraries: Register, Standard Peripheral Library, HAL, and LL

Comparative Analysis of Four STM32 Libraries: Register, Standard Peripheral Library, HAL, and LL

Follow+Star Public Account Number, don’t miss the wonderful content Author | strongerHuang WeChat Public Account | strongerHuang 1. Should I choose register development for STM32, or the Standard Peripheral Library? 2. Do you have the STM32L0 Standard Peripheral Library? 3. What are the differences between HAL and LL libraries? … Now, let’s discuss the four … Read more

Build Your Own STM32G4 Oscilloscope: A Step-by-Step Guide

Build Your Own STM32G4 Oscilloscope: A Step-by-Step Guide

With the rapid advancement of technology, the once bulky and heavy oscilloscope can now easily fit in your pocket, revealing the mysteries of the electronic world anytime, anywhere. This is not only a symbol of technological innovation but also the ultimate interpretation of portability and practicality. Recently, I discovered a striking small oscilloscope project whose … Read more

STM32 Home Environment Monitoring System Project

STM32 Home Environment Monitoring System Project

Project finished product images: Bilibili video link: https://www.bilibili.com/video/BV1oi42117dp/?share_source=copy_web&vd_source=097fdeaf6b6ecfed8a9ff7119c32faf2 (See the end of the article for data sharing) 01 — Project Introduction 1. Function Explanation STM32 Home Environment Monitoring System (Gizwits) Functions are as follows: 1) Detection Function: Environmental temperature and humidity data, smoke concentration data, PM2.5 concentration data. 2) Display Function: Display detected environmental data … Read more