-
Atomthreads is an open source real-time operating system. It was designed for STM8s when it was first created, and the author is still updating it. I think the latest major modification is to add sup...[Details]
-
In October this year, Huawei released the Watch Fit mini in Europe, a device with a smaller screen and a lighter body. According to digital blogger @菊厂影业Fans, Huawei will release this product in...[Details]
-
Preface In the previous section, we completed the 51 single-chip microcomputer to control LED lights and achieved the effect of flowing lights. In this section, we will learn to operate independent b...[Details]
-
From phones, office equipment, speakers, digital photo frames, TV controls, remote controls, GPS systems, car keyless controls, to medical monitoring devices, touch devices are everywhere! Touch te...[Details]
-
Introduction
Microcomputer relay protection has been widely used in China's power system, and protection devices based on different microprocessors continue to emerge. Most underground coal m...[Details]
-
It is reported that Freescale Semiconductor is currently expanding its Xtrinsic smart sensor solution series by adding MMA6900Q and MMA6901Q accelerometers to achieve advanced automotive active saf...[Details]
-
Hardware structure: VFD is a vacuum fluorescent display. Its structure and principle can be referred to the Microcontroller Audio Technology Network-VFD Application Guide, which details the principle...[Details]
-
Recently, the Human Resources and Social Security Bureau of Honghuagang District organized entrepreneurial guidance experts to visit Guizhou Zhixi Technology Co., Ltd., a company in the district, to l...[Details]
-
//---------------------------------------------------
#include
//---------------------------------------------------
//Redefine I/0 pin name
sbit led1=P0^0;
sbit led2=P0^1;
sbit led3=P0^2;
sbi...[Details]
-
MCU assembly language source code: ORG 0000H AJMP MAIN ORG 000BH LJMP INTT0 ORG 0030H MAIN: MOV SP,#60H ; establish stack area MOV PSW,#00H MOV R0,#20H ; RAM area first address MOV R7,#5FH ; Num...[Details]
-
The full name of acoustic emission in English: Acoustic Emission
The abbreviation of acoustic emission in English: AE
What is Acoustic Emission?
Acoustic emission is...[Details]
-
While we were still talking about "Although the national automobile market has seen a decline in sales, the new energy vehicle market has seen a high growth against the trend, and new energy vehicles...[Details]
-
To make printf() and scanf() work, we need to redirect printf() and scanf() to the serial port. Redirection means that users can rewrite C library functions by themselves. When the linker detects tha...[Details]
-
Portable power applications are broad and varied. Products range from wireless sensor nodes with average power consumption of only a few microwatts to in-vehicle medical or data acquisition systems...[Details]
-
1. Implemented through routing mode
If two PLCs belong to different network segments and have data communication needs, the most typical application is to achieve it through routing mode. On t...[Details]