I want to make an at80c51 board, but I don't know what burner to use, and I don't know how to burn the program. Can anyone tell me how to make an at80c51 burner, or what kind of burner to buy, and how...
When a computer starts the operating system, it loads the system on the disk into the memory and runs it. Does the microcontroller have a similar operating mode?...
The microcontroller controls the temperature in a box. What device should be used to increase the temperature? 5V and 12v are preferred. Please give me some advice!...
[i=s]This post was last edited by Hu Doudou's Spring on 2017-5-1 19:37[/i] [size=6]What is the difference between these two? What do the struct and enum in these two mean? How should these two be used...
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]
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]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
All relevant units:
In accordance with the relevant requirements of the provincial and municipal electric vehicle charging infrastructure construction work, in order to further standardize the...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[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]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
As shown in the figure, the circuit is required to count and display the number of times the button is pressed. When the button is pressed once, the count value increases by 1 (it is required to accu...[Details]
#include avr/io.h #include avr/interrupt.h int main() { DDRB|=0X20;//Set PWM waveform output, connected to port PB5, see the comment of OCR1A=15625 for details DDRE=0X04; PORTE=0X04; DDRA=0XFF; P...[Details]
The data provided by the International Federation of Robotics (IFR World Robotics) well demonstrates the growth momentum of industrial robots around the world. Let's follow the industrial control e...[Details]
AI
chips are becoming a new trend in the industry. On November 15, Qualcomm announced that it would invest in nine Chinese AI algorithm + chip innovation companies. Let's follow the network c...[Details]
The three most common treatments for tumors are surgery, chemotherapy, and radiotherapy. Surgery is more invasive and difficult to operate on some parts of the body. Chemotherapy uses chemical drugs ...[Details]
/********************************************************************** Read LCD status word to STA function: used to judge busy or idle before writing data or commands to the LCD *****************...[Details]