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
Prepare for Manufacturing
Component Selection Workflow
New Subsystem Wizard

Ready.


U1
Manufacturer Part Number
STM32G031J6M6
PIN USED FOR

@copilot PIN USED FOR
1y
Based on the project description you've provided, let’s break down the use of pins for each component in your project. For brevity and clarity, I'll list each component followed by the function of their pins as per the information provided:
STM32G031J6M6 (U1)
  • Pin 1 (PB7/PB8/PB9/PC14-OSC32_IN): These are GPIO pins with multifunction capabilities including I2C, SPI, USART, and timers. PC14 is also used for the OSC32_IN function to connect an external 32.768 kHz oscillator for real-time clock (RTC) function.
  • Pin 2 (VDD/VDDA): Power supply pins for digital and analog circuits on the microcontroller.
  • Pin 3 (VSS/VSSA): Ground reference for digital and analog circuits.
  • Pin 4 (PF2-NRST/PA0/PA1/PA2): NRST is the Not Reset pin for microcontroller. PA0, PA1, and PA2 are general-purpose I/Os which can be used for analog inputs, digital I/O, timers, etc.
  • Pin 5 (PB0/PB1/PA8/PA11): General-purpose I/O pins with functionalities such as timers, external interrupts, and so forth.
  • Pin 6 (PA12): General-purpose I/O pin.
  • Pin 7 (PA13): Typically used for SWD (Serial Wire Debug) for programming and debugging.
  • Pin 8 (PA14-BOOT0/PA15/PB5/PB6): PA14 can be used for BOOT0 function which decides the boot space after reset. Others are general-purpose I/Os with various functionalities.
Capacitors (C1, C2)
  • Pins 1 (P1) and 2 (P2): These are the electrical connections for the capacitor, connecting to the circuit to provide filtering, decoupling, or energy storage functionalities. The specific usage depends on the circuit design.
NPN Transistor (Q1)
  • Pin 1 (B): Base terminal controls the transistor's switching functionality.
  • Pin 2 (E): Emitter terminal, typically connected to ground or negative voltage in an NPN transistor.
  • Pin 3 (C): Collector terminal, through which the controlled current flows and is usually connected to a load.
Resistor (R1)
  • Pin 1 (P1) and 2 (P2): Connection points for the resistor, which provides a specific amount of resistance in the circuit, used for biasing, filtering, or setting current levels.
AMS1117-3.3 (U2)
  • Pin 1 (GND): Ground terminal for the voltage regulator.
  • Pin 2 (VOUT): Regulated output voltage pin, supplying 3.3V in this case.
  • Pin 3 (VIN): Input voltage pin to the regulator, where the unregulated voltage is applied.
  • Pin 4 (TAB(VOUT)): Tab usually connected to the output voltage, in certain packages serves as additional heat dissipation.
Diode (D1)
  • Pin 1 (K, Cathode): The terminal through which the current leaves the diode.
  • Pin 2 (A, Anode): The terminal through which the current enters the diode.
Voltage Source (V1)
  • Pin 1 (ANODE): Positive terminal of the voltage source.
  • Pin 2 (CATHODE): Negative terminal of the voltage source.
This overview should provide a clear understanding of the function of each pin within your project's components. If you have specific functionalities or connections you are curious about beyond this, feel free to ask!
1y
7
ANY CAPACITOR REQUIRE INPUT AND OUTPUT

@copilot ANY CAPACITOR REQUIRE INPUT AND OUTPUT
1y
For a project involving the AMS1117-3.3 voltage regulator (designated as U2 in your project), adding capacitors at both the input and output is advisable to ensure stability and smooth operation. The AMS1117-3.3 typically requires capacitors for input and output to handle transient responses and stabilize the voltage levels.
Input Capacitor
A capacitor on the input side helps to ensure that the AMS1117-3.3 receives a steady voltage, especially if there is a long trace or resistance from the power source to the regulator. This capacitor also helps filter out noise from the power source.
  • Typical Value: For the AMS1117 series, a ceramic capacitor with a value of around $10 \mu F$ is typically recommended for the input. You should also consider the quality of your input power supply; if it's not very stable or has a lot of ripples, you might want to increase the capacitance.
Output Capacitor
The output capacitor improves the transient response of the AMS1117-3.3 and helps maintain a stable output voltage during sudden changes in load. This capacitor is critical for applications that have fluctuating power demands.
  • Typical Value: For the output, a $22 \mu F$ to $47 \mu F$ capacitor is generally used. The AMS1117 datasheet specifies a tantalum capacitor for the best performance in terms of stability and transient response. However, ceramic capacitors can also be used, especially since they are less prone to failure than tantalum capacitors if your design can accommodate the slightly different performance characteristics.
Implementation
For your project, you'd want to consider:
  • Input Capacitor: Connect a capacitor (let's designate it as C1) with a value of $10 \mu F$ between pin 3 (VIN) of U2 and ground.
    • Connection: Connect C1:1 to U2:3 (VIN) and C1:2 to U2:1 (GND).
  • Output Capacitor: Connect a capacitor (let's designate it as C2) with a value of $22 \mu F$ minimum to $47\mu F$ between pin 2 (VOUT) of U2 and ground for improved stability.
    • Connection: Connect C2:1 to U2:2 (VOUT) and C2:2 to U2:1 (GND) or any point that is connected to the ground plane.
These values are based on typical applications and recommendations from the datasheet, but the exact requirements can vary based on factors like the input power supply's quality, the length of traces, and the load's characteristics. Always consult the datasheet for the most accurate and specific recommendations, and feel free to adjust these suggestions based on your project's specific needs.
1y
5
PIN USED FOR

@copilot PIN USED FOR
1y
In your project "Frozen Gray TARDIS," you're asking about the specific pins used for various components within your schematic. Let me break it down based on the description you have provided:
STM32G031J6M6 (U1)
  • Pin 1 named PB7/PB8/PB9/PC14-OSC32_IN, is a multifunctional pin that can be configured either as GPIO (General Purpose Input Output) pins or OSC32_IN for an external 32.768 kHz oscillator.
  • Pin 2 named VDD/VDDA, represents the power supply for both the digital and analog sections of the microcontroller.
  • Pin 3 named VSS/VSSA, is the ground reference for both the digital and analog sections.
  • Pin 4 named PF2-NRST/PA0/PA1/PA2, can be used as GPIO pins or a NRST (reset) input.
  • Pin 5 named PB0/PB1/PA8/PA11, serves as GPIO pins.
  • Pin 6 is assigned to PA12, a GPIO pin.
  • Pin 7 assigned to PA13, another GPIO pin.
  • Pin 8 named PA14-BOOT0/PA15/PB5/PB6, consists of GPIO pins and a BOOT0 pin for boot configuration.
Resistor (R1)
  • Pin 1 (P1) and Pin 2 (P2) are the two terminals of the resistor. There isn't a specific direction for current flow through a resistor, so either pin can be used as the input or output in a circuit.
Diode (D1)
  • Pin 1 (K) refers to the cathode of the diode.
  • Pin 2 (A) refers to the anode of the diode.
Voltage Source (V1)
  • Pin 1 (ANODE) and Pin 2 (CATHODE) represent the positive and negative terminals, respectively, of the voltage source.
Connections (Nets)
  • Net: 75abdf60fd37611fe7665927cc9025e7 connects V1:(ANODE) to D1:(K).
  • Net: 37681f0d68ce4004bb8d8cdadcb58f7e connects R1:(P1) to V1:(CATHODE).
  • Net: 68508f2e1766fcab9541cdaa94992760 connects D1:(A) to R1:(P2).
These descriptions are based on your project information. If there's a specific connection or function you want more details about, feel free to ask!
1y
4
PIN USED FOR

@copilot PIN USED FOR
1y
Based on the components and details provided in your project description, I will outline the pin usages for the key components listed. If you have specific requirements or connections in mind that go beyond this summation, feel free to provide more details or ask for clarification.
STM32G031J6M6 (U1)
  • PB7/PB8/PB9/PC14-OSC32_IN (Pin 1): Multipurpose pins, including options for I/O pins (PB7, PB8, PB9) and OSC32 input (PC14).
  • VDD/VDDA (Pin 2): Power supply pins for digital and analog circuits.
  • VSS/VSSA (Pin 3): Ground connection pins for digital and analog circuits.
  • PF2-NRST/PA0/PA1/PA2 (Pin 4): Includes NRST (reset) function and multipurpose I/O pins (PA0, PA1, PA2).
  • PB0/PB1/PA8/PA11 (Pin 5): Multipurpose I/O pins.
  • PA12 (Pin 6): Multipurpose I/O pin.
  • PA13 (Pin 7): Multipurpose I/O pin.
  • PA14-BOOT0/PA15/PB5/PB6 (Pin 8): Includes BOOT0 (boot mode selection) function and multipurpose I/O pins.
AMS1117-3.3 (U2)
  • GND (Pin 1): Ground connection.
  • VOUT (Pin 2), TAB (Pin 4): Voltage output (3.3V regulated output).
  • VIN (Pin 3): Voltage input.
Other Components
  • Resistor (R1), Capacitors (C1, C2), Transistor (Q1), and Diode (D1) have their pins named generically as P1/P2 for two-pin components and B/E/C for the transistor indicating Base, Emitter, and Collector respectively. Their specific function would depend on their placement in the circuit (e.g., P1/P2 for capacitors could be connected to various points in the circuit for decoupling, smoothing, etc.).
Notes on Connectivity for Specific Pins:
  • D1:(K) is part of Net 57f24b46ff2b8d90ffd9129ed3ddf063, indicating a specific net but the usage purpose is not defined within the information provided.
  • Q1:(C) and R1:(P1) share a net (3e8675229931bcabb1ac136969442fe3), suggesting a connection between the collector of Q1 and one end of R1.
  • D1:(A) and R1:(P2) are connected via net (68508f2e1766fcab9541cdaa94992760), indicating the diode's anode and the other end of R1 are connected, showcasing part of a circuit path perhaps for current flow control or direction definition.
If you need further information on how to connect these pins for specific circuit functions, such as power supply design, signal processing, or interface connections, feel free to ask!
1y
8
PIN DESCRIPTION

@copilot PIN DESCRIPTION
1y
Based on your project description, here is a concise pin description of the components listed in your schematic:
STM32G031J6M6 (U1)
  • PB7/PB8/PB9/PC14-OSC32_IN (Pin 1): These pins serve various purposes including digital I/O (PB7, PB8, PB9) and OSC32_IN for the 32.768 kHz crystal oscillator (PC14).
  • VDD/VDDA (Pin 2): Power supply pins for the digital and analog sections.
  • VSS/VSSA (Pin 3): Ground return for the digital and analog sections.
  • PF2-NRST/PA0/PA1/PA2 (Pin 4): Pin PF2 can be used for an external reset; PA0, PA1, and PA2 are general-purpose I/O pins.
  • PB0/PB1/PA8/PA11 (Pin 5): General-purpose I/O pins.
  • PA12 (Pin 6): General-purpose I/O pin.
  • PA13 (Pin 7): System serial wire debug (SWD) data line.
  • PA14-BOOT0/PA15/PB5/PB6 (Pin 8): BOOT0 for bootloader activation; PA15, PB5, and PB6 are general-purpose I/O pins.
BC457 (Q1)
  • Base (B) (Pin 1)
  • Emitter (E) (Pin 2)
  • Collector (C) (Pin 3)
Capacitors (C1, C2, C3, C4)
  • P1: First pin or terminal.
  • P2: Second pin or terminal.
  • Capacitance values: C1 and C4 are 10uF, C3 is 104pF, and C2 is 47uF.
AMS1117-3.3 (U2)
  • GND (Pin 1): Ground terminal.
  • VOUT (Pin 2), TAB (Pin 4): 3.3V output voltage.
  • VIN (Pin 3): Input voltage.
Diodes (D1)
  • Kathode (K) (Pin 1)
  • Anode (A) (Pin 2)
Resistors (R1, R2, R3)
  • P1: First terminal.
  • P2: Second terminal.
  • Resistance values: R1 is 47KΩ, R2 is 2.2KΩ, and R3 is 4.7KΩ.
Power Supplies (V1, P4, P8)
  • V1 is a 5V supply with an ANODE (Pin 1) and CATHODE (Pin 2).
  • P4 and P8 are labeled as 5V power supplies, suggesting they are connections to a 5V source.
LEDs (P6, P7)
  • Pin 1 for each, typically indicating an anode or cathode for connection.
Power Outputs (P3, P5)
  • Pin 1 for each, indicating where power output is made available from the circuit.
This layout covers your listed components, providing a brief description of their pin functions which is imperative for accurate connections and understanding of the circuit's design in the Flux environment.
1y
17
INSERT IN LEFT SIDE

INSERT IN LEFT SIDE
1y
3
create a detailed step by step plan table for this project to verify its functio...

@copilot create a detailed step by step plan table for this project to verify its functionality.
1y
To verify the functionality of your Frozen Gray TARDIS project, you'll want to follow a systematic approach. This plan involves initial circuit checks, programming the microcontroller (if applicable), and testing each significant part of the circuit for proper function. Given the components listed in your project, here’s a step-by-step plan table:
Step-by-Step Verification Plan
  1. Visual Inspection
    • Objective: Inspect the PCB for any physical defects such as solder bridges, poor solder joints, or misplaced components.
    • Steps:
      • Visually inspect the board.
      • Ensure all components are correctly placed according to their designators.
      • Check for solder bridges especially around fine-pitch ICs like U1 (STM32G031J6M6).
  2. Power Supply Verification
    • Objective: Verify the power supply circuitry.
    • Steps:
      • Connect a current-limited power supply set to 5V to P4 (5V input).
      • Measure voltage across C2 (should be close to 5V).
      • Measure the output voltage of U2 (AMS1117-3.3) at U2:VOUT, which should be 3.3V.
      • Check for any signs of overheating in the power regulator U2.
  3. Microcontroller (U1) Basic Functionality
    • Objective: Ensure the microcontroller is operational.
    • Steps:
      • Program a simple "Blink" code into U1, toggling one of the GPIO pins.
      • Connect an LED and a current-limiting resistor to the chosen GPIO pin and ground, observing for blink behavior.
  4. Voltage Reference Points Check
    • Objective: Verify correct voltage levels at key nodes.
    • Steps:
      • Measure the voltage at U1:VDD/VDDA and ensure it is 3.3V.
      • Check GND connectivity across the board.
  5. Decoupling Capacitors Functionality
    • Objective: Ensure decoupling capacitors are functioning.
    • Steps:
      • Using an oscilloscope, check for stable voltage without significant noise at U1:VDD/VDDA with respect to ground.
  6. Input Protection Diode
    • Objective: Validate the presence and functioning of the input protection diode.
    • Steps:
      • Measure forward voltage across D1 in the forward direction. Expect around 1.7V.
  7. Bypass Capacitor Efficiency
    • Objective: Check the effectiveness of bypass capacitors near the microcontroller.
    • Steps:
      • Measure the AC voltage (ripple) across C3 and C4 when the system is running a task that heavily uses the microcontroller.
  8. External Component Interaction
    • Objective: Ensure external components can be controlled by the microcontroller.
    • Steps:
      • If there are components like LEDs or sensors connected to the microcontroller's GPIOs, write test codes to test each connection.
  9. Current Consumption
    • Objective: Measure the overall current consumption of the project.
    • Steps:
      • With the project powered on, measure the current draw from the 5V input to ensure it is within expected limits.
  10. Power Down and Final Inspection
    • Objective: Make a final check for any issues after power down.
    • Steps:
      • Power down the circuit.
      • Do a final visual inspection for any components that might have been missed or any signs of thermal stress on the PCB.
Please adjust the steps according to any specific functionalities or additional components your project might include that aren't listed here. Each project has unique aspects that may require additional verification steps.
1y
10
ANY CAPCITOR REQUIRED IN VDD PINS

@copilot ANY CAPCITOR REQUIRED IN VDD PINS
1y
Including decoupling capacitors on the VDD pins of integrated circuits (ICs) like your STM32G031J6M6 is a standard practice in electronics design. They help in stabilizing the power supply by filtering out noise and providing a quick supply of current during transient events such as switching. For the STM32 family, a typical value used for decoupling is in the range of 100 nF to 1 µF per VDD pin. Given your component list and assuming typical values, you could use a capacitor like C1 (10µF) for bulk decoupling and add additional 100nF capacitors close to each VDD pin for optimal performance.
Considering the components you have, for immediate improvements:
  • C1 (10µF) could be connected to the main VDD pin close to U1 for bulk decoupling.
  • I recommend adding additional 100nF capacitors (not currently listed) close to each VDD pin of U1. If additional capacitors are to be included in your design, they should also be connected between VDD (U1:2) and GND (U1:3).
Given the current part list and to apply this using existing components, for U1 (STM32G031J6M6):
  • Connect C1:1 to U1:2 (VDD/VDDA).
  • Connect C1:2 to any GND pin (U1:3 (VSS/VSSA) or U2:GND).
Please ensure that these capacitors are placed as close to the microcontroller's VDD and GND pins as possible to maximize their effectiveness.
If you decide to add 100nF capacitors to your design (which I highly recommend for decoupling purposes), the connections would be similar, placed physically close to each VDD and GND pair.
Note: Adjustments and additions to the bill of materials (BOM) and schematic may be necessary if additional 100nF capacitors are included.
1y
9
DO IT IS C

@copilot DO IT IS C
1y
It looks like you're referencing a circuit or asking for confirmation on a connection within your project, the Frozen Gray TARDIS, but your message is a bit unclear. From the project description, I can see there's a diode (D1), a resistor (R1), and a voltage source (V1) involved in your circuit. Given the circuit components and nets you've described, here's a summary of the connections based on the net information:
  1. Voltage source (V1) is connected with its anode to the cathode (K) of the diode (D1) through Net 75abdf60fd37611fe7665927cc9025e7.
  2. The cathode (CATHODE) of the voltage source (V1) is connected to pin 1 (P1) of the resistor (R1) through Net 37681f0d68ce4004bb8d8cdadcb58f7e.
  3. The anode (A) of the diode (D1) is connected to pin 2 (P2) of the resistor (R1) through Net 68508f2e1766fcab9541cdaa94992760.
This forms a basic LED circuit where the resistor limits the current through the diode. The voltage source provides power to the circuit. Assuming "DO IT IS C" means to confirm the connections or perhaps inquire about completing the circuit, it seems your connections are correct for such a setup, assuming the intent was to create a basic LED circuit with current limiting.
To summarize the connections in the specified format:
  • Connect V1:ANODE to D1:K.
  • Connect V1:CATHODE to R1:P1.
  • Connect D1:A to R1:P2.
If your message meant something different or you need further assistance, please provide more details so I can better assist you.
1y
2
list all U1 pins in a table format. For each pin provide its pin number, pin nam...

@copilot list all U1 pins in a table format. For each pin provide its pin number, pin name and function.
1y
Here's a table summarizing the pin details for the STM32G031J6M6 (U1):

Table


Pin NumberPin NameFunction
1PB7/PB8/PB9/PC14-OSC32_INGPIO/32 kHz Oscillator input
2VDD/VDDAPower supply
3VSS/VSSAGround
4PF2-NRST/PA0/PA1/PA2Reset/ GPIO
5PB0/PB1/PA8/PA11GPIO
6PA12GPIO
7PA13GPIO/SWDIO
8PA14-BOOT0/PA15/PB5/PB6GPIO/Boot pin
This table lists each pin's number, name, and primary function as described in your project details. The STM32G031J6M6 microcontroller appears to feature a variety of multi-functional pins, including general-purpose input/output (GPIO), power, ground, reset, and special functions like SWDIO (Serial Wire Debug I/O) and BOOT0 for bootloader activation.
1y
16
explain this project.

PLEASE SIMULATE
1y
@copilot explain this project.
1y
This project, dubbed the "Frozen Gray TARDIS," appears to be a simple LED circuit powered by a 5V voltage source. Let's break down the components and their connections:
Components:
  1. Resistor (R1):
    • Type: RMCF0805JT47K0
    • Properties: 1K $1 k\Omega$ resistance
    • Manufacturer: Stackpole Electronics Inc
    • Designator Prefix: R
    • Connections: Pin 1 (P1) and Pin 2 (P2)
  2. Diode (D1):
    • Pins: Pin 1 (K, Cathode), Pin 2 (A, Anode)
    • Properties:
      • Saturation Current: 93.2e-12 A
      • Emission Coefficient: 3.73
      • Breakdown Voltage: 0 V
      • Series Resistance: 0.42 Ohm
      • Forward Voltage: 1.70 V
  3. Voltage Source (V1):
    • Voltage: 5V
    • Pins: Pin 1 (ANODE), Pin 2 (CATHODE)
    • Designator Prefix: V
Connections (Nets):
  1. Net 75abdf60fd37611fe7665927cc9025e7: Connects the ANODE of the voltage source $V1:ANODE$ to the Cathode of the diode $D1:K$.
  2. Net 37681f0d68ce4004bb8d8cdadcb58f7e: Connects Pin 1 of the resistor $R1:P1$ to the CATHODE of the voltage source $V1:CATHODE$.
  3. Net 68508f2e1766fcab9541cdaa94992760: Connects the Anode of the diode $D1:A$ to Pin 2 of the resistor $R1:P2$.
Circuit Operation:
  • Voltage Source (V1) provides a continuous 5V.
  • Current Flow: From V1's ANODE through the diode $D1$, limiting through the resistor $R1$, and back to V1's CATHODE.
  • Purpose: This circuit may serve as a simple LED circuit where the diode $D1$, assumed to be an LED based on the forward voltage and other characteristics, lights up when powered. The resistor $R1$ is used to limit the current through the LED, preventing it from damage.
This simple yet classic circuit design demonstrates fundamental electronic principles, such as current directionality, voltage drop across components (notably the LED), and basic current limiting with a resistor.
1y
1
P7
Pin Type
LED
C1
Capacitance
10uF
P8
Designator Prefix
VCC
Q1
Manufacturer Part Number
BC457
P5
Designator Prefix
VDD
R1
Resistance
1KΩ
U2
Manufacturer Part Number
AMS1117-3.3
P6
Pin Type
LED
R3
Resistance
4K7 Ω
D1
C3
Capacitance
104 F
C4
Capacitance
10uF
R2
Resistance
2K2 Ω
P4
Designator Prefix
VCC
V1
Voltage
5 V
C2
Capacitance
47uF
P3
Designator Prefix
VDD


  • 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 ideal for rapid circuit topology development. Its footprint automatically adapts based on the selected package case code—supporting 0402, 0603, 0805, 1203, and many other standard SMD packages, as well as axial horizontal and vertical configurations. Save precious design time by seamlessly add more information to this part (value, footprint, etc.) as it becomes available. Standard resistor values: 1.0 ohm, 10 ohm, 100 ohm, 1.0k ohm, 10k ohm, 100k ohm, 1.0M ohm 1.1 ohm, 11 ohm, 110 ohm, 1.1k ohm, 11k ohm, 110k ohm, 1.1M ohm 1.2 ohm, 12 ohm, 120 ohm, 1.2k ohm, 12k ohm, 120k ohm, 1.2M ohm 1.3 ohm, 13 ohm, 130 ohm, 1.3k ohm, 13k ohm, 130k ohm, 1.3M ohm 1.5 ohm, 15 ohm, 150 ohm, 1.5k ohm, 15k ohm, 150k ohm, 1.5M ohm 1.6 ohm, 16 ohm, 160 ohm, 1.6k ohm, 16k ohm, 160k ohm, 1.6M ohm 1.8 ohm, 18 ohm, 180 ohm, 1.8K ohm, 18k ohm, 180k ohm, 1.8M ohm 2.0 ohm, 20 ohm, 200 ohm, 2.0k ohm, 20k ohm, 200k ohm, 2.0M ohm 2.2 ohm, 22 ohm, 220 ohm, 2.2k ohm, 22k ohm, 220k ohm, 2.2M ohm 2.4 ohm, 24 ohm, 240 ohm, 2.4k ohm, 24k ohm, 240k ohm, 2.4M ohm 2.7 ohm, 27 ohm, 270 ohm, 2.7k ohm, 27k ohm, 270k ohm, 2.7M ohm 3.0 ohm, 30 ohm, 300 ohm, 3.0K ohm, 30K ohm, 300K ohm, 3.0M ohm 3.3 ohm, 33 ohm, 330 ohm, 3.3k ohm, 33k ohm, 330k ohm, 3.3M ohm 3.6 ohm, 36 ohm, 360 ohm, 3.6k ohm, 36k ohm, 360k ohm, 3.6M ohm 3.9 ohm, 39 ohm, 390 ohm, 3.9k ohm, 39k ohm, 390k ohm, 3.9M ohm 4.3 ohm, 43 ohm, 430 ohm, 4.3k ohm, 43K ohm, 430K ohm, 4.3M ohm 4.7 ohm, 47 ohm, 470 ohm, 4.7k ohm, 47k ohm, 470k ohm, 4.7M ohm 5.1 ohm, 51 ohm, 510 ohm, 5.1k ohm, 51k ohm, 510k ohm, 5.1M ohm 5.6 ohm, 56 ohm, 560 ohm, 5.6k ohm, 56k ohm, 560k ohm, 5.6M ohm 6.2 ohm, 62 ohm, 620 ohm, 6.2k ohm, 62K ohm, 620K ohm, 6.2M ohm 6.8 ohm, 68 ohm, 680 ohm, 6.8k ohm, 68k ohm, 680k ohm, 6.8M ohm 7.5 ohm, 75 ohm, 750 ohm, 7.5k ohm, 75k ohm, 750k ohm, 7.5M ohm 8.2 ohm, 82 ohm, 820 ohm, 8.2k ohm, 82k ohm, 820k ohm, 8.2M ohm 9.1 ohm, 91 ohm, 910 ohm, 9.1k ohm, 91k ohm, 910k ohm, 9.1M ohm #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, 10000uF 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, 220pF, 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 suitable for rapid circuit topology development. The footprint automatically adapts based on the selected package, supporting standard SMD sizes (e.g., 0402, 0603, 0805) as well as well-known inductor packages such as SDR1806, PA4320, SRN6028, and SRR1260. Standard inductor values: 1.0 nH, 10 nH, 100 nH, 1.0 µH, 10 µH, 100 µH, 1.0 mH 1.2 nH, 12 nH, 120 nH, 1.2 µH, 12 µH, 120 µH, 1.2 mH 1.5 nH, 15 nH, 150 nH, 1.5 µH, 15 µH, 150 µH, 1.5 mH 1.8 nH, 18 nH, 180 nH, 1.8 µH, 18 µH, 180 µH, 1.8 mH 2.2 nH, 22 nH, 220 nH, 2.2 µH, 22 µH, 220 µH, 2.2 mH 2.7 nH, 27 nH, 270 nH, 2.7 µH, 27 µH, 270 µH, 2.7 mH 3.3 nH, 33 nH, 330 nH, 3.3 µH, 33 µH, 330 µH, 3.3 mH 3.9 nH, 39 nH, 390 nH, 3.9 µH, 39 µH, 390 µH, 3.9 mH 4.7 nH, 47 nH, 470 nH, 4.7 µH, 47 µH, 470 µH, 4.7 mH 5.6 nH, 56 nH, 560 nH, 5.6 µH, 56 µH, 560 µH, 5.6 mH 6.8 nH, 68 nH, 680 nH, 6.8 µH, 68 µH, 680 µH, 6.8 mH 8.2 nH, 82 nH, 820 nH, 8.2 µH, 82 µH, 820 µH, 8.2 mH #generics #CommonPartsLibrary
  • 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

Frozen Gray TARDIS

Frozen Gray TARDIS thumbnail
Welcome to your new project. Imagine what you can build here.

Properties

Automotive

mm

Pricing & Availability

Distributor

Qty 1

Digi-Key

$2.17–$2.80

LCSC

$1.75–$1.85

Mouser

$2.11

Controls

New control