I am working on PN code tracking recently. I have read some papers. In addition to using shift registers to generate PN codes, there is another solution that uses ROM to directly store the calculated ...
A half-fixed ore. Unscrew the plug and see the tinfoil ball. Pick out the tinfoil and find the ore. You can DIY movable ore. Haha! By the way, is the diode in Figure 1 also a fixed ore?...
I usually need to enter the verification code on both sides... There may be two reasons: 1. Timeout. I don’t know how the forum is designed now. Does it start counting from the page generation? Then i...
Plastic turnover box as fish pond filter box
1. Consider a 3-layer DIY filter box. The box and pipes are purchased from 2 stores. The structure is based on the ones on the Internet and made by yoursel...
Zhao Jinghua Feng Guangzeng 1 Introduction Wireless communication and personal communication have experienced tremendous development from analog communication to digital communication, from FDMA t...
Like most things in daily life, the process of designing an embedded product must also start with determining the goal and clearly defining the product to be produced. Defining a product mainly descri...
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
LAN8720 configuration: IP: 192.168.192.30 Gateway: 192.168.192.1 A high frequency of ARP packets is detected The content of the packet asks for the mac address of 192.168.192.1, and asks the resp...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[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]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[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]
The independent watchdog of STM32 is driven by a dedicated internal 40Khz low-speed clock, that is, it is still effective even if the main clock fails. Here we need to note that the clock of the inde...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]