DIY Full Process Design Based on ESP32 – Arduino Functions 4

DIY Full Process Design Based on ESP32 - Arduino Functions 4

1 Main Content Course Listening Address Scan to Follow Equipment Ordering Address Scan to Follow 2 Course Outline 3 Open Course Cooperation for Organizations and Schools ① Provide the complete set of course PPT source files ② Provide the complete set of course program source files ③ Enable online video for the complete course, with … Read more

Enjoy Arduino & Python Programming This Summer

Enjoy Arduino & Python Programming This Summer

Another summer vacation has begun! What should we let the kids play with this summer? Learning, traveling, summer camps… Must have, but we can also play with something different! By combining graphical programming with main control boards, sensors, and various electronic components, we can create interesting maker projects and become little makers this summer! Our … Read more

Lesson 7: Learning Arduino with Kids – Digital Tube 01

Lesson 7: Learning Arduino with Kids - Digital Tube 01

Task for This Lesson: 1. Learn the internal principles of the digital tube. 2. Correctly distinguish between common cathode and common anode digital tubes. 3. Master the wiring and programming methods for the digital tube. 4. Program to control the dynamic display of numbers from 0 to 9 on the digital tube. Hardware Wiring: Common … Read more

Detailed Explanation and Precautions for H-JTAG Debugging

Detailed Explanation and Precautions for H-JTAG Debugging

1. Introduction to H-JTAG: H-JTAG is a simple and easy-to-use debugging proxy software, similar in functionality to the popular MULTI-ICE. H-JTAG includes three software tools: H-JTAG SERVER, H-FLASHER, and H-CONVERTER. Among them, H-JTAG SERVER implements the debugging proxy function, H-FLASHER implements the FLASH programming function, and H-CONVERTER is a simple file format conversion tool that … Read more

Practical STM32 Microcontroller Tutorial

Practical STM32 Microcontroller Tutorial

Course Details: This course mainly introduces the system design of the STM32 microcontroller through typical examples, combining software and hardware. It explains the process, methods, techniques, and design concepts of STM32 microcontroller application system development in a simple and easy-to-understand manner. This course comprehensively explains various technologies in microcontroller development through 26 module examples, including … Read more

Performance Characteristics and Usage Experience of Microcontrollers Commonly Used in Robotics

Performance Characteristics and Usage Experience of Microcontrollers Commonly Used in Robotics

Click above “China Command and Control Society” to follow us! Many friends who have just come into contact with robots or microcontrollers may be confused by the various types of microcontrollers. What are the differences between them? Which microcontroller is better for controlling robots? Once we choose a microcontroller, what shortcuts can we take to … Read more

How to Use USB to Program the Chuangxue Multifunctional ARM7 Experiment Box

How to Use USB to Program the Chuangxue Multifunctional ARM7 Experiment Box

1. LPC2103 Download (Programming) Methods Programming the FLASH memory of LPC2103 can be achieved through the following three methods: 1) Using the built-in serial JTAG interface 2) Using In-System Programming (ISP) and UART 3) Using In-Application Programming (IAR) functionality In this manual, we will mainly explain the two downloading methods: JTAG interface and ISP + … Read more

Master These Two Microcontroller Programming Concepts

Master These Two Microcontroller Programming Concepts

Recommended to follow 👇 the public account below to learn more electronic technology knowledge! 1. Layered Thinking The idea of layering is not a mysterious thing; in fact, many engineers working on projects are already using it. After reading many posts, I found that this concept was not mentioned, yet the layered structure is indeed … Read more

How to Automatically Run a Specific Program After Booting ARM Linux

How to Automatically Run a Specific Program After Booting ARM Linux

The command for system services is saved in the /usr/etc/rc.local file of the development board’s root filesystem. Some development boards need to hold down ctrl+c to enter the Linux SHELL prompt after booting to automatically run graphical interface programs. In fact, you can achieve the goal of automatically running user applications at boot by commenting … Read more