First, the bandwidth. This is usually written on the probe, how many MHz. If the bandwidth of the probe is not enough, no matter how high the bandwidth of the oscilloscope is, it is useless, and it is...
void delay(unsigned int x) //about 1.5us{ while(x) { x--; } } void init_1820(void) { DS18B20_SET; DS18B20_CRL; delay(400); //more than 480us DDRC|=(1
It seems that there is a problem with the timing: ...
https://bbs.eeworld.com.cn/upfiles/img/20076/200761219310933.jpg The driver chip is ILI9320 SPI interface QVGA TFT LCD! We are further studying the source code part... yea!...
Dear friends, I am using EVC4.0, and I just started using it. When compiling a program, the following error occurs: fatal error C1189: #error: Database classes not supported in this library variant. I...
1. Structural featuresFPGAa. There are a large number of logic gates and triggers in the chip, most of which are lookup table structures, and the implementation process is mostly SRAMb. It can be quic...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 20:02[/i] LCD monitors are becoming more and more popular with users. Several major monitor manufacturers around the world have also turne...
This program is written to simulate the serial port hardware mechanism. When used, a timed interrupt can be set with a time interval of 1/4 baud rate. The receiving function is called once for ea...[Details]
DSP (digital signal processor) is used more and more frequently in today's engineering applications. There are three main reasons for this: first, it has powerful computing power and is capable of ...[Details]
In the previous series, we have listed some basic knowledge of C language in Tables 1 to 3. We hope that beginners can strengthen their memory of the above tables and gradually learn to use them wh...[Details]
Editor's note: In order to help technicians or engineers who have knowledge of PIC microcontroller assembly language quickly master the method of using C language to program PIC microcontrollers, t...[Details]
1 Introduction
Intelligent control instruments are one of the most commonly used controllers in industrial control. They are mainly aimed at a specific parameter (such as pressure, tempera...[Details]
Among the many members of the single-chip microcomputer family, the MCS-51 series of single-chip microcomputers has occupied the main market of industrial measurement and control and automation eng...[Details]
From the previous section, we have learned that the timer/counter in the microcontroller can have multiple uses, so how can I make them work for the purpose I need? This requires setting the timer/...[Details]
Capacitance Measurement
Used to verify that capacitors meet the manufacturer's specifications. For quality control, a group of capacitors may be placed in an environmental chamber and the cap...[Details]
Introduction
Automakers are working to reduce vehicle weight to reduce CO2 emissions and improve fuel efficiency. Designers are therefore seeking new technologies and design techniques that can...[Details]
With the widespread application of new services and technologies in the communications industry, the scale and capacity of operators' network construction are getting larger and larger, and the ris...[Details]
1 Introduction
Ultrasound refers to elastic vibration with a frequency higher than the audible frequency limit (i.e., in the frequency band above 20 kHz). The propagation process of this vib...[Details]
The invention of the steam engine ushered in the first conversion of internal energy and mechanical energy for mankind, and the birth of the internal combustion engine at the end of the 19th centur...[Details]
Introduction
Today, as IC (integrated circuit) has developed to a super-large scale, IC design based on IP (Intellectual Property) cores and their reuse are important means to ensure the ef...[Details]
1 Introduction to LED
With the development of science and technology, people have higher and higher requirements on automobile light sources. LED (Light Emitting Diode) has gradually attracted...[Details]
Zarlink Semiconductor has developed an ultra-low-power RF transceiver chip for pacemakers, neurostimulators, drug pumps, and other such implantable medical devices. It has high data rates, low power c...[Details]