This is the first post I made after the launch of the forum. I am very grateful to soso for his support. From now on, RT-Thread has a dedicated section in eeworld.
Maybe most of the eeworld netizens a...
As shown in the figure, the Karnaugh map given in the textbook basically has at most 4 variables. If you encounter a logic function with 5 or more variables, how should you draw the map? What is the w...
I only created one task, which contains while(1) { OSTimeDly(11); IO0SET=LED; OSTimeDly(11); IO0CLR=LED; }. In this task, OSTimeDly is called twice. The first call can switch to the idle task normally...
Automotive lighting continues to advance at a rapid pace. While LED light sources offer increased efficiency and unique vehicle styling, original equipment manufacturers (OEMs) are now enabling novel ...
There is such a code in the multi_rx.c routinesCANMessage.ulMsgID = 0x1001; // CAN msg IDsCANMessage.ulMsgIDMask = 0xfffff; // mask, all 20 bits must matchsCANMessage.ulFlags = MSG_OBJ_RX_INT_ENABLE |...
5. Identifiers and keywords of C language
A complete PIC microcontroller C language program usually consists of six parts: include files (i.e. header files 1, variable definitions, variable de...[Details]
I. Introduction
Since RS232 has a short communication distance (only 15 meters according to EAT/TAI-232 standard), and can only perform point-to-point communication, it cannot directly f...[Details]
Digital array radar (DAR) uses digital beam forming (DBF) in both receiving and transmitting modes to achieve flexible distribution and reception of RF signal power in the airspace, obtain excellent t...[Details]
TC9012F is a universal CMOS large-scale integrated circuit for infrared remote control signal transmission, suitable for remote control of TV, VTR, laser player and other equipment. In the market, ...[Details]
Printed circuit boards ( PCBs
)
are used in most electrical products
. If a PCB has low
insulation resistance
(IR), the performance of the circuits on the PCB will be greatly reduced...[Details]
Abstract: In recent years, with the establishment and grid-connected power generation of a large number of solar photovoltaic power stations at home and abroad, photovoltaic grid-connected inverter...[Details]
Liquid crystal display (LCD) panels have a wide range of applications, from small portable electronic devices to large fixed devices, including digital cameras, laptops, personal data assistants, d...[Details]
With the rapid development of cities and the improvement of citizens' living standards, the number of various vehicles in cities is growing, and the demand for parking spaces in major commercial an...[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]
When the so-called "copycat phones" that flood the domestic mobile phone market move towards large screens, stereo amplifiers, touch controls, and even GPS navigation and mobile TV, the homogeneity...[Details]
Electric bicycles have long been a means of transportation for lower-income groups due to their affordability. The largest concentrated expense in the use of electric vehicles is the cost of replac...[Details]
1 Introduction
Power supply ripple will interfere with the normal operation of electronic equipment, causing malfunctions such as computer crashes, data processing errors and control system fa...[Details]
At present,
the control system used in
automobiles
can be divided into three parts from the functional point of view:
sensor
unit, control unit and execution unit. Among them,
th...[Details]
1. Introduction
With the rapid development of computer technology, communication technology, and integrated circuit technology, the large-scale application of field control instruments and equ...[Details]
The number of timers/counters and interrupt sources directly determines the performance of the microcontroller. The MCS-51 microcontroller has two programmable 16-bit timers/counters and five inter...[Details]