LED fluorescent lamps are increasingly entering people's lives with their unique advantages. What are the advantages of this kind of lamp? Let's take stock today.
First of all, LED fluorescent lamps d...
[align=left][font=宋体][size=12pt][color=#000000]I have a few questions, can anyone help me? [/color][/size][/font][/align][align=left][font=宋体][size=12pt][color=#000000]1. Does the module support MQTT ...
IAR edit frame splitting is something that many people have tried, but it is still very practical for people who debug large programs. I like it more! 1. This is the main interface2. Click window--spl...
I recently noticed that most of the routines released by TI, ST and other manufacturers for their MCUs are from IAR. It may be that everyone is using IAR. Does MDK have any disadvantages? Can IAR be d...
In order to facilitate the use of UF2, the UF2 Bootloader of the PYBNano board is specially compiled. You only need to download the dfu firmware to the PYB Nano development board through the DFU metho...
[i=s]This post was last edited by zcgzanne on 2016-9-14 11:23[/i] [align=left][font=宋体]During a group chat[/font]NMG[font=宋体] mentioned Raspberry Pi[/font], and[font=宋体]I said that I had installed my ...
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
China Energy Storage Network:
Blockchain + finance, blockchain + environmental protection, blockchain + insurance, even a roadside fried chicken shop is using the banner of blockchain + fried...[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]
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]
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]
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]
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]
On Sunday, the South Australian government unveiled plans to build the world's largest virtual power plant, which will connect at least 50,000 homes over four years and have a capacity ...[Details]
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[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]
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]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[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]
Internal channels of ADC: In addition to using external channels to collect external analog voltage signals, the ADC of STM32 also has two internal channels 16 and 17. Channel 16 is connected to ...[Details]
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]