ESP32 Microcontroller Tutorial – Boot Process

ESP32 Microcontroller Tutorial - Boot Process

1. Concept Introduction 1.1 What is the Boot Process of a Microcontroller? The boot process of a microcontroller refers to a series of initialization steps that occur from the moment power is applied or the device is reset until the user code begins execution. Different microcontrollers have specific details in their boot processes, but most … Read more

How to Build a Spectrum Light for Microcontrollers

How to Build a Spectrum Light for Microcontrollers

Breadboard Community Disassembly Event, Drones, handheld oscilloscopes、 computers、 robotic vacuum cleaners、 smartwatches、 solid-state drives、 portable speakers, big and small prizes, lots of benefits, welcome to join! More details👈 [Disassembly] The Spectrum Light from My Memory Author: Maruko~, Source: Breadboard Community [Write Disassembly, Win Drone Event] I remember being interested in electronics in high school because … Read more

Course Development for Embedded Operating Systems Based on HarmonyOS

Course Development for Embedded Operating Systems Based on HarmonyOS

Project Construction Project Batch: Second Batch of 2021 Project Number: 202102278057 Project Type: New Engineering Construction Project Background of Project Implementation HarmonyOS is a next-generation smart terminal operating system that provides a unified language for the intelligence, interconnection, and collaboration of different devices, delivering a concise, smooth, secure, continuous, and reliable interactive experience across all … Read more

Embedded Direction Development and Employment Opportunities

This public class will provide a brief introduction to the market trends, employment opportunities, salaries, and technological developments in embedded systems. WeChat Group: Trial Class Time: December 3, 2023, Sunday, 19:30-20:30, time has been changed Live Streaming Method: WeChat mini-program “Yanfeng Network” live streaming, time moved to Sunday WeChat Group: – STM32 Embedded Software Basics … Read more

Essential Skills for Embedded Learning

Essential Skills for Embedded Learning

In today’s rapidly developing technological era, embedded learning has gradually become a popular field. Whether developing smart devices, IoT applications, or industrial automation systems, embedded technology is indispensable. To succeed in embedded learning, one must master some basic skills. 01 Fundamentals of Programming Languages 1. C/C++ Language 1. The C language is the core programming … Read more

Free Online Course: Embedded Systems and Applications – 14th Session Open for Enrollment!

Free Online Course: Embedded Systems and Applications - 14th Session Open for Enrollment!

Professor Wang Yihuai from Suzhou University, who has a deep collaboration with Arm Technology Education Program, is currently teaching the online open course “Embedded Systems and Applications” based on the Arm® Cortex®-M processor, which has been highly recommended by us. This course has now been recognized as a national quality course. Embedded systems are an … Read more

A Simple And Easy-To-Use Embedded Software Framework

A Simple And Easy-To-Use Embedded Software Framework

Hello everyone, today I am sharing an article about a microcontroller program framework. 1. Importance of Program Framework Many people, especially beginners, often write code without an overall plan, leading to increasingly messy code and constant bugs. Eventually, the code seems to run fine (it might actually be fine), but when adding a feature, a … Read more

Classic Beginner Project in Microcontroller Programming: Digital Clock Design

Classic Beginner Project in Microcontroller Programming: Digital Clock Design

Introduction The timer interrupt of the microcontroller can produce accurate timing, making it easy to implement the design of a digital clock using a microcontroller. This project is based on a 6-digit dynamic display and completed with buttons. It is also a typical training project in the process of learning microcontroller technology. The basic requirements … Read more

Understanding DMA in Embedded Systems

Understanding DMA in Embedded Systems

Click the blue text Follow us Due to changes in the public account’s push rules, please click “Read” and add “Star” to get exciting technical shares as soon as possible. Source from the internet, please delete if infringing DMA, short for Direct Memory Access, is a method for transferring data directly between memory and peripherals … Read more

Understanding the Relationships Between Microcontrollers, ARM, MCU, DSP, and FPGA

Understanding the Relationships Between Microcontrollers, ARM, MCU, DSP, and FPGA

Article Length: 8000 words, Content Quality: ⭐⭐⭐⭐⭐ 01 Clarifying the Differences First, “Embedded” is a concept without a precise definition; various books have their own interpretations. However, the main idea is the same: compared to general systems like PC, embedded systems are specialized systems with a streamlined structure, retaining only the necessary components in both … Read more