EEWORLDEEWORLDEEWORLD

Part Number

Search

0603B152K160NT

Description
Ceramic Capacitor, Multilayer, Ceramic, 16V, 10% +Tol, 10% -Tol, X7R, -/+15ppm/Cel TC, 0.0015uF, 0603,
CategoryPassive components    capacitor   
File Size328KB,7 Pages
ManufacturerAAC [American Accurate Components]
Websitehttp://www.aacix.com/
Download Datasheet Parametric View All

0603B152K160NT Overview

Ceramic Capacitor, Multilayer, Ceramic, 16V, 10% +Tol, 10% -Tol, X7R, -/+15ppm/Cel TC, 0.0015uF, 0603,

0603B152K160NT Parametric

Parameter NameAttribute value
Is it Rohs certified?incompatible
MakerAAC [American Accurate Components]
package instruction, 0603
Reach Compliance Codeunknow
capacitance0.0015 µF
Capacitor typeCERAMIC CAPACITOR
Custom functionsOther Size,Cap,Volt & 13\" Reel Available
dielectric materialsCERAMIC
high0.8 mm
JESD-609 codee0
length1.6 mm
multi-layerYes
negative tolerance10%
Number of terminals2
Maximum operating temperature125 °C
Minimum operating temperature-55 °C
Package formSMT
method of packingTR
positive tolerance10%
Rated (DC) voltage (URdc)16 V
series0603B(10/16V)
size code0603
Temperature characteristic codeX7R
Temperature Coefficient-/+15ppm/Cel ppm/°C
Terminal surfaceTin/Lead (Sn/Pb) - with Nickel (Ni) barrie
width0.8 mm
Multilayer Ceramic Chip Capacitors Products – NPO, X7R, Y5V
HOW TO ORDER
0603
N
101
J
500
N
T
Packaging Code
T = 7” reel/paper tape
Termination
N = Ag/Ni/SnPb
B = Cu/Ni/SnPb
B = Bulk
L = Ag/Ni/Sn
C = Cu/Ni/Sn
251 = 250V
501 = 500V
102 = 1000V
Voltage (VDCW)
100 = 10V
500 = 50V
160 = 16V
101 = 100V
250 = 25V
201 = 200V
APPLICATIONS
LC and RC tuned circuit
Filtering, Timing, & Blocking
Coupling & Bypassing
Frequency discriminating
Decoupling
Capacitance Tolerance (EIA Code)
B =
±0.1pF
F =
±1%
K =
±10%
C =
±0.25pF
G =
±2%
M =
±20%
Z = -20+80%
D =
±0.50pF
J =
±5%
Capacitance
Two significant digits followed by # of zeros
(e.g. 101 = 100pF, 102 = 1000pF, 103 = 10nF)
Dielectric
N = COG (NPO)
Size Code
0402
0805
0603
1206
B = X7R
1210
1804
F = Y5V
SCHEMATIC
L
W
T
1812
E
E
NPO
Ultra-stable
Low dissipation factor
Tight tolerance available
Good frequency performance
No aging of capacitance
X7R
Semi-stable High K
High volumetric efficiency
Highly reliable in high temp. applications
High insulation resistance
Y5V
High volumetric efficiency
Non-polar construction
General purpose, High K
DIMENSIONS
Size
Length (L)
Width (W)
Termination (E)
0402
.040±0.0002
1.00±0.05
0.020±0.002
0.50±0.05
.010+.002/-.004
0.25+0.05/-0.10
0603
0.063±0.004
1.60±0.10
0.03±0.004
0.80±0.07
0.015±0.006
0.40±0.15
0805
0.080±0.006
2.00±0.15
0.050±0.006
1.25±0.15
0.020±0.008
0.50±0.20
1206
0.125±0.006
3.20±0.15
0.063±0.006
1.60±0.15
0.025±0.008
0.60±0.20
1210
0.125±0.012
3.20±0.30
0.100±0.008
2.50±0.20
0.030±0.010
0.75±0.25
1808
0.180±0.015
4.50±0.40
0.081±0.010
2.03±0.25
0.030±0.010
0.75±0.25
1812
0.180±0.015
4.50±0.40
0.125±0.012
3.20±0.30
0.030±0.010
0.75±0.25
ELECTRICAL RATING
Dielectric
Capacitance Range
Capacitance Tolerance
Dissipation Factor
T.C.C.
Test Parameters (@25°C)
Operating Temperature
Insulation Resistance
≤100pF
>1000pF
NPO (COG)
0.5pF ~ 10nF
±0.1pF, ±0.25pF, ±0.50pF
±1%, ±2%, ±5%, ±10%
>30pF, 0.1% Max
0±30ppm/°C
1.0±0.2Vrms, 1MHz±10%
1.0±0.2Vrms, 1KHz±10%
-55 ~ +125°C @ 25°C
+25°C, 10GΩ min or 500Ω-F min,
whichever is less
X7R (BME)
100pF ~ 1µF
±5%, ±10%, ±20%
6.3V:
10V & 16V:
25V & 50V:
5.0%
3.5%
2.5%
Y5V
10nF ~ 10µF
±20%,
-20+80%
6.3V:
10V & 16V:
25V & 50V:
5.0%
3.5%
2.5%
0±15ppm/°C
1.0±0.2Vrms, 1KHz±10%
-55 ~ +125°C @ 25°C
+25°C, 10GΩ min or 500Ω-F min,
whichever is less
+30%/-80%ppm/°C
1.0±0.2Vrms, 1KHz±10%
-25 ~ +85°C @ 20°C
+25°C, 10GΩ min or 500Ω-F min,
whichever is less
570 West Lambert Road, Suite M, Brea, CA 92821
TEL: 714-255-9186 FAX: 714-255-9291
American Accurate Components, Inc.
1
SOPC custom peripherals (LED digital tube scanning) problem
[code]module Display(clk,data,addr,read_en,write_en,data_out,seg,lbit);input clk;input read_en,write_en;input [7:0]data;input [3:0]addr;output [7:0] seg;output [7:0] lbit;output [7:0]data_out;reg [7:0...
lxttian FPGA/CPLD
Looking for the serial channel program of msp430g2553
:funk::Sweat:I'm learning msp430g2553 recently. I have no problem with single-channel single sampling, but I'm looking for a program for sequence channels.......
qianhuang Microcontroller MCU
About the C51 built-in EEPROM
Now I need to use EEPROM to save some parameters. The program is written in KEIL C. Now I don't know how to save the parameters. Should I assign values directly? Or do I need to do something else to a...
allensun006 Embedded System
The problem of precise delay
I would like to ask how to achieve accurate delay? #define CPU_F ((double)1000000) #define delay_us(x) __delay_cycles((long)(CPU_F*(double)x/1000000.0)) #define delay_ms(x) __delay_cycles((long)(CPU_F...
两个人的烟火 Microcontroller MCU
“Eleven” PCB design experiences will benefit you for a lifetime!
[p=24, null, left][color=rgb(73, 73, 73)][backcolor=rgb(255, 255, 255)][font=微软雅黑][size=14px]1. If the designed circuit system includes FPGA devices, the pin assignment must be verified using Quartus ...
ohahaha PCB Design

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 121  2789  2676  2661  2430  3  57  54  49  26 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号