I know that colors are made of three different colors, R, G, and B, and are mixed in different proportions. In my program, the intensity of R, G, and B is achieved by changing the duty cycle. There is...
[i=s] This post was last edited by dontium on 2015-1-23 11:42 [/i] Link: [url]deyisupport./blog/b/analogwire/archive/2013/11/08/51567.aspx [/url] The differential interface in the title, differential ...
I am currently working on something that uses stm32 to send pulses to a motor. The motor is required to be positionable, speed-adjustable, and have encoder feedback. How many timers are needed to comp...
Recently, I used the stm32f407 and lan8720a chips to make an mqtt client board. mqtt uses the client version of lwIP, which is integrated with the freeRTOS and iwIP solutions of stm32cube. At the begi...
I used the routines in 430ware, but when I debugged, the values in the results array were all 0, which means they were not read. The register values were normal. I saw an error saying: cannot load fro...
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
Artificial Intelligence (AI) is undoubtedly the hottest topic in the technology industry in the past one or two years. In addition to the huge investments made by technology giants, financial and o...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
With the large-scale development of the domestic household photovoltaic market and the improvement of component and inverter technology, the system cost has dropped significantly in the past year. The...[Details]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[Details]
The Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
Interrupts and timers implement a 24-hour clock. The program is as follows: #include reg52.h #define PORTLEN P0 sbit bit_select = P2^0; sbit seg_select = P2^1; unsigned char src = {0x3f,0x06,0...[Details]
Using AT89S51 microcontroller, modify the original one to turn the LED on for 4s and off for 2s. Thank you. Use a timer. (The program is written in the answer, omitted here - just a note) The origi...[Details]