I have been engaged in the integration of mobile phone test and calibration systems for some time, and I feel that the mobile phone transmission power is very different in different systems and protoc...
[i=s]This post was last edited by yhye2world on 2018-12-6 16:31[/i] May I ask: Where can I buy an LCD that matches the STM32F429IGT6? Requirements: 1. Price less than 150 yuan; 2. 7-inch capacitive sc...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 19:59[/i] [align=left][font=宋体][size=4]Traditional air purification products are either made up of chemical ingredients, or have toxic sid...
[i=s]This post was last edited by dominating on 2017-11-4 21:47[/i] In the LC filter design in the book, the capacitor and inductor values of the filter are very accurate. In reality, there are no suc...
It seemed that I couldn't connect to the website at all on the National Day. In the following days, when I opened it, I first jumped to the garbage website of Dongfang Hongyun. After closing everythin...
Shanghai American-funded enterprises are recruiting 2 RF engineers, with more than 2 years of relevant work experience (wireless, antenna industry). If you want to know more, you can send me a message...
International Solar Photovoltaic Network News: Chinese inverter company Sungrow announced that it will build a 3GW photovoltaic inverter manufacturing plant in Bangalore, the capital of Karnataka, ...[Details]
In the
AI
boom, the most talked about is
neural network
. However,
AI
is much more than that. Let's learn about the relevant content with the network communication editor.
...[Details]
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]
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
After searching a lot of information, I finally understood the time base timer. I did not use any library functions but operated the registers directly. The following introduces the systick in STM32...[Details]
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[Details]
As the weather gets colder, the way the north and south spend the winter has become a hot topic and people talk about it. Although the north is particularly cold, because there is heating, it can s...[Details]
Notes on inverter installation and maintenance:
1. Before installation, you should first check whether the inverter is damaged during transportation.
2. When selecting an installa...[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]
Summary of STM32 peripheral DMA usage: 1. Select DAM mode according to your needs: (1) Circular mode—DMA_Mode = DMA_Mode_Circular (2) Normal mode—DMA_Mode = DMA_Mode_Normal 2. For Chanel3 of DMA1, t...[Details]
ADC: 1. The ADC module inside STM32 has three ADC1, ADC2, and ADC3, which are independent of each other, so synchronous sampling can be performed. 2ADC input clock must not exceed 14MHz, it is genera...[Details]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]