Haha, it's not easy to be a part-time worker. I have a lot of workplace tips. I feel that my biggest weakness is that my feelings and work are inseparable. Sometimes I analyze work matters emotionally...
I want to make a software that can temporarily block the built-in HID driver under Windows XP. After blocking the HID driver and AUDIO driver, the USB keyboard, mouse, and USB headset cannot be recogn...
I want to make the fonts of all components larger. How can I do it? The modification parameters I found using find similar objects do not include the font size parameter? Please advise! ! As shown in ...
I made a dynamic LED display, connected to an industrial computer via 485, to display the data sent from the industrial computer via the serial port. When the industrial computer sends 1234, the LED d...
I have a design that requires an instrument. The output signal of the instrument is a 200-1000hz frequency signal. If I use the microcontroller to directly capture the frequency and detect the signal,...
We have come a long way from the 2G era, and now 5G is about to be commercialized. Suddenly, we realize that time has passed quickly, but technology has never stopped. The activation of 5G heralds ...[Details]
Recently, there was news that the US government asked Google to shut down the Android operating system for ZTE phones. After that, some people even imagined what the consequences would be if Intern...[Details]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[Details]
This small program is still the use of timer, which is relatively simple. The specific parts are noted in the comments, please refer to the comments. /*********************************************...[Details]
In recent years, the application of high-brightness LED has developed rapidly, especially in signboards and traffic lights. For automotive applications, LED is also very attractive. Long life, shock ...[Details]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[Details]
STM32 Watchdog Summary I have been adjusting the development board of Atom Brother for more than a year, and it is basically usable, but I still don't understand the working mechanism of some basi...[Details]
At this exhibition, Microsoft brought its flagship intelligent voice products - XiaoIce and Xiaona. In addition, the voice will be equipped with an intelligent face recognition system. Let's see ho...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
On November 1, 2017, the General Administration of Quality Supervision, Inspection and Quarantine and the Standardization Administration of China announced 585 approved national standards and two n...[Details]
In the first quarter of 2014, Inspur's
server
shipment market share reached 19%, ranking first in China and fifth in the global market. This is the first time a Chinese manufacturer has ach...[Details]
Recently, the incident of Orange Peel unlocking fingerprint recognition has been all over major social forums and media. Many mobile phones have not escaped this bug. Many people said that they felt ...[Details]
The two-byte compressed BCD code is converted to a two-byte binary number. The algorithm is as follows: BCD code abcd=1000a+100b+10c+d=10{10 +c}+d. After separating each BCD code, it can be converted...[Details]