Microbit | Sensor Series 22 – SMD RGB Light Sensor

01 Introduction The SMD RGB light is a three-color LED light made using SMD technology (Surface Mount Technology). Specifically, it packages one red, one green, and one blue light-emitting diode into a light module, which is then soldered onto a PCB using SMT solder paste to create a unit module. This technology improves the durability … Read more

Design of a Simple Temperature Control System Based on STM32 with LCD1602 Display Simulation

Click the blue text to follow us Design of a Simple Temperature Control System Based on STM32 with LCD1602 Display Simulation (Proteus Simulation + Program Design + Design Report + Explanation Video) Simulation Diagram Proteus 8.9 Compiler: Keil 5 Programming Language: C Design Number: C0108 1. Main Functions Temperature control system simulation design based on … Read more

Introduction to Raspberry Pi – 1. What is Raspberry Pi

Click the blue text | Follow me Hello! I am glad to have you follow the Industrial Novelist and watch videos here. Our platform offers a variety of video tutorials, starting from July 8, 2023, we have been updating every week on Mondays, Wednesdays, Fridays, Saturdays, and Sundays, aiming to provide more complete, systematic, and … Read more

New Book Recommendation | Principles and Applications of Embedded Linux Systems (Video Course Version)

Table of Contents Chapter 1 Overview of Embedded Systems (Video Explanation: 159 minutes, 7 episodes) 1.1 Introduction to Embedded Systems 1.1.1 Emergence of Embedded Systems 1.1.2 Definition, Characteristics, and Classification of Embedded Systems 1.1.3 Typical Components of Embedded Systems 1.2 Embedded Microprocessors 1.2.1 Introduction to Embedded Microprocessors 1.2.2 Mainstream Embedded Microprocessors 1.3 Embedded Operating Systems … Read more

The Japanese Operating System That Almost Dominated the World

In 1989, a magical high-tech house appeared on the streets of Tokyo, Japan, capable of independent thought, perception, and action. This house was equipped with thousands of sensors, continuously measuring temperature, humidity, air pressure, wind speed, wind direction, rainfall, and light, allowing it to automatically turn on lights, open windows to let in a pleasant … Read more

QP/C: An Event-Driven Framework Designed for Real-Time Embedded Systems

As an embedded developer, do you have a love-hate relationship with bare-metal programming? Are you overwhelmed by interrupts and questioning your life while writing state machines? Let’s get to know QP/C: a lightweight asynchronous event framework that transforms MCUs into “thinking” entities, allowing you to elegantly manage complex logic and say goodbye to “interrupt hell”! … Read more

High-Performance Numerical Computing Engine

Author:Tian Feng “The Snow Walker” Full Text Editor’s Note: “Industrial Software Cloud Strategy” is a monumental work edited by Qiu Shuiping, CTO of Huawei Industrial Software and Industrial Cloud, and Secretary-General of the Digital Industrial Software Alliance (DISA), co-authored by several experts from the DISA. This article is a chapter written by experts from Anshi … Read more

The First Major Pitfall of ICC in World of Warcraft Classic: The Output of Blood DK Compared to Fury Warriors

The World of Warcraft: Wrath of the Lich King Classic is about to enter the P4 phase. Today, let’s discuss a very niche DPS specialization in the level 80 version of World of Warcraft—output Blood Death Knight (DK). Some players, both domestic and international, have complained about it, calling it thefirst major pitfall of Wrath … Read more

VLIW+SIMD: Decoding the Parallel Computing Genes of AI Chips

“IT有得聊”是机械工业出版社旗下IT专业资讯和服务平台,致力于帮助读者在广义的IT领域里,掌握更专业、更实用的知识与技能,快速提升职场竞争力。 点击蓝色微信名可快速关注我们! AI processors need to handle a large amount of parallel data, which requires a high degree of parallelism. There are various strategies for increasing the parallelism of processors, with common approaches including enhancing Instruction Level Parallelism (ILP), Data Level Parallelism (DLP), and Thread Level Parallelism (TLP). Enhancing Instruction Level Parallelism refers to increasing … Read more

Pillow-SIMD: The Turbocharged Version of Image Processing!

▼ Click the card below to follow me ▲ Click the card above to follow me Pillow-SIMD: Let Image Processing Take Off! In the world of digital image processing, speed has always been a topic of despair and obsession for programmers. Imagine you are processing a bunch of high-definition photos; traditional image processing libraries feel … Read more