How to Develop Embedded Windows?

How to Develop Embedded Windows?

I'm Lao Wen, an embedded engineer who loves learning. In the process of developing embedded products, due to business requirements, engineers need to use operating systems for task scheduling. In the field of embedded technology, the most commonly heard or encountered systems by engineers are embedded Linux or real-time operating systems (RTOS) running on microcontroller … Read more

Embedded Terminal Visual AI: The Future of Smart IoT

Embedded Terminal Visual AI: The Future of Smart IoT

On May 19th, the 4th “China Smart Home Expo (CSHE2018)” and the 9th Shenzhen (International) Integrated Circuit Technology Innovation and Application Exhibition (CICE2018) successfully concluded at the Shenzhen Convention and Exhibition Center. During the concurrent event “Smart Home: IoT Embedded Technology Ecological Summit Forum,” Liu Zhe, Product Director of Zhongke Chuangda Software Co., Ltd., delivered … Read more

Differences Between 51, STM32, and Linux LED Control

Differences Between 51, STM32, and Linux LED Control

Follow+Star Public Number, don’t miss out on exciting content Arrangement | strongerHuang WeChat Public Account | Embedded Column The first “project” for embedded beginners is LED control. In this article, we’ll explore the differences between 51, STM32, and Linux LED control. 51 LED Control 51 LED control is a popular choice for many microcontroller beginners, … Read more

Understanding Current Backflow in Embedded Systems

Understanding Current Backflow in Embedded Systems

01 In embedded development, current backflow is an easily overlooked issue that can lead to serious consequences. This chapter will delve into the causes, impacts, and how to identify and prevent this issue in practical engineering. The issue of current backflow rarely occurs during the 5V single-chip microcontroller era, mainly because the IO withstand voltage … Read more

Principle of OTA Upgrade for Embedded Devices

Principle of OTA Upgrade for Embedded Devices

1. Background There is no perfect software; due to design flaws and business requirement updates, software is constantly being upgraded and improved. This article focuses on how to replace the currently running old software with new software, especially for electronic products where Over-the-Air (OTA) upgrades are constrained by hardware resources, necessitating different solutions for software … Read more

Exploring the Innovative NumWorks Graphing Calculator

Exploring the Innovative NumWorks Graphing Calculator

The graphing calculator is a niche market, with the main players being Casio and TI (Texas Instruments). Currently, the major issues with these two giants are their lack of aesthetic appeal, slow hardware and software iterations, and relatively closed systems. The NumWorks graphing calculator is quite impressive, offering a high level of playability, and its … 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

Common Computer Terms in Embedded Programming

Common Computer Terms in Embedded Programming

I am Lao Wen, an embedded engineer who loves learning. Follow me to become even better together! Source | Internet Layout | strongHuang Every industry has its professional terms, which can sometimes be confusing for outsiders. The computer industry is no exception, especially some terms that are translated from English, which can be quite frustrating … Read more

Comparison Analysis of Common Embedded Processors

Comparison Analysis of Common Embedded Processors

Welcome FPGA engineers to join the official WeChat technical group. Clickthe blue textto follow our FPGA home – the best and largest pure engineering community for FPGA engineers in China. Introduction to Embedded Processors Embedded processors are the core of embedded systems, serving as the hardware units that control and assist system operations. Their range … Read more

Master Linux Driver, Kernel, and Application Compilation in 5 Minutes

Master Linux Driver, Kernel, and Application Compilation in 5 Minutes

As a newcomer to embedded Linux, many questions arise during the learning process. How do I compile a driver program? How do I load it into the kernel? This article will introduce some basic operations for embedded Linux development, guiding you step by step to master the compilation of drivers, kernels, and applications. Little Wang … Read more