I had always thought that Huada was renamed Xiaohua, but today I checked the official website and found that they have their own official website. Xiaohua is Xiaohua, and Huada is its boss.Formerly th...
[i=s]This post was last edited by Bjdj on 2022-12-12 14:17[/i]Noise frequently occurs when controlling the direction or starting of the motor. I would like to know what causes this. I hope someone who...
[i=s]This post was last edited by damiaa on 2022-12-12 15:51[/i]ESP32 Ethernet Code Analysis
I recently developed a WiFi+mqtt product, and now I want to develop an Ethernet+mqtt product. The board is ...
I finally got the board today, and I have been looking for information for a long time. I would like to share it with you here.I wonder if you have found the information somewhere else. Please share i...
[i=s]This post was last edited by jinglixixi on 2022-12-13 14:55[/i]The ST NUCLEO-U575ZI development board is a development board for performance evaluation, but it needs to be configured with corresp...
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
I have been working on this i2c for several days. Many people on the Internet say that this is a problem with the ST package library, and they basically talk about the STM32F1 series of chips, and ev...[Details]
Recently, the relevant person in charge of the Energy Conservation Division of the Energy Conservation and Technology Equipment Department of the National Energy Administration said on the issue of...[Details]
At present, in the world,
the construction of
smart cities
is in the process of gradually landing from concept, and technology giants and investment giants are important participants in this...[Details]
First of all, security practitioners have never felt that AI can be used as deeply as today. Although Antelope Cloud is a platform manufacturer, it has always been interested in AI and AI- specific...[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]
Different models of PIC series microcontrollers have different watchdog settings. The following takes the PIC16F688 microcontroller as an example. 1. If WDTE=1 in the configuration word, the watchdog...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[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]
In mid-to-late 2016, a girl from Hubei came to Beijing alone, full of curiosity about
cloud computing
. The girl left the deepest impression on me was her lovely smile. She told me that if ...[Details]
Use the STM32 timer input capture module to control 3-way ultrasonic sensors. The ultrasonic sensor used this time is the common HC-SR04, which is often used in the obstacle avoidance system of smal...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
Try to design a subroutine, whose function is to rearrange the 6 single-byte positive integers in the internal RAM pointed to by (R0) in ascending order. ;========================================== ...[Details]