-
When debugging a microcontroller, it is a good way to debug the code by printing the value of variables through the serial port. This article will describe how to use the printf function in a PIC mic...[Details]
-
Since the introduction of component technology, how to effectively divide components and maximize software reuse has become a hot topic of research. The most important feature of component-based so...[Details]
-
//Library function configuration UART1_DeInit(); UART1_Init((u32)1000000, UART1_WORDLENGTH_8D, UART1_STOPBITS_1, UART1_PARITY_NO , UART1_SYNCMODE_CLOCK_DISABLE , UART1_MODE_TXRX_ENABLE); UAR...[Details]
-
1. Surface transfer impedance (SuRFaceTransferImpedance)
According to the IEC61196-1 method for testing coaxial cables, test
the
shielded
balanced cable, short-circuit 8 cores and excite ...[Details]
-
1. Introduction
In household appliances or industrial control, it is often necessary to change the power supply frequency according to changes in environmental conditions in order to obtain th...[Details]
-
1 Introduction
As a basic electronic device, the signal source is widely used in teaching, scientific research and technical support of the troops. As a general electronic test instrument, th...[Details]
-
Waldenburg (Germany), November 07 , 2023 - Würth Electronic releases a new application note: " ANP121 - Filtering and surge protection of the I 2 C bus " . In this new application ...[Details]
-
1. Conventional methods The various textbooks or programming application reference materials of AVR microcontrollers all introduce port bit operation methods, which are nothing more than macro defini...[Details]
-
Recently, Microchip CEO Ganesh Moorthy wrote an article introducing the six major trends he predicts for the future. Here are the details of the article: It is a privilege to work in this industry...[Details]
-
Imagine that in the not too distant future, you are driving a new car. It is an electric car with more advanced driver assistance systems (ADAS) features, internet connectivity, and various softwar...[Details]
-
Circuit Code #include reg51.h #define u8 unsigned char #define u16 unsigned int sbit BEEP=P2^3; void delay_ms(u16 x) // millisecond delay function {u16 i,j; for(i=0;i x;i++) for(j=0;j 115;...[Details]
-
The energy meter has evolved over a century: from mechanical meters to today's various types of electronic energy meters, including new prepaid energy meters, multi-rate energy meters, and el...[Details]
-
The DeeCamp 2019 AI training camp hosted by Sinovation Ventures has officially started and is accepting online registrations from now on. DeeCamp is committed to cultivating AI application talents wh...[Details]
-
In 2020, MediaTek shipped 351.8 million mobile phone chips, a year-on-year increase of 47.8%, and its market share jumped from 17.2% last year to 27.2%, making it the world's largest smartphone chip ...[Details]
-
Automotive electronics require that the storage system must be able to survive a vehicle accident - since a collision may cause the car's low-voltage system to lose power, storage requires a native...[Details]