Title: Drive the digital tube to display dynamically, and move from right to left on 8 digital tubes and display the number "2019" cyclically. Use the toggle switch or key as the external interrupt re...
First of all, I felt novel when I saw this level test, and then I thought of the kids of engineers in our forum... Then I thought of the ESP32 development environment that was complained by engineers,...
I suddenly had the urge to do a series of topics on sound visualization. This topic is a bit difficult and covers a wide range of areas. The related FFT and FHT algorithms are also quite complicated, ...
Combined with the P2P motion control mode and DDA interpolation algorithm integrated in the computer programmable automation controller (CPAC) platform, the corresponding two-axis motion control pr...[Details]
ARM programming model Hardware: Schematic Software: Architecture, Instruction Set, Register Set 【ARM programming technology】 Assembly/C language compiling, linking, burning and debugging window...[Details]
Recently, many people in the industry have complained to reporters that they encountered "weird" customers when installing distributed photovoltaic systems. Since many owners do not understand sola...[Details]
1 Introduction
Automatic escalators are widely used in large shopping malls, supermarkets, airports, subways, hotels and other places. Most escalators work at rated operating conditions wh...[Details]
Since 2007, all new designs of home appliance manufacturers must comply with the IEC60335 safety standard. In order to ensure the safety and reliability of home appliances, especially that equipment...[Details]
The microcontroller source program is as follows: #include REG52.H //Includes header files related to 51 MCU #define uchar unsigned char #define uint unsigned int /*================== Definition of...[Details]
1 Introduction
Since the late 1980s, when variable frequency speed regulation technology entered the historical stage of industrial transmission, it has become the most influential industr...[Details]
Under normal conditions, the forward and reverse resistances between AK and AG of a unidirectional thyristor are relatively large (in the hundreds of kilo-ohms); the forward and reverse resistances b...[Details]
This is the interrupt timer principle of 51 MCU that I summarized, and I will attach the attachment later. This is my first post, so please forgive me for any shortcomings! The text I summarized is ...[Details]
Baud rate configuration can set the baud rate for UART operation through the configuration registers UART_IBRD and UART_FBRD. The baud rate calculation formula is: current baud rate = UART reference ...[Details]
Required software packages:
tmake-1.11.tar.gz(tmake-1.13)
qt-embedded-2.3.7.tar.gz
qtopia-free-1.7.0.tar.gz
qt-x11-free-2.3.2
(Note: the qt/x11 version must be older than the qt...[Details]
1. Application Examples 1.1 System Function Use STM8's USART for self-transmission and self-reception (short-connect the transmit pin RXD to the receive pin TXD), send data: 0, 1, 2... data, and...[Details]
In life, people are always willing to take on some activities with higher risk factors. For example, some companies develop various protective equipment to cushion various collisions, ranging from mo...[Details]
Since the current A/D converters with more than 12 bits are expensive, people are looking for new ways to replace them, and V/F converters are a good choice. Since V/F converters have the character...[Details]
The alarm problem after replacing the servo motor encoder may be caused by many reasons.
1. Basic knowledge of servo motor encoder
The role of servo motor encoder
A servo...[Details]