(1) To complete KEMET part number, insert M for ± 20% or K for ± 10%. Designates Capacitance tolerance.
(2) To complete KEMET part number, insert T = 100% Matte Tin (Sn) Plated, G = Gold Plated, H = Standard Solder coated (SnPb 5% Pb minimum). Designates
Termination Finish.
Refer to Ordering Information for additional detail.
Higher voltage ratings and tighter tolerance product including ESR may be substituted within the same size at KEMET's option. Voltage substitution will be marked
with the higher voltage rating. Substitutions can include better than series.
[i=s] This post was last edited by paulhyde on 2014-9-15 03:19 [/i] Please advise me, what will be the power supply questions this year? What components should I buy?...
Many articles simply introduce the calculation of the phase shift angle of a single-stage RC phase shift circuit. The phase shift angle is arctg(wRC). However, as shown in the figure below, how to cal...
MCU low power consumption1. What is the difference between Shuroff Mode and Stop Mode? In what cases should Shutdown Mode or Stop Mode be used?2. What is the difference between Deep Sleep Mode and Sle...
First of all, you must learn discrete components well and thoroughly. For example: resistors, capacitors, diodes, voltage regulators, triodes, comparators, op amps, MOSFETs, etc. Discrete components a...
The keyboard is a switch matrix composed of several keys. It is the most commonly used input device for microcomputers. Users can input instructions, addresses and data into the computer through the k...
When conducting a secondary screening of electronic components, I saw a document that divided integrated circuits into two categories: hermetic and non-hermetic. However, after checking the national m...
China Energy Storage Network News:
On April 24, State Grid Corporation of China (hereinafter referred to as "SGCC") and China Southern Power Grid Co., Ltd. (hereinafter referred to as "CSGC")...[Details]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
When
artificial intelligence
can help humans take on some work, we always divide the responsibilities of both parties very clearly. When humans work, we rarely see
artificial intelligen...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
Development Background: 1. Main chip - STM32F207VCT6; 2. TCP/IP protocol stack - LWIP, transplanted based on ST routines; 3. Operating system - none (bare metal); Anomalies: 1. Power on the device wi...[Details]
I used STM32CubeMX V4.22.1 to generate a project including EHT and Lwip. The debugging has been abnormal. After careful inspection, the following problems were found: 1. The hardware uses LAN8720A, b...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[Details]
With the implementation of the first version of the NR sub-6GHz draft of 3GPP in December 2017, and the subsequent Phase 2 drafts, semiconductor manufacturers and terminal manufacturers began to ...[Details]
This is also a routine in the development board, with explanations of the key points. The program is as follows: /********************************************************* Program notes: First...[Details]
On Sunday, the South Australian government unveiled plans to build the world's largest virtual power plant, which will connect at least 50,000 homes over four years and have a capacity ...[Details]
In recent years, in addition to Huawei Kirin
chips
in the mobile phone industry
, Xiaomi's own processor Pengpai S1, AI
chip
start-ups such as Cambrian, Horizon, and Deephi Technolo...[Details]
Use the STM32 timer input capture module to control 3-way ultrasonic sensors. The ultrasonic sensor used this time is the common HC-SR04, which is often used in the obstacle avoidance system of smal...[Details]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
This example sets up a button to adjust the square wave of different frequencies (multiples of 100) from 100-1000hz. In addition, serial port communication is added, and the corresponding frequency c...[Details]
T1 or T2 are two timers/counters of MCS-51 microcontroller. The first method can use two timers/counters to generate rectangular waves. In order to save interface resources, the second method is used...[Details]