Using Rust for Embedded Development

Using Rust for Embedded Development

Follow+Star PublicAccount, don’t miss exciting content Author | Papalymo Rust is a widely used programming language in the 21st century. One widely recognized aspect of Rust is that it can run on diverse targets, from desktop and server devices to resource-constrained embedded devices. What is Rust Rust is a language that empowers everyone to build … Read more

Embedded Linux Development: Common Techniques and Tips

Embedded Linux Development: Common Techniques and Tips

I am Lao Wen, an embedded engineer who loves learning. Follow me, let’s become better together! There are techniques everywhere in life, and embedded Linux development is no exception. If beginners understand these commonly used techniques in development, it can help you avoid many detours. These techniques are not limited to a specific development board … Read more

51 Microcontroller Traffic Light Controller Tutorial

51 Microcontroller Traffic Light Controller Tutorial

AD Package Library Component Library Collection:Package Library Resource Directory: This design is based on the 51 microcontroller traffic light controller, with control, start, and yellow light flashing (Proteus simulation + program). Simulation: Proteus 7.8 Program Compiler: Keil 4/Keil 5 Programming Language: C Language Number J012 Function Description: Timing control of LED lights; display and flashing … Read more

How to Systematically Learn Embedded Systems: Starting with Lighting a LED

How to Systematically Learn Embedded Systems: Starting with Lighting a LED

I often think back to that scene: late on a weekend night, under the dim light of a desk lamp, I stared at the faintly flickering LED on the experiment board, feeling both excited and anxious. Its blinking in the darkness seemed to give me immense encouragement and illuminated my path to exploring the embedded … Read more

Courses to Become a Robotics Engineer

Courses to Become a Robotics Engineer

Click the above“Beginner Learning Vision”, choose to add “Star” or “Top” Essential Knowledge Delivered First Hand First, machine learning and deep learning are two different fields from hardware, and I personally do not recommend learning them together, as it can lead to poor focus and results. Moreover, machine learning has a high mathematical requirement, and … Read more

Implementing Multi-Tasking Operations with Microcontrollers

Implementing Multi-Tasking Operations with Microcontrollers

Limited Time Resource Download:Reply “Tutorial” to get the microcontroller eBook, reply “Simulation” to get Proteus simulation materials, Baidu Disk group share link update time: 2016-05-2,if expired, please leave a message at the end of the article, do not leave a message in the background,you can also search for more resources you want in the background … Read more

STM32 Smart Home Project Design and Secure Boot Concepts

STM32 Smart Home Project Design and Secure Boot Concepts

Click on the “Microcontroller” above, then click the upper right corner… select “Pin/Star“Official Account to receive the latest tweets! Introduction Implementing High Cohesion and Low Coupling with C Language Microcontroller Study: Typical 8051 Chip Pins Secure Boot (Part 2) Basic Concepts and Framework STM32G4 NVIC Interrupt System STM32 Smart Home Project Design Project Practice Part … Read more

Microcontroller Simulating Linux Auto Initialization Process

Microcontroller Simulating Linux Auto Initialization Process

Follow+Star Public Account, don’t miss exciting content Source | Embedded Mixed Pot Typically, when we write programs, we follow this pattern: executing one function after another in a logical sequence. If the logic is very complex and involves many modules, then this sequential execution code can become quite bulky, with tight coupling between modules. In … Read more

Quick Start Guide to Embedded STM32 Practical Application 1080P

Quick Start Guide to Embedded STM32 Practical Application 1080P

1. Follow the above Jifeng Find Course WeChat official account, and click 【Like】 and 【Looking】 2. Enter 【Receive Course】 in the WeChat official account to obtain the materials for this guide. Resources are from Baidu Cloud Drive Embedded STM32 Practical Application Quick Start Embedded STM32 Practical Application Quick Start STM32 is a 32-bit microcontroller developed … Read more

An Open Source Lightweight Embedded Software Development Framework

An Open Source Lightweight Embedded Software Development Framework

1. Introduction to Zorb The Zorb Framework is a lightweight embedded framework built on the principles of object-oriented design. The purpose of building the Zorb Framework is to enable rapid application development on chips that cannot run Linux, avoiding the need to reinvent the wheel. The initial design features of the Zorb Framework include: 1. … Read more