DIY Full Process Design Based on ESP32 – Lesson 2-1: Syntax

DIY Full Process Design Based on ESP32 - Lesson 2-1: Syntax

1 Main Content Course Listening Address Scan to Follow Equipment Order 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 ③ Open the complete set of online videos for … Read more

DIY Full Process Design with ESP32 – Lesson 1 Programming Environment

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

Exploring Innovative Uses of ESP32

Exploring Innovative Uses of ESP32

A Favored MCU – ESP32 ESP32 integrates 2.4 GHz Wi-Fi and Bluetooth dual-mode, using TSMC’s ultra-low power 40nm process, suitable for various IoT application scenarios. 32-bit MCU & 2.4 GHz Wi-Fi & Bluetooth/Bluetooth LE Xtensa 32-bit LX6 single/dual-core processor, computing capability up to 600 MIPS 448 KB ROM 520 KB SRAM 16 KB RTC SRAM … Read more

How to Install Thonny Development Software

How to Install Thonny Development Software

01 Install Thonny Software 1. Problem/Goal   How to install the MicroPython development integrated environment? Below is a detailed installation guide for the software, and basic testing instructions can be found on the Thonny official website. 2. Basic Principles   One commonly used development environment software for MicroPython is Thonny, an open-source software developed by the University … Read more

Summary of National Level 3 Embedded System Development Exam Questions and Syllabus

Summary of National Level 3 Embedded System Development Exam Questions and Syllabus

National Computer Level Examination Level 3 Embedded System Development Technology Basic Requirements 1. Have basic knowledge of embedded systems, microelectronics technology, digital media, and computer networks. 2. Familiar with the architecture and functional characteristics of embedded microprocessors, and have a preliminary understanding of ARM assembly language programming. 3. Familiar with the components of embedded system … Read more

What Is Embedded Technology? Examples Explained

What Is Embedded Technology? Examples Explained

WeChat Search Technical Training We can compare embedded technology to a computer, which can achieve various functions through programming.Embedded technology can be customized and tailored according to specific needs to develop products that are small in size, low in power consumption, and have specific functionalities.This is a collective term for a series of technologies, involving … Read more

Important Considerations for C Programming in Embedded Systems – Screen Operations

Important Considerations for C Programming in Embedded Systems - Screen Operations

Word Count: 5600 Practical Index: ⭐⭐⭐⭐⭐ Considerations for C Programming in Embedded Systems – Screen Operations The problem to be solved now is that often in embedded systems, a complete Chinese character library is not used; instead, it is often necessary to provide a limited number of Chinese characters for essential display functions. Chinese Character … Read more

Principles and Applications of Embedded Systems Course

Principles and Applications of Embedded Systems Course

With the commercialization of 5G technology, the era of the Internet of Things is approaching. The fourth industrial revolution, represented by the Internet of Things, big data, and artificial intelligence, has begun, making smart hardware, mobile IoT, and edge computing hot areas for research and development. The principles and development methods of embedded systems have … Read more

Essential Mind Map for Embedded Learning

Essential Mind Map for Embedded Learning

If you want to do embedded testing, what content should you learn, and to what extent should you learn different content? As embedded learning classes start, more interested students come to us to understand that embedded testing is a promising direction for future development. However, from a learning perspective, what content should be learned in … 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