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
how can i add tag-connect holes to pcb?

@copilot how can i add tag-connect holes to pcb?
1y
Adding Tag-Connect holes to your PCB in Flux is a straightforward process that involves placing non-plated through-holes (NPTH) or pads at specific locations as per the Tag-Connect footprint. The TC2050, for instance, requires six pads or holes for its programming interface. Here's how you can do it:
  1. Check the Datasheet: First, look up the TC2050 datasheet or the Tag-Connect website for the exact footprint and spacing of the holes for the Tag-Connect plug you're using. For the TC2050, it's likely a 2x5 array of holes with specific spacing.
  2. Create a Custom Footprint: Since the Tag-Connect connector uses a unique footprint, you may need to create a custom footprint in Flux. Here's a simplified process:
    • Go to the PCB layout editor in Flux.
    • Open the footprint editor to create a new footprint.
    • Using the tool's drawing or pad placement features, add pads or NPTH holes according to the Tag-Connect specifications. For the TC2050, you generally need pads with specific diameters at the correct locations corresponding to the 2x5 layout.
    • Make sure to include two additional larger holes or pads at the ends if your Tag-Connect model requires them for alignment or locking purposes.
  3. Spacing and Dimensions: The standard pitch (distance between the centers of adjacent pins) for the TC2050 is typically $0.1$ inches ($2.54$ mm). Ensure the pads/hole positions match these dimensions accurately.
  4. Placement on PCB: After creating the footprint, you can place it on your PCB layout where you'd like the Tag-Connect to connect to your board. This is often near your microcontroller or target IC for easy programming or debugging access.
  5. Routing: Connect the pads of your Tag-Connect footprint to their respective targets on the PCB. For the TC2050, these might include connections to a microcontroller's SWD, JTAG, or other programming/signaling pins.
Remember, it's crucial to double-check the mechanical and electrical connections of your custom footprint against the Tag-Connect specifications to ensure correct alignment and functionality. If your version of Flux does not directly support adding custom footprints, you may need to manually draw the holes using available tools and note the electrical connections for manual wiring during the layout phase.
1y
Someone is typing...
list all U2 pins in a table format. For each pin provide its pin number, pin nam...

which of those pins is used for i2c?
1y
@copilot list all U2 pins in a table format. For each pin provide its pin number, pin name and function.
1y
Here's a table listing all the pins for the component designated as U2, including their pin number, pin name, and function:

Table


Pin NumberPin NameFunction
1DEC1Power (1.1 V Digital supply decoupling)
2XL1/P0.00Digital I/O (General purpose I/O)
3XL2/P0.01Digital I/O (General purpose I/O)
4AIN2/P0.04Analog input
5AIN3/P0.05Analog input
6P0.06Digital I/O (General purpose I/O)
7P0.07Digital I/O (General purpose I/O)
8VDDPower (Power supply)
9VDDHPower (High voltage power supply)
10VBUSPower (5 V input for USB 3.3 V regulator)
11DECUSBPower (USB 3.3 V regulator supply decoupling)
12D-USB (USB D-)
13D+USB (USB D+)
14P0.14Digital I/O (General purpose I/O)
15P0.15Digital I/O (General purpose I/O)
16P0.18/~RESETDigital I/O (General purpose I/O)
17P0.20Digital I/O (General purpose I/O)
18VDDPower (Power supply)
19SWDIODebug (Serial wire debug I/O for debug and programming)
20SWDCLKDebug (Serial wire debug clock input for debug and programming)
21DEC5Power (1.3 V regulator supply decoupling)
22P0.16Digital I/O (General purpose I/O)
23P0.17Digital I/O (General purpose I/O)
24ANTRF (Single-ended radio antenna connection)
25VSS_PAGround
26DEC6Power (Decoupling)
27DEC3Power (Decoupling)
28XC1Reserved
29XC2Reserved
30VDDPower (Power supply)
31P0.08Digital I/O (General purpose I/O)
32P0.29Digital I/O (General purpose I/O)
33P0.30Digital I/O (General purpose I/O)
34P0.28Digital I/O (General purpose I/O)
35AIN1/P0.03Analog input
36AIN0/P0.02Analog input
37VSSGround
38DEC4Power (Decoupling)
39DCCReserved
40VDDPower (Power supply)
41VSSGround
This table provides a comprehensive view of all the pins available on the component U2 (NRF52820-QDAA-R) within your project, their respective functions, and their designations.
1y
which of those pins is used for i2c?
1y
For I2C communication, typically, SCL (Serial Clock Line) and SDA (Serial Data Line) pins are used. However, the Nordic nRF52820 (designated as U2 in your project) is a highly flexible SoC (System on Chip) that allows pin mapping for various functions including I2C, which is referred to as TWI (Two-Wire Interface) in Nordic's documentation.
Given the flexibility in pin mapping, any of the GPIO (General Purpose Input Output) pins can potentially be configured as SCL or SDA lines for I2C communication. The specific pins to be used for I2C would be determined by the configuration specified in the PSEL.SCL and PSEL.SDA registers.
If you plan to use I2C/TWI communication with U2, you would set the PSEL.SCL and PSEL.SDA registers to map the I2C functions to your selected GPIO pins. While the datasheet excerpts do not specify the exact pin numbers for SCL and SDA (since it's configurable), you would typically choose pins that fit your design layout and peripheral placement best while configuring them appropriately in your software.
1y
Someone is typing...
3
can i order stock NRF52820 chip and connect it with usb to allow chip programmin...

@copilot can i order stock NRF52820 chip and connect it with usb to allow chip programming? that would make jtag unnecessary.
1y
Yes, you can definitely program the NRF52820 chip using a USB connection, eliminating the need for a JTAG interface. To achieve this, you need to connect the NRF52820 to a USB-to-Serial converter or use its native USB interface if it has one.
The NRF52820 has a native USB interface, which simplifies the connection:
Connections
  1. USB Connections
    • Connect U2:VBUSU2:VBUS to 5V from the USB connector (J3:VBUS_1J3:VBUS\_1).
    • Connect U2:D+U2:D+ to USB D+ (J3:DP1J3:DP1).
    • Connect U2:DU2:D- to USB D- (J3:DN1J3:DN1).
    • Connect U2:VSSU2:VSS to GND (J3:GNDJ3:GND).
  2. Bypass Capacitors
    • Place bypass capacitors (e.g., C1C1 and C2C2) between VDD and GND close to the NRF52820.
  3. Programming via USB
    • The NRF52820 can be programmed directly via USB. Once the chip is connected to the USB, it can be configured to enter a bootloader mode. You can utilize Nordic's DFU (Device Firmware Update) bootloader and nRF Connect tools for programming.
Example Connections
  • Power from USB:
    • Connect J3:VBUS_1J3:VBUS\_1 to U2:VBUSU2:VBUS.
  • Data Lines:
    • Connect J3:DP1J3:DP1 to U2:D+U2:D+.
    • Connect J3:DN1J3:DN1 to U2:DU2:D-.
Additional Notes
  • Make sure you have a proper USB bootloader flashed to the NRF52820. You can use a development board or JTAG for the very first programming to flash the USB bootloader if needed.
  • This will allow your chip to be programmable via USB, simplifying your design and enabling easy firmware updates.
This approach allows your Bluetooth Pen project to have a simple and effective way of firmware programming through USB without needing JTAG. Is there anything specific you’d like help with next?
1y
Someone is typing...
8
how can i connect TC2050\_JTAG and NRF52820-QDAA-R to make microcontroller progr...

@copilot how can i connect TC2050_JTAG and NRF52820-QDAA-R to make microcontroller programmable?
1y
To make the NRF52820-QDAA-R microcontroller programmable using the TC2050 (J1) for JTAG, you'll need to connect the following pins from the JTAG connector (J1) to the corresponding pins on the NRF52820-QDAA-R (U2):
  1. Supply voltage (VDD) and Ground connections:
    • Connect J1:Vdd to U2:VDD (pins 8, 9, 18, 30, 40 for redundancy and ensuring there's enough supply for all parts of the chip).
    • Connect J1:GND (pins 3, 5, 7, 9) to U2:VSS and VSS_PA (pins 37, 41) to ensure the ground is connected throughout the device.
  2. JTAG Interface connections:
    • Connect J1:TMS (Test Mode State) to U2:P0.15. Although the NRF52820 uses SWD (Serial Wire Debug) instead of JTAG for programming and debugging, you can use TMS as SWDIO in this context.
    • Connect J1:TCK (Test Clock) to U2:P0.14. Similar to TMS, TCK can be used as SWDCLK for SWD in the NRF52820.
    • Connect J1:nReset to U2:P0.18/$$RESET to control the reset line. Although not part of the JTAG/SWD interface, tying the reset line allows for hardware resetting of the microcontroller during programming and debugging.
  3. Additional considerations:
    • Since the NRF52820 primarily supports SWD instead of JTAG, you'll use two of the JTAG pins to serve the SWD interface. SWD requires only SWDIO (Serial Wire Debug Input/Output) and SWDCLK (Serial Wire Debug Clock), addressed here with TMS and TCK, respectively.
    • Ensure that the TC2050 cable and connector support the signal integrity and power requirements of the NRF52820 for programming and debugging applications.
    • You might need to adjust the firmware and configuration settings within the IDE (Integrated Development Environment) you are using to ensure it supports programming the NRF52820 through SWD.
By following these connections, you will establish a basic setup for programming and debugging the NRF52820-QDAA-R microcontroller via the SWD protocol using the TC2050 connector.
1y
Someone is typing...
4
with what should i connect battery (J2) in this scheme?

@copilot with what should i connect battery (J2) in this scheme?
1y
Considering the components and nets in your project, I'm assuming you're attempting to charge a battery and power your system through it. Given the presence of a battery charger IC (U3: BQ25180YBGR), which has a BAT pin (U3:7) and an IN pin (U3:2) that typically connects to your power source (in this case, possibly from a USB connector through a power path management chip like IC1: STUSB4500QTR), I will suggest the connections based on typical application circuits of these components. Here are the general guidelines and assumptions:
  1. Battery to Charger Connection: You have already connected the battery (J2:P2) to the BAT pin (U3:7) of the battery charger (U3). This is appropriate for charging the battery.
  2. Supplying Power to the System:
    • The SYS pin (U3:4) of the battery charger IC (U3) is generally used to supply power to the system. When the battery is being charged, the SYS output can power the system directly from the input source. When the input power is removed, the SYS pin gets powered from the battery.
    • Connect the SYS pin (U3:4) to the VIN pin of any device that needs to be powered by the battery, which in your case could include the NRF52820-QDAA-R (U2), the STUSB4500QTR (IC1), and potentially other components in your design that require power but are not mentioned here. Since U1: VIN is already part of a net that includes U3:SYS, it looks like you are in the right direction.
  3. Ground Connection: Ensure all components, including the battery ground, are properly connected to a common ground. In your net list, the ground connections seem to be handled by net 33c856d857bd5e853676f5cf75bb6346, connecting several grounds together, including IC1:GND, U3:GND, and U1:VSS. Ensure J2:P1 (assuming it's the battery ground) is also connected here if it's not already.
  4. Input Power to Charger IC: Assuming J3 is a USB connector given the presence of VBUS, D+, D-, CC1, and CC2 pins, it's already correctly connected to the IN pin of U3 (battery charger) as part of the net 8e5486811bba51e4b3830c05ce04196a. Ensure that the path between the USB connector's VBUS and the BQ25180YBGR's IN pin is capable of handling the charging current.
By following these guidelines, your battery should be correctly integrated into the system, allowing for charging through U3 when power is present at J3 and supplying the system when external power is not available. This assumes J2 is your battery connector. If there are more specific details or other components involved, please provide additional information for a more tailored response.
1y
Someone is typing...
6
can you look at my project and figure out if this schematic will work when print...

@copilot can you look at my project and figure out if this schematic will work when printed on PCB board? the point is to have a bluetooth-enabled device which can toggle LED. It has rechargeable LiPo with USB-C. LED can also toggle by touching the wire connected to NRF52820-QDAA-R on pin 31.
1y
To evaluate whether your schematic will function as intended—a Bluetooth-enabled device capable of toggling an LED, featuring rechargeable LiPo battery functionality with USB-C input, and the option for manual LED toggling via touch interaction with pin 31 ($P0.08$) on the NRF52820-QDAA-R component—I'll go through the key electrical connections and features based on the components and nets listed in your project description.
Key Components Evaluation
  1. NRF52820-QDAA-R for Bluetooth Functionality:
    • This component is central to your project's Bluetooth capability. It seems you have it set up for basic connections including power ($VDD, VDDH$), ground ($VSS, VSS_PA$), decoupling capacitors, and antenna connection for Bluetooth functionality.
  2. LED Control:
    • The LED1 is connected to the NRF52820-QDAA-R at pin 31 ($P0.08$) for toggling via Bluetooth commands or touch interaction. This is per your description; however, confirmation on the connection between R5 (current limiting resistor for the LED) and the microcontroller is needed, as the net list shows:
      • Connect $U2:P0.17$ to $R5:P2$ (for LED toggling control). This seems to be a typo because you mentioned pin 31 ($P0.08$) for LED control.
      • Correct Connectivity should be planned like: Connect $U2:P0.08$ to $R5:P1$, and $R5:P2$ to $LED1:K$, allowing for the correct LED toggling functionality.
    • Additionally, there should be a connection from $LED1:A$ (anode) to a source of power. Your description implies LED control through GPIO but doesn't specify how it's powered on the high side.
  3. Power Management:
    • The inclusion of IC1 (STUSB4500QTR USB-PD controller), $U3$ (BQ25180YBGR battery charger), and $U1$ (XC6206P332MR-G LDO voltage regulator) indicate a sophisticated power management system for handling USB-C input and charging a LiPo battery.
    • The net list confirms connections for charging control and system power regulation including USB-C to battery charging ($U3$) and system power regulation ($U1$).
    • Connection specifics such as:
      • From USB-C to STUSB4500QTR for VBUS handling.
      • From STUSB4500QTR to BQ25180 for charging pathway control.
      • From BQ25180 to the battery indicates proper planning for USB-C charging.
    • The arrangement should ensure that the LiPo battery can be charged via USB-C and provide power to the system.
  4. Manual LED Toggle via Touch:
    • The idea to toggle LED by touching a wire connected to PIN 31 ($P0.08$) on the NRF52820 suggests an interactive GPIO handling. Ensure there's proper firmware debounce handling for this functionality to work smoothly.
Recommendations:
  • Verify Connections:
    • Review the specific connection between the LED, its resistor (R5), and the NRF52820 to ensure it matches your project description.
  • Power Management Verification:
    • Ensure that all components related to power management are correctly connected to handle USB-C input, battery charging, and power regulation without causing any issues. Special attention should be given to the power management ICs' ground connections (see net f4076c2185200954c87a6779ab3f6332), ensuring they are all well-connected to avoid potential ground loops.
  • Document Review:
    • Cross-check your project against the manufacturer's datasheets for the NRF52820-QDAA-R, STUSB4500QTR, BQ25180YBGR, and XC6206P332MR-G (among other components) to ensure all connections are compatible and meet the operational requirements provided in the datasheets.
  • Firmware:
    • Prepare firmware that handles the Bluetooth functionality appropriately, ensures safe battery charging practices, and includes debounce code for the manual LED toggling feature.
If these points are meticulously addressed, your schematic should function as intended when translated to a PCB. However, consider having it reviewed for best practices in PCB layout, such as trace width considerations for power lines, proper decoupling, and antenna placement for the NRF52820.
1y
Someone is typing...
7
how to connect STUSB4500QTR and NRF52820-QDAA-R?

@copilot how to connect STUSB4500QTR and USB4085-GF-A?
1y
To properly connect the STUSB4500QTR (which I'll refer to as IC1 for clarity) and the USB4085-GF-A (referred to as J3), you need to consider the USB Type-C connection requirements and how the STUSB4500QTR manages USB Power Delivery (PD) negotiation. Given the information provided and typical use cases, here is a simplified connection guide:
  1. VBUS Line: The VBUS lines from the USB Type-C connector (J3) should be connected to the VBUS line of the STUSB4500QTR (IC1). However, since the VBUS lines on J3 are split into multiple pins (VBUS, VBUS1,VBUS1, VBUS2, VBUS$$3), you should ensure they are appropriately merged before connecting to IC1.
    • Connect J3:VBUS to IC1:VBUS_VS_DISCH.
    • Note: You may need additional circuitry to safely handle VBUS power paths, such as current limiting or overvoltage protection.
  2. CC Lines: USB Type-C connectors have two CC lines for cable orientation detection and communication. Both CC lines from the USB connector need to connect to the CC lines of the STUSB4500QTR for proper USB PD negotiation.
    • Connect J3:CC1 to IC1:CC1.
    • Connect J3:CC2 to IC1:CC2.
  3. Ground Connections: Ensure that the GND pins on the USB connector are connected to the GND pins on the IC1 to complete the power circuit.
    • Connect J3:GND, J3:GND1,J3:GND1, J3:GND2, and J3:GND$$3 to IC1:GND.
As there are multiple VBUS and GND pins on J3, you should ensure they are all effectively connected to create a robust power path. The connection points I've listed aim to maintain proper USB PD functionality and power delivery for devices downstream of the STUSB4500QTR.
Given the intricate nature of USB PD, you may need additional passive components or specific circuitry not mentioned here (like resistors for the CC lines or protection components). The exact implementation can vary based on your application requirements, such as the power profiles you plan to support or hardware design constraints.
Please review the datasheets and application notes for both components for more detailed information and example circuits.
1y
@copilot how can i connect STUSB4500QTR with BQ25180YBGR?
1y
To connect the STUSB4500QTR (designated as IC1) with the BQ25180YBGR (designated as U3) in your Flux Capacitor project, you generally need to consider the functionality of both ICs and how they interact. The STUSB4500QTR is a USB PD sink controller, and the BQ25180YBGR is a battery charger IC. A typical scenario involves using the STUSB4500QTR to negotiate power delivery, which then provides power to the BQ25180YBGR for battery charging.
Given the components and connections you have in your project, here's how you might connect them together. These suggestions are based on a typical application; you may need to adjust them according to your specific project requirements.
  1. VBUS Supply from USB to Charger:
    • The 'VBUS' from a USB connector (presumably through IC1 VBUS or similar pin) should be connected to the 'IN' pin of U3 to provide the input source for battery charging. This assumes you're using IC1 to negotiate power over USB-C and provide a controlled VBUS for charging.
    • Already in your design, IC1 VBUS is taken from Net 1d87530105d95943751cb5c191f2b077. You would route this VBUS directly to U3 IN (pin 2).
  2. Enable Signal:
    • If needed, you can use the 'VBUS_EN_SNK' pin from IC1, which is controlled by the USB PD negotiation outcome, to enable U3. However, U3 does not have a direct 'enable' pin, implying it's always enabled as long as there is power. Thus, this step may not be required.
  3. I2C Communication (Optional):
    • Both IC1 and U3 support I2C communication. If you need to configure or monitor the charger IC via the USB PD controller, you would connect the I2C lines (SCL and SDA) between them. However, based on your current design, it does not seem like direct I2C communication between IC1 and U3 is contemplated. If this changes, you would connect IC1: SCL (pin 7) to U3: SCL (pin 3), and IC1: SDA (pin 8) to U3: SDA (pin 8). Note that proper pull-up resistors should be added to each I2C line (typically $4.7k$ to $10k$ ohms to the I2C bus voltage level).
  4. Ground Connection:
    • Connect IC1 (GND, pin 25) to U3 (GND, pin 5) to ensure that they have a common ground reference.
Given these observations and connections, your project would look as follows (assuming the VBUS path is through other connections like a USB connector to IC1 and then to U3):
  • Connect IC1:VBUS_VS_DISCH (pin 18) to U3:IN (pin 2). (This assumes 'VBUS_VS_DISCH' refers to a VBUS related pin capable of providing power to the charger; if not, use the appropriate VBUS output from IC1.)
Note: The actual IC1 pin to use for providing VBUS to U3 might differ based on your design and how IC1 is configured. If IC1:VBUS_VS_DISCH (pin 18) does not directly provide VBUS power, ensure that the VBUS power path from your USB connector through IC1 is properly routed to U3:IN.
1y
@copilot how to connect STUSB4500QTR and NRF52820-QDAA-R?
1y
To connect the STUSB4500QTR (IC1) and the NRF52820-QDAA-R (U2) effectively, you will likely want to focus on ensuring power management and communication interfaces are correctly set up between these two components. Given the components and their functionalities, I'll assume you want to manage power and possibly use an I²C communication interface between them. The STUSB4500 is a USB Power Delivery controller, and the NRF52820 is a multiprotocol wireless SoC (System on Chip) with I²C capabilities.
Here are connection suggestions based on common practices:
Power Connections:
  • Ensure that both IC1 and U2 are supplied with the correct voltages. The STUSB4500QTR typically operates at 5V provided over USB, and the NRF52820-QDAA-R has flexible voltage requirements but commonly uses 3.3V for its operations. You might need a voltage regulator in between if your setup requires the NRF52820 to operate at a lower voltage than what USB provides.
I²C Communication:
  • Connect IC1 (STUSB4500QTR): SCL (Pin 7) to U2 (NRF52820-QDAA-R): P0.20 (or another GPIO configured as I²C SCL in your firmware).
  • Connect IC1 (STUSB4500QTR): SDA (Pin 8) to U2 (NRF52820-QDAA-R): P0.17 (or another GPIO configured as I²C SDA in your firmware).
Additional Important Connections:
  • Connect IC1 (STUSB4500QTR): VDD (Pin 24) to a 3.3V power source suitable for digital ICs. If U2's VDD sources are used, ensure they can supply enough current.
  • Connect all ground pins (GND) of both IC1 and U2 together to ensure they have a common ground reference.
Please note that the NRF52820-QDAA supports a wide range of peripherals and functionalities. Your use case might require additional or different connections, especially if you aim to utilize other features of the NRF52820 like GPIOs, ADCs, NFC, or the wireless capabilities.
This connection scheme makes several assumptions about your project's requirements and the operation environment. You may need to adjust these suggestions based on your specific project needs and the power source you're planning to use. Always consult the datasheets and application notes for detailed information on interfacing these components and for information on required external components (e.g., pull-up resistors for I²C bus).
1y
Someone is typing...
5
C1
Capacitance
0.1u F
U2
C2
Capacitance
0.1u F
J1
J2
IC1


  • 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

Bluetooth Pen

Bluetooth Pen
Created
Last updated by titties
2 Contributor(s)
titties
silvana217130

Controls

Properties

Availability & Pricing

DistributorQty 1
Digi-Key$4.17–$8.25
LCSC$7.79–$7.81
Mouser$7.69

Assets