Chat

Welcome to Flux

Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More

Explain project
Write a project description
Find schematic issues
Create a test plan
Simulate a circuit

Ready.


U10
U9
please explain what U8 does.

how do I connect the gate driver to a mosfet?
1y
@copilot please explain what U8 does.
1y
how do you connect the mosfet?
1y
The component U8 with the part number UCC27511DBVR is a single-channel, high-speed, low-side gate driver from Texas Instruments. Let's dive into its functionality and typical usage:
Functionality
  1. Gate Driving: The primary role of U8 is to drive the gate of a MOSFET or IGBT. It can source and sink current to rapidly switch the gate.
  2. High-Speed: Capable of operating at high frequencies, making it suitable for applications like switch-mode power supplies (SMPS), motor drives, and power inverters.
  3. Low-Side Drive: It drives the gate of an N-channel MOSFET or IGBT that is connected to ground (low-side).
Key Specifications
  • Input Thresholds: Compatible with both TTL and CMOS logic levels, allowing direct interfacing with microcontrollers and digital logic.
  • High Peak Output Current: It can source up to 4A and sink up to 8A, making it suitable for driving power MOSFETs or IGBTs.
  • Fast Switching: Delivers short propagation delay and fast rise/fall times, which ensures efficient switching.
  • Undervoltage Lockout (UVLO): Ensures reliable operation by disabling the output if the supply voltage drops below a certain threshold.
Pins Description
  • Pin 1 (VDD): Supply voltage input, typically connected to a 4.5V to 18V power source.
  • Pin 2 (OUTH): High-output driver channel; for high-side applications, but not used often in low-side configurations.
  • Pin 3 (OUTL): Low-output driver channel; this is typically connected to the gate of the MOSFET or IGBT.
  • Pins 4 and 5 (GND): Ground connections that should be connected to the system ground.
  • Pin 6 (IN-): Input signal that controls the gate driver's output. A logic high signal turns the MOSFET or IGBT on, while a logic low turns it off.
Typical Connection
  1. Power Supply: Connect U8:VDD to a 12V or 5V power rail, depending on your system voltage.
  2. Ground: Connect U8:GND to system ground.
  3. Gate Drive Output: Connect U8:OUTL to the gate of an N-channel MOSFET.
  4. Input Signal: Connect U8:IN- to the control signal from a microcontroller or other digital source.
Example Connections
  • Power (12V): Connect U8:VDD to a 12V power source.
  • Ground: Connect U8:GND to the system ground.
  • Gate: Connect U8:OUTL to the gate of your MOSFET Q1:GQ1:G.
  • Control Signal: Connect U8:IN- to the control GPIO pin (e.g., U1:GPIO18U1:GPIO18).
If you need a detailed connection guide with specific components from your project, I'd be happy to help further.
1y
Connecting a MOSFET using the UCC27511DBVR gate driver requires careful consideration of the connections. Here’s how you can do it:
Components Involved
  • U8: Gate driver (UCC27511DBVR)
  • Q1: MOSFET (AO3400A)
  • U1: Microcontroller (ESP32-DEVKITC-32UE), for control signals
Assumptions
  • Power Supply Voltage (VDD): 12V
  • Control Signal: From GPIO18 of U1
Connections
  1. Power Supply & Ground
    • Connect U8:VDD to the 12V power rail.
    • Connect U8:GND to the system ground.
  2. Input Signal
    • Connect U8:IN- to U1:GPIO18 (this GPIO will control the MOSFET).
  3. Output to MOSFET Gate
    • Connect U8:OUTL to Q1:G (the gate of the MOSFET).
  4. MOSFET Source & Drain
    • Connect Q1:S (source) to the system ground.
    • Connect Q1:D (drain) to the load or the point in the circuit you want to control.
Detailed Step-by-Step Connections:
  • Power Supply:
    • Connect U8:VDD to a 12V power source.
    • Connect U8:GND to the system ground.
  • Control Signal:
    • Connect U8:IN- to U1:GPIO18. This GPIO pin will provide the control signal to turn the MOSFET on and off.
  • Gate Drive Output:
    • Connect U8:OUTL to Q1:G (the gate of the MOSFET).
  • MOSFET Connections:
    • Connect Q1:S to the system ground.
    • Connect Q1:D to the load or the relevant part of your circuit.
Connection Summary
  • Connect U8:VDD to 12V power rail.
  • Connect U8:GND to the system ground.
  • Connect U8:OUTL to Q1:G.
  • Connect U8:IN- to U1:GPIO18.
  • Connect Q1:S to the system ground.
  • Connect Q1:D to the load.
Example
If an LED is part of the load, the connections would be:
  • Connect the positive side of the LED (anode) to a 12V supply.
  • Connect the negative side of the LED (cathode) to Q1:D.
With these connections in place, you can control the MOSFET with the ESP32's GPIO pin, using the UCC27511DBVR gate driver to ensure proper and efficient switching. If you have more specific requirements or additional questions, let me know!
1y
UCC27517AQDBVRQ1
1y
How do I connect it to a p-channel mosfet?
1y
The UCC27517AQDBVRQ1 is an automotive-grade, high-speed, low-side gate driver from Texas Instruments. Its functionality and connection strategy are quite similar to the UCC27511DBVR, with some enhancements for automotive applications.
Key Specifications
  • Input Thresholds: Compatible with both TTL and CMOS logic levels.
  • High Peak Output Current: It can source up to 5A and sink up to 6A, making it highly suitable for driving power MOSFETs or IGBTs.
  • Fast Switching: Ensures efficient switching with short propagation delay and fast rise/fall times.
  • Wide Supply Voltage Range: 4.5V to 35V, allowing flexible use in various applications.
  • Automotive Qualification: Meets AEC-Q100 standards, enabling use in automotive environments.
Pins Description
  • Pin 1 (VDD): Supply voltage input, typically connected to a 4.5V to 35V power source.
  • Pin 2 (OUT): Output driver channel; this is typically connected to the gate of the MOSFET.
  • Pin 3 (GND): Ground connection that should be connected to the system ground.
  • Pin 4 (IN): Input signal that controls the gate driver's output. A logic high signal turns the MOSFET on, while a logic low turns it off.
Typical Connection
  1. Power Supply: Connect U8:VDD to a suitable power rail (e.g., 12V).
  2. Ground: Connect U8:GND to the system ground.
  3. Gate Drive Output: Connect U8:OUT to the gate of an N-channel MOSFET.
  4. Input Signal: Connect U8:IN to the control signal from a microcontroller or other digital source.
Example Connections
  1. Power Supply (12V): Connect U8:VDD to a 12V power source.
  2. Ground: Connect U8:GND to the system ground.
  3. Gate: Connect U8:OUT to the gate of your MOSFET Q1:GQ1:G.
  4. Control Signal: Connect U8:IN to the control GPIO pin (e.g., U1:GPIO18U1:GPIO18).
Final Connections
  • Power Supply: Connect U8:VDD to 12V power rail.
  • Ground: Connect U8:GND to the system ground.
  • Gate Drive Output: Connect U8:OUT to Q1:GQ1:G.
  • Input Signal: Connect U8:IN to U1:GPIO18U1:GPIO18.
  • MOSFET Source & Drain: Connect Q1:SQ1:S to the system ground and Q1:DQ1:D to the load.
Connections Summary for MOSFET Using UCC27517AQDBVRQ1:
  • Connect U8:VDD to 12V power rail.
  • Connect U8:GND to the system ground.
  • Connect U8:OUT to Q1:GQ1:G.
  • Connect U8:IN to GPIO18 of the ESP32 ((U1:GPIO18)).
  • Connect Q1:SQ1:S to the system ground.
  • Connect Q1:DQ1:D to the load.
If you need further specifics or have more components to integrate, feel free to ask!
1y
To connect a P-channel MOSFET using the UCC27517AQDBVRQ1 gate driver requires some understanding of the differences in drive circuitry compared to N-channel MOSFETs. Here's how you can do it:
Components Involved:
  • U8: Gate driver (UCC27517AQDBVRQ1)
  • Q1: P-channel MOSFET
  • U1: Microcontroller (ESP32-DEVKITC-32UE), for control signals
Assumptions:
  • Power Supply Voltage (VDD): 12V
  • Control Signal: From GPIO18 of U1
Principle:
For a P-channel MOSFET, the source is connected to a positive voltage, and the drain is connected to the load. To turn on the MOSFET, you need to pull the gate voltage sufficiently below the source voltage (typically close to the ground).
Connections:
  1. Power Supply & Ground:
    • Connect U8:VDD to the 12V power rail.
    • Connect U8:GND to system ground.
  2. Input Signal:
    • Connect U8:IN to U1:GPIO18 (this GPIO will control the MOSFET).
  3. Output to MOSFET Gate:
    • Connect U8:OUT to Q1:G (the gate of the P-channel MOSFET).
  4. MOSFET Source & Drain:
    • Connect Q1:S (source) to the 12V supply.
    • Connect Q1:D (drain) to the load or the point in the circuit you want to control.
Detailed Step-by-Step Connections:
  • Power Supply:
    • Connect U8:VDD to a 12V power source.
    • Connect U8:GND to the system ground.
  • Control Signal:
    • Connect U8:IN to U1:GPIO18. This GPIO pin will provide the control signal to turn the P-channel MOSFET on and off.
  • Gate Drive Output:
    • Connect U8:OUT to Q1:G (the gate of the P-channel MOSFET).
  • MOSFET Connections:
    • Connect Q1:S (source) to the 12V power supply.
    • Connect Q1:D (drain) to the load or the relevant part of your circuit.
Connection Summary:
  • Connect U8:VDD to 12V power rail.
  • Connect U8:GND to the system ground.
  • Connect U8:OUT to Q1:G.
  • Connect U8:IN to U1:GPIO18.
  • Connect Q1:S to the 12V supply.
  • Connect Q1:D to the load.
Example:
If you're using an LED as the load, the connections would be like this:
  • Connect the positive side of the LED (anode) to Q1:D.
  • Connect the negative side of the LED (cathode) to the system ground.
With these connections in place, you can control the P-channel MOSFET using the ESP32's GPIO pin, with the UCC27517AQDBVRQ1 providing the necessary gate drive signals.
If you need more detailed assistance or further explanations for specific components in your project context, feel free to ask!
1y
how do you bias the driver for p-channel mosfet and n-channel mosfet?
1y
Biasing gate drivers for P-channel and N-channel MOSFETs involves ensuring that the gate is properly driven relative to the source voltage. Here's how to bias the UCC27517AQDBVRQ1 for both P-channel and N-channel MOSFETs.
For N-Channel MOSFET:
N-Channel MOSFETs require the gate-to-source voltage (VGSV_{GS}) to be positive to turn on. Here's a typical setup:
1. Driver Biasing:
  • Power (VDD/GND):
    • Connect the gate driver's VDD to a suitable power rail (e.g., 12V).
    • Connect the gate driver's GND to the system ground.
2. Connections:
  • Source (S) to Ground:
    • Connect the source of the N-Channel MOSFET to the system ground.
  • Drain (D) to Load:
    • Connect the drain of the N-Channel MOSFET to one end of the load.
    • Connect the other end of the load to the positive supply voltage (e.g., 12V).
  • Gate (G) to Driver:
    • Connect the gate driver's output to the gate of the N-Channel MOSFET.
3. Example Connections:
  • Connect U8:VDD to the 12V power rail.
  • Connect U8:GND to the system ground.
  • Connect U8:OUT to Q1:G.
  • Connect Q1:S to the system ground.
  • Connect Q1:D to the load, and the other end of the load to the 12V power rail.
  • Connect U8:IN to U1:GPIO18 for control.
For P-Channel MOSFET:
P-Channel MOSFETs require the gate-to-source voltage (VGSV_{GS}) to be negative to turn on. Here’s how you can achieve this:
1. Driver Biasing:
  • Power (VDD/GND):
    • Connect the gate driver's VDD to a suitable power rail (e.g., 12V) if it can handle high side drive or to the drain of the P-Channel MOSFET. Alternatively, use a PNP transistor or charge pump for high-side switching.
    • Connect the gate driver's GND to the system ground.
2. Connections:
  • Source (S) to Power Rail:
    • Connect the source of the P-Channel MOSFET to the positive supply voltage (e.g., 12V).
  • Drain (D) to Load:
    • Connect the drain of the P-Channel MOSFET to one end of the load.
    • Connect the other end of the load to the system ground.
  • Gate (G) to Driver (with Appropriate Biasing Network):
    • Connect the gate driver's output to the gate of the P-Channel MOSFET.
    • Use a pull-up resistor between the gate and source to ensure proper turning off of the MOSFET when the gate driver output is high.
3. Example Connections:
  • Connect U8:VDD to 12V power rail.
  • Connect U8:GND to the system ground.
  • Connect U8:OUT to Q1:G via a pull-up resistor (typically 10k to the 12V rail).
  • Connect Q1:S to the 12V supply.
  • Connect Q1:D to the load, with the other end of the load connected to ground.
  • Connect U8:IN to U1:GPIO18 for control.
Example Circuit for P-Channel:
  1. Pull-up Resistor for Gate Turn-off:
    • A 10kΩ resistor between Q1:G (gate) and Q1:S (source).
  2. Gate Drive:
    • Connect U8:OUT to Q1:G (gate).
  3. Power Supply:
    • Connect U8:VDD to 12V and U8:GND to ground.
Connection Summary: For N-Channel MOSFET:
  • Connect U8:VDD to 12V.
  • Connect U8:GND to ground.
  • Connect U8:OUT to Q1:G.
  • Connect Q1:S to ground.
  • Connect Q1:D to the load.
  • Connect other end of the load to 12V.
For P-Channel MOSFET:
  • Connect U8:VDD to 12V.
  • Connect U8:GND to ground.
  • Connect U8:OUT to Q1:G (via a pull-up resistor to 12V).
  • Connect Q1:S to 12V.
  • Connect Q1:D to the load.
  • Connect other end of the load to ground.
These steps ensure that the MOSFETs are correctly driven by the gate driver for effective switching. If you have more components or specific requirements, let me know!
1y
please explain what U1 does.

h-bridge circuit for sinewave inverter. pwm_neg and pwm_pos are for the high side while neg1 and neg2 are for the low side.
1y
h-bridge circuit for sinewave inverter. pwm_neg and pwm_pos are for the high side while neg1 and neg2 are for the low side.
1y
@copilot please explain what U1 does.
1y
The component U1 in your project is the ESP32-DEVKITC-32UE, which is a development board for the ESP32 microcontroller. The ESP32 is a versatile and powerful 32-bit microcontroller with integrated Wi-Fi and Bluetooth capabilities. Here is a brief rundown of the key functionalities and features of the ESP32-DEVKITC-32UE:
Key Features:
  1. Wi-Fi and Bluetooth:
    • Integrated 2.4 GHz Wi-Fi (802.11 b/g/n)
    • Bluetooth 4.2 and BLE
  2. GPIO Ports:
    • Multiple General-Purpose Input/Output (GPIO) pins for interfacing with various peripherals.
  3. Analog Inputs:
    • Several ADC (Analog-to-Digital Converter) channels for measuring analog signals.
  4. Communication Interfaces:
    • UART, I2C, and SPI for serial communication.
  5. PWM Outputs:
    • Multiple Pulse Width Modulation (PWM) outputs for controlling devices like motors and LEDs.
Pin Functions:
  • Power Pins:
    • 3V3 (Pin 1): Provides a 3.3V output from the onboard regulator.
    • GND (Pins 14, 20, 26)
    • 5V (Pin 19): Provides 5V input to the development board.
  • GPIO Pins:
    • A large number of GPIOs are available (pins3to38)\text(pins 3 to 38) which can be used for digital IO, analog inputs, PWM outputs, etc.
  • UART Interface:
    • TX (Pin 23): Transmit pin for UART communication.
    • RX (Pin 24): Receive pin for UART communication.
  • Other Functionality:
    • EN (Pin 2): Enable pin to reset the controller.
    • VP (Pin 3) and VN (Pin 4): ADC inputs for analog measurements.
  • Special Pins:
    • CMD, D0, D1, D2, D3, and CLK (Pins18,37,36,17,16,and38)\text(Pins 18, 37, 36, 17, 16, and 38): User-configurable pins for special functionality.
Typical Applications:
  • Home automation
  • Internet of Things (IoT) devices
  • Sensor networks
  • Wearable electronics
  • Remote monitoring and control systems
Example Uses in Your Project:
You could use the ESP32 to control other components in your circuit such as relays (K1,K2,K3,K4)\text(K1, K2, K3, K4) through its GPIO pins. It can also gather data from sensors or peripherals connected to its ADC or UART interfaces. The ESP32 can further send data wirelessly over Wi-Fi or Bluetooth.
If you have specific functions or tasks in mind for the ESP32 in your project, feel free to ask!
1y
7
please explain what U6 does.

@copilot please explain what U6 does.
1y
How do I connect it to a microcontroller?
1y
The component U6 with the MPN ZMPT101B appears to be a voltage transformer module, specifically designed for accurate voltage sensing. The ZMPT101B is a popular choice for AC voltage measurement in various applications.
Key Features and Function:
  • Voltage Sensing: The ZMPT101B module is used to measure the AC voltage. It features a high-precision voltage transformer that ensures accurate voltage sample values.
  • Signal Conditioning: The module includes signal conditioning circuitry which outputs a proportional lower voltage suitable for interfacing with microcontrollers or other monitoring systems.
  • Galvanic Isolation: Provides electrical isolation between the high voltage (input) side and the low voltage (output) side, enhancing safety by preventing high voltage from reaching the low voltage circuitry.
Electrical Connections
For U6, the component described has the following pins:
  • P1: Not specified what connection goes here in the project, but usually the high voltage input.
  • P2: Typically another high voltage input (potentially neutral or another phase).
  • P3: Not specified in the project, could be a secondary high voltage input reference.
  • P4: Not specified in the project, could be for secondary circuit purposes.
Example Usage
  • Interfacing with Microcontroller: The module would typically be connected such that it measures AC voltage from a source. The output would then be fed to the ADC pin of a microcontroller for processing.
  • Safety: The high voltage inputs (P1P4)(P1-P4) should be connected correctly as they are dealing with potentially dangerous voltages.
Connection Assumption
In this project, none of the nets explicitly connect to U6. Assuming U6 is used similarly to T1 and T2 (which are also ZMPT101B modules), you would need to connect the high voltage lines to its appropriate pins and interface the low voltage output with an ADC pin on your microcontroller.
If you plan on implementing it in your circuit similarly to how T1 and T2 are set up, you might connect it like this:
  • P1 and P2: To the AC voltage source (e.g.,liveandneutralwires)(e.g., live and neutral wires).
  • P3: Could be tied to a reference or left floating based on your specific need.
  • P4: To a ground or signal reference.
Would you like assistance in determining the exact placement and connections for U6 in your specific project?
1y
To interface the ZMPT101B voltage sensor module (U6) with a microcontroller in a similar manner to T1 and T2, let's make some educated assumptions and provide specific connection details for accurate AC voltage measurement.
Assumptions and Placement
  1. P1 and P2: These are typically the high voltage AC input terminals.
  2. P3 and P4: These are used for output and potentially for reference voltages or connections.
Connections for U6
Here's how you can connect U6 to an ESP32 microcontroller (U1).
High Voltage Side
  • U6:P1: Connect to the high-voltage AC line (e.g., live wire).
  • U6:P2: Connect to the high-voltage AC line (e.g., neutral wire).
Low Voltage Output Side
  • U6:P3: This will be connected to the ADC pin on the microcontroller to read the scaled-down AC voltage. Let's use an available ADC pin, such as GPIO35 for consistency.
  • U6:P4: Connect to a ground reference for the microcontroller (GND).
Summarized Connections
  • High Voltage Connections:
    • Connect U6:P1 to the high-voltage AC live wire.
    • Connect U6:P2 to the high-voltage AC neutral wire.
  • Microcontroller Connections:
    • Connect U6:P3 to U1:GPIO35.
    • Connect U6:P4 to U1:GND.
Verifying and Testing
Make sure to:
  1. Verify isolation: Given the dangers involved with high voltage, ensure U6 provides proper galvanic isolation.
  2. Scaling and Safety: Confirm the scaling factor is appropriate for the ADC input range (typically 0-3.3V) on the ESP32.
Example Connections:
  • Connect U6:P1 to the AC live wire.
  • Connect U6:P2 to the AC neutral wire.
  • Connect U6:P3 to U1:GPIO35.
  • Connect U6:P4 to U1:GND.
Would you need assistance with specific programming instructions on how to read and interpret the ADC values from the ESP32, or configuring the ESP32 for voltage measurement?
1y
6
strt_inv
R7
Resistance
51k Ω
rly
U2
bvs_vs
pwr
U1
5V
RX
Q1
bvs_cvs
nepa_vs
R2
Resistance
51k Ω
inv_vs
neg1
isl
R3
Resistance
51k Ω
piezo
pwm_pos
R5
Resistance
51k Ω
tmp
bat
U8
U6
isl
pwm_neg
U5
Not Recommended for New Designs
bat
nepa_vs
R6
Resistance
51k Ω
D5
C4
Capacitance
100n F
inv_vs
pwr_ind
3V3
neg2
C1
Capacitance
1n F
R4
Resistance
10k Ω
reg1
PS1
C3
Capacitance
1n F
TX
U7
C2
Capacitance
10n F
U4
U3


  • Ground
    A common return path for electric current. Commonly known as ground.
  • Net Portal
    Wirelessly connects nets on schematic. Used to organize schematics and separate functional blocks. To wirelessly connect net portals, give them same designator. #portal
  • Power Net Portal
    Wirelessly connects power nets on schematic. Identical to the net portal, but with a power symbol. Used to organize schematics and separate functional blocks. To wirelessly connect power net portals, give them the same designator. #portal #power
  • Generic Resistor
    A generic fixed resistor for rapid developing circuit topology. Save precious design time by seamlessly add more information to this part (value, footprint, etc.) as it becomes available. Standard resistor values: 1.0Ω 10Ω 100Ω 1.0kΩ 10kΩ 100kΩ 1.0MΩ 1.1Ω 11Ω 110Ω 1.1kΩ 11kΩ 110kΩ 1.1MΩ 1.2Ω 12Ω 120Ω 1.2kΩ 12kΩ 120kΩ 1.2MΩ 1.3Ω 13Ω 130Ω 1.3kΩ 13kΩ 130kΩ 1.3MΩ 1.5Ω 15Ω 150Ω 1.5kΩ 15kΩ 150kΩ 1.5MΩ 1.6Ω 16Ω 160Ω 1.6kΩ 16kΩ 160kΩ 1.6MΩ 1.8Ω 18Ω 180Ω 1.8KΩ 18kΩ 180kΩ 1.8MΩ 2.0Ω 20Ω 200Ω 2.0kΩ 20kΩ 200kΩ 2.0MΩ 2.2Ω 22Ω 220Ω 2.2kΩ 22kΩ 220kΩ 2.2MΩ 2.4Ω 24Ω 240Ω 2.4kΩ 24kΩ 240kΩ 2.4MΩ 2.7Ω 27Ω 270Ω 2.7kΩ 27kΩ 270kΩ 2.7MΩ 3.0Ω 30Ω 300Ω 3.0KΩ 30KΩ 300KΩ 3.0MΩ 3.3Ω 33Ω 330Ω 3.3kΩ 33kΩ 330kΩ 3.3MΩ 3.6Ω 36Ω 360Ω 3.6kΩ 36kΩ 360kΩ 3.6MΩ 3.9Ω 39Ω 390Ω 3.9kΩ 39kΩ 390kΩ 3.9MΩ 4.3Ω 43Ω 430Ω 4.3kΩ 43KΩ 430KΩ 4.3MΩ 4.7Ω 47Ω 470Ω 4.7kΩ 47kΩ 470kΩ 4.7MΩ 5.1Ω 51Ω 510Ω 5.1kΩ 51kΩ 510kΩ 5.1MΩ 5.6Ω 56Ω 560Ω 5.6kΩ 56kΩ 560kΩ 5.6MΩ 6.2Ω 62Ω 620Ω 6.2kΩ 62KΩ 620KΩ 6.2MΩ 6.8Ω 68Ω 680Ω 6.8kΩ 68kΩ 680kΩ 6.8MΩ 7.5Ω 75Ω 750Ω 7.5kΩ 75kΩ 750kΩ 7.5MΩ 8.2Ω 82Ω 820Ω 8.2kΩ 82kΩ 820kΩ 8.2MΩ 9.1Ω 91Ω 910Ω 9.1kΩ 91kΩ 910kΩ 9.1MΩ #generics #CommonPartsLibrary
  • Generic Capacitor
    A generic fixed capacitor ideal for rapid circuit topology development. You can choose between polarized and non-polarized types, its symbol and the footprint will automatically adapt based on your selection. Supported options include standard SMD sizes for ceramic capacitors (e.g., 0402, 0603, 0805), SMD sizes for aluminum electrolytic capacitors, and through-hole footprints for polarized capacitors. Save precious design time by seamlessly add more information to this part (value, footprint, etc.) as it becomes available. Standard capacitor values: 1.0pF 10pF 100pF 1000pF 0.01uF 0.1uF 1.0uF 10uF 100uF 1000uF 10,000uF 1.1pF 11pF 110pF 1100pF 1.2pF 12pF 120pF 1200pF 1.3pF 13pF 130pF 1300pF 1.5pF 15pF 150pF 1500pF 0.015uF 0.15uF 1.5uF 15uF 150uF 1500uF 1.6pF 16pF 160pF 1600pF 1.8pF 18pF 180pF 1800pF 2.0pF 20pF 200pF 2000pF 2.2pF 22pF 20pF 2200pF 0.022uF 0.22uF 2.2uF 22uF 220uF 2200uF 2.4pF 24pF 240pF 2400pF 2.7pF 27pF 270pF 2700pF 3.0pF 30pF 300pF 3000pF 3.3pF 33pF 330pF 3300pF 0.033uF 0.33uF 3.3uF 33uF 330uF 3300uF 3.6pF 36pF 360pF 3600pF 3.9pF 39pF 390pF 3900pF 4.3pF 43pF 430pF 4300pF 4.7pF 47pF 470pF 4700pF 0.047uF 0.47uF 4.7uF 47uF 470uF 4700uF 5.1pF 51pF 510pF 5100pF 5.6pF 56pF 560pF 5600pF 6.2pF 62pF 620pF 6200pF 6.8pF 68pF 680pF 6800pF 0.068uF 0.68uF 6.8uF 68uF 680uF 6800uF 7.5pF 75pF 750pF 7500pF 8.2pF 82pF 820pF 8200pF 9.1pF 91pF 910pF 9100pF #generics #CommonPartsLibrary
  • Generic Inductor
    A generic fixed inductor for rapid developing circuit topology. *You can now change the footprint and 3D model at the top level anytime you want. This is the power of #generics
  • Terminal
    Terminal
    An electrical connector acting as reusable interface to a conductor and creating a point where external circuits can be connected.
  • RMCF0805JT47K0
    47 kOhms ±5% 0.125W, 1/8W Chip Resistor 0805 (2012 Metric) Automotive AEC-Q200 Thick Film #forLedBlink
  • 875105359001
    10uF Capacitor Aluminum Polymer 20% 16V SMD 5x5.3mm #forLedBlink #commonpartslibrary #capacitor #aluminumpolymer #radialcan
  • CTL1206FYW1T
    Yellow 595nm LED Indication - Discrete 1.7V 1206 (3216 Metric) #forLedBlink

Inspect

Unfair Tan Antigravity Battle Room

Unfair Tan Antigravity Battle Room
Description

Created
Last updated by slowtideroll
1 Contributor(s)
slowtideroll

Controls

Properties

Availability & Pricing

DistributorQty 1
Arrow$4.59
Digi-Key$18.26–$19.37
LCSC$15.71–$15.75
Mouser$13.05
Verical$8.81–$9.17

Assets