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

What Did People Use to Control Robots Before Microcontrollers?

What Did People Use to Control Robots Before Microcontrollers?

Since the advent of microcontrollers, controlling robots has become increasingly easier. However, before such excellent tools were available, how did engineers make robots move? Analog Computers 1 Before digital computers were invented, people built analog computers using vacuum tubes, capacitors, inductors, and resistors, which could perform many simple calculations and control tasks. An analog computer … Read more

Youth Robotics Technology Level Exam Theory Comprehensive Paper (Level 4) 2024-12

Youth Robotics Technology Level Exam Theory Comprehensive Paper (Level 4) 2024-12

Youth Robotics Technology Level Exam Theory Comprehensive Paper (Level 4) Score: 100 Questions: 30 1. Multiple Choice Questions (20 questions, 80 points total) 1. The following Arduino C program runs, under which condition will the serial monitor output “B”? ( ) A. score > 75 && score < 90 B. score > 75 || score … Read more

Getting Started With Arduino Programming (3rd Edition) PDF Download

Getting Started With Arduino Programming (3rd Edition) PDF Download

Author: [US] Simon Monk (Simon Monk) Translated by: Wang ChaoPublisher:Tsinghua University PressPublication Date: June 2023 Editorial Recommendation A new Arduino programming guide that requires no prior programming experience! This edition has been comprehensively updated to introduce how to quickly and easily write all programs based on Arduino models using a modified C language and the … Read more