20-pin SOIC-W, 19 Bussed Resistors; 100% tin (Pb-free) terminations
Absolute TCR Code
00 = ±250ppm/°C; 01 = ±100ppm/°C
02 = ±50ppm/°C; 03 = ±25ppm/°C
Resistance Code
4-Digit Resistance Code
Ex: 1002 = 10K , 50R1 = 50.1
(The USA style coding shown is preferred, but, historically, European style coding (e.g. 10K) may have been used.)
Absolute Tolerance Code
J = ±5%; G = ±2%; F = ±1%; D = ±0.5%
C = ±0.25%; B = ±0.1%
Optional Ratio Tolerance Code
G = ±2%; F = ±1%; D = ±0.5%;
C = ±0.25%; B = ±0.1%; A = ±0.05%
Packaging
Specify tubes or tape & reel.
Tape and reel packaging is compliant with EIA-481-D: 8 mm through 200 mm Embossed Carrier Taping and 8 mm and 12 mm Punched Carrier Taping of Surface Mount Components
for Automatic Handling.
Tube packaging drawing detail available upon request.
Live replay: TE explains the design trends of smart antennas and sensor application cases in the Internet of Things : https://training.eeworld.com.cn/course/5953...
[align=left][color=#333333]Use stm32f103c8t6 MCU to drive PDIUSBD12 [/color][/align] [font=微软雅黑][color=#333333]You can read the ID of PDIUSBD12 and connect it to the computer USB, but when I send the ...
The high bandwidth and low cost of wireless WLAN are the access technologies for high-speed wireless networking that meet this huge demand, making more and more areas provide wireless WLAN access serv...
Let's do an exercise directly and define a function to exchange the contents of two variables.
void swap(int *x, int *y);void main(){int x = 20, y = 10;swap(x, y);printf("x = %d, y = %d", x ,y);}void ...
1. The three major resources inside the microcontroller are: FLASH (program storage space also called ROM), RAM (memory), and SFR (special function register). Our operations on the microcontroller ar...[Details]
The concept of noise is very broad. In many cases, we regard the spectrum analyzer as a receiver, and noise and signal-to-noise ratio often mean the same thing. Noise does not appear directly in the ...[Details]
One of the important constraints in IC design is achieving the best combination of power, performance, and area (PPA). This article examines the components and design of a currently in-production Tru...[Details]
At present, the smoothing of power peak-valley differences, the safety, reliability and power quality of the power grid, the development of renewable energy and the development of smart grid technolo...[Details]
The physical balance is a commonly used teaching instrument with the advantages of flexible use, accurate measurement, easy maintenance, and durability. It is widely used in colleges and universities,...[Details]
1. Serial port connection 1. There is a USB to UART chip PL2303HX on the board, which can be connected to the laptop through the MINI USB port using a USB to MINI USB cable. 2. Install the USB to...[Details]
The expansion of single-chip microcomputer usually adopts the bus structure. Figure 1 is a typical single-chip microcomputer expansion structure.
The entire expansion system is based on th...[Details]
There are three types of batteries commonly used in UPS power applications : open liquid lead-acid batteries, maintenance-free batteries, and nickel-cadmium batteries. Factors that affect bat...[Details]
Recently, Leyard said in an institutional survey that Lijing's expansion plan was ahead of schedule mainly driven by demand. Since the launch of Micro LED, the order growth rate has exceeded expectat...[Details]
Some single-chip microcomputers (such as 8098) have special reset instructions. Although some enhanced MCS-51 system single-chip microcomputers do not have reset instructions, they have integrate...[Details]
The RCC (Ringing Choke Convertor) switching power supply has the advantages of few components, low cost, no need for external clock control, working in a critical continuous state, and can easily...[Details]
According to Taiwan's Economic Daily, the success of semiconductor analysis laboratory giant Hong Kang Technology's third-generation semiconductors is mainly due to the growing demand from the mainla...[Details]
Introduction: The research on the fingerprint recognition system under Linux system, which is composed of FPI fingerprint recognition module, Raspberry Pi main control module and AVR module, and uses...[Details]
GPIO (General Purpose Input Output) is a general-purpose input/output port; each GPIO port can be configured as input or output through software; the output is divided into push-pull and open-drain. ...[Details]