It is said that the wireless communication module (GW200KB) can transmit 1.5Km. I want to use it for wireless communication. I read the manual and found only the pin description. Can anyone provide a ...
One of the most important specifications of an op amp is its input offset voltage. For many op amps this voltage can be ignored, but the problem is that offset voltage changes with temperature, flicke...
1. In the PCB substrate, the pads of the DIE must be aligned with the direction of the binding wire, and the lead-out wires must also be aligned with the pad direction. For each DIE, a cross pad must ...
I have an array of size 58000, which contains 58000 hexadecimal numbers. How can I write it to the SD card using the FAT16 system? Using the array, the microcontroller capacity is insufficient and ove...
I want to use ultrasound to measure the length of an object. The length range is about a few centimeters to tens of centimeters. I would like to hear the experience of experienced prawns in this area....
The previous article ( https://bbs.eeworld.com.cn/thread-1187454-1-1.html ) only analyzed the board based on the schematic diagram. This article will directly power it on and take a look.
The CB5654 d...
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[Details]
In recent years, in order to meet the needs of social development, more and more companies have entered the fields of smart phones, artificial intelligence,
VR
, AR, etc. After seeing the d...[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[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]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]