Power delivery and power efficiency have become the biggest issues for large-scale computing systems. With the advent of ASICs and GPUs that handle complex AI functions, the industry has experienced a...
1. Use 51 single chip microcomputer to realize 2. Use lcd1602 to display distance 3. Need circuit diagram and program 4. Thank you loudly 5. Hope the program is simpler because I am a beginner and I a...
If the entire city was sealed off from the beginning, everyone was quarantined, no one was allowed to run around, all vehicles were stopped, and all intersections were blocked, however, there is no if...
Hey brothers, I just started learning microcontrollers and encountered a problem. I hope you can give me some advice. Thank you in advance. The microcontroller used is ATMEGA8L, and the compiler is IC...
[i=s]This post was last edited by qwqwqw2088 on 2019-6-26 08:32[/i]With recent technological advances and the shift to a digital grid, wireless connectivity is gaining traction as an extension of wire...
The OLED12864 I saw can use two protocols, one is SPI protocol and the other is IIC protocol. This time I used SPI protocol. This time I directly used GPIO to simulate the SPI protocol without using t...
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]
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[Details]
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
The Wassenaar Arrangement, everything started during the Cold War. Let's learn more about it with the embedded editor.
background
After the end of World War II, the United States ...[Details]
At the just concluded InfoComm 2018 exhibition, the two major brands, Zhongke Jiguang and China Hualu, both displayed three-color light source
laser TVs
. The outstanding color performance ...[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]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[Details]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
The T3 timer (8-bit) of CC2530 requires understanding of T3CTL, T3CCTL0, T3CC0, T3CCTL1, and T3CC registers. Timer 3/4 is an 8-bit timer with timer/counter/PWM functions. Timer 2, also known as MAC t...[Details]
T1 or T2 are two timers/counters of MCS-51 microcontroller. The first method can use two timers/counters to generate rectangular waves. In order to save interface resources, the second method is used...[Details]
By manually inputting single pulses to the /INT0 of the 8051 microcontroller one by one, an interrupt is requested to the microcontroller. Each time the microcontroller interrupts, it outputs 55H, AA...[Details]