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

connect SW1 to U1 @copilot

connect SW1 to U1 @copilot
1y
Certainly! To connect the switch SW1 to the microcontroller U1, let's assume the button will be used to provide an input signal to one of the GPIO pins on U1. For simplicity, we will connect one side of the switch to ground and the other side to a GPIO pin.
Let's use U1 pin TOUCH1_GPIO1_A0_D0 for this connection.
Connections:
  1. Connect SW1:1 to U1:TOUCH1_GPIO1_A0_D0.
  2. Connect SW1:2 to U1:GND.
This configuration will allow the switch to signal a GPIO input on U1 when pressed. If the GPIO pin needs a pull-up resistor, ensure it is configured in the microcontroller's firmware.
Detailed Connection Steps:
  • Step 1: Wire one terminal of the switch (e.g., SW1:1) to the GPIO pin U1:TOUCH1_GPIO1_A0_D0).
  • Step 2: Wire the other terminal of the switch (e.g., SW1:2) to GND (e.g., U1:GND).
Ensure that the U1 firmware properly debounces the switch input if necessary. This will help in avoiding false triggering due to mechanical bounce effects.
1y
Someone is typing...
8
how do we connect PS1 to U1?

@copilot how do we connect PS1 to U1?
1y
To connect the BQ24195 (PS1) to 113991114 (U1), we need to ensure that U1 receives appropriate power and charging control signals from PS1. We'll make the following connections:
Power Connections
  • Power to U1 (VDD)
    • Connect PS1:SYS_1 to U1:3V3.
    • Connect PS1:SYS_2 to U1:3V3.
Ground Connections
  • System Ground
    • Connect PS1:PGND_1 to U1:GND.
    • Connect PS1:PGND_2 to U1:GND.
    • Connect PS1:EP to U1:GND.
Additional Connections
  • Battery and VBUS Connections
    • Connect PS1:VBUS_1 to a regulated USB VBUS source.
    • Connect PS1:VBUS_2 to the same regulated USB VBUS source.
    • Connect PS1:BAT_1 to the positive terminal of the battery.
    • Connect PS1:BAT_2 to the positive terminal of the battery.
I2C and Interrupt Connections
For communication between PS1 and U1, connect the I2C and interrupt lines as follows:
  • I2C Bus
    • Connect PS1:SCL to U1:TOUCH6_GPIO6_SCL_A5_D5.
    • Connect PS1:SDA to U1:TOUCH5_GPIO5_SDA_A4_D4.
  • Interrupt Line
    • Connect PS1:INT to a suitable GPIO on U1 (e.g., U1:D9_A9_MISO_GPIO8_TOUCH8).
Example Connections
  • Connect PS1:SYS_1 to U1:3V3.
  • Connect PS1:PGND_1 to U1:GND, PS1:PGND_2, PS1:EP, and J1:PIN2.
  • Connect PS1:SCL to U1:TOUCH6_GPIO6_SCL_A5_D5.
  • Connect PS1:SDA to U1:TOUCH5_GPIO5_SDA_A4_D4.
Would you like assistance with additional specific connections or parts of the design?
1y
Someone is typing...
10
do I need decoupling capacitors for the microphones?

@copilot do I need decoupling capacitors for the microphones?
1y
Yes, decoupling capacitors are generally recommended for sensitive components like microphones to filter out unwanted noise and stabilize the supply voltage.
For the SPH0645LM4H-B MEMS microphones you're using, it's good practice to place decoupling capacitors as close as possible to the VDD pin of each microphone. Typically, you would use a 0.1 µF capacitor (ceramic, X7R or X5R type) for this purpose.
Here’s how you should connect the decoupling capacitors to each microphone:
  • Place a 0.1 µF capacitor between the VDD pin and the GND pin of MK1.
  • Repeat the same for MK2.
Specific connections would be:
  • Connect 0.1 µF capacitor positive terminal to MK1:5 (VDD) and negative terminal to MK1:3 (GND).
  • Connect 0.1 µF capacitor positive terminal to MK2:5 (VDD) and negative terminal to MK2:3 (GND).
Ensure the capacitors are placed as close as possible to the microphone pins to be effective. If you need assistance integrating these into your design, just let me know!
1y
Someone is typing...
5
how do I connect a LiIon battery to PS1?

@copilot how do I connect a LiIon battery to PS1?
1y
To connect the LiIon battery to the BQ24195 (designated as PS1), you should connect the positive terminal of the battery to the BAT pins on the IC. According to the datasheet, the BQ24195 has the following relevant pins for the battery connection:
  • BAT (Pin 13,14): Battery connection point.
Here are the steps for connecting the battery:
  1. Battery positive terminal:
    • Connect the positive terminal of the battery to PS1:BAT_1 and PS1:BAT_2.
    • Place a 10 µF capacitor close to these pins as recommended.
  2. Battery negative terminal (ground):
    • Connect the negative terminal of the battery to the ground (GND). You can connect it to one of the ground pins (PGND).
Detailed connections:
  • Connect the positive terminal of the battery to PS1:BAT_1 and PS1:BAT_2.
  • Connect the negative terminal of the battery to the common ground net.
Additionally, make sure to place the decoupling capacitor close to the IC between BAT and ground following these instructions:
  • Place a 10 µF capacitor between PS1:BAT_1 and ground.
Example Setup:
Battery Positive Terminal: 
   Connect to PS1:BAT_1 and PS1:BAT_2.
   
Battery Negative Terminal:
    Connect to GND.

// Capacitor
    10 µF Capacitor:
       Connect between PS1:BAT_1 and GND.
This setup ensures that the battery is correctly connected and the IC is sufficiently decoupled.
1y
Someone is typing...
6
connect LED1 to U1

@copilot connect LED1 to U1
1y
To connect the WS2812B-B RGB LED (LED1) to the XIAO-ESP32S3 (U1), use the following connections:
  1. Connect LED1:VDD to U1:3V3 or U1:5V, depending on your preferred operating voltage.
  2. Connect LED1:VSS to U1:GND.
  3. Connect LED1:DIN to U1:D10_A10_MOSI_GPIO9_TOUCH9).
So the connections will be:
  • Connect LED1:VDD to U1:3V3 or U1:5V.
  • Connect LED1:VSS to U1:GND.
  • Connect LED1:DIN to U1:D10_A10_MOSI_GPIO9_TOUCH9).
If these suggestions don't match your requirements, let me know more specifics!
1y
connect LED1 to U1
1y
Someone is typing...
7
please compare U2 and U3 for this application

@copilot please compare U2 and U3 for this application
1y
Let's compare the MPU-9250 (U2) and BNO055 (U3) for your AI pendant application:
MPU-9250 (U2)
  1. Features:
    • 3-axis gyroscope
    • 3-axis accelerometer
    • 3-axis magnetometer
    • Interface: I²C/SPI
    • Digital Motion Processor (DMP)
    • Low power consumption
  2. Specifications:
    • Gyroscope range: ±250\pm250, ±500\pm500, ±1000\pm1000, ±2000\pm2000 degrees per second (dps)
    • Accelerometer range: ±2g\pm2g, ±4g\pm4g, ±8g\pm8g, ±16g\pm16g
    • Magnetometer range: ±4800 Î¼T\pm4800 \ \mu T with 16-bit resolution
  3. Pros:
    • High integration with multiple sensors in one package
    • Has DMP for offloading signal processing tasks from the main microcontroller
    • Lower cost compared to BNO055
  4. Cons:
    • Requires more complex algorithms for sensor fusion and data processing compared to BNO055
    • Higher power consumption compared to BNO055 when using DMP
BNO055 (U3)
  1. Features:
    • 9-axis absolute orientation sensor
    • Combines a 3-axis gyroscope, 3-axis accelerometer, and 3-axis magnetometer
    • Interface: I²C/UART
    • Integrated sensor fusion algorithms
    • Ultra-low power mode
    • Onboard 32-bit microcontroller
  2. Specifications:
    • Gyroscope range: ±125\pm125, ±250\pm250, ±500\pm500, ±1000\pm1000, ±2000\pm2000 degrees per second (dps)
    • Accelerometer range: ±2g\pm2g, ±4g\pm4g, ±8g\pm8g, ±16g\pm16g
    • Magnetometer range: ±1300 Î¼T\pm1300 \ \mu T with 16-bit resolution
  3. Pros:
    • Simple to implement due to onboard sensor fusion algorithms
    • Lower power consumption due to integrated fusion algorithms
    • Provides fused sensor orientation data directly, reducing software overhead
  4. Cons:
    • Higher cost compared to MPU-9250
    • Slightly lower customizability for advanced data processing compared to MPU-9250
Comparison for Your Application (Small, Inexpensive AI Pendant)
  • Sensor Fusion & Processing: The BNO055 is more user-friendly with its integrated sensor fusion algorithms, which might be beneficial for an AI pendant to reduce overhead on the ESP32-S3 microcontroller.
  • Power Consumption: BNO055 generally consumes less power thanks to its sensor fusion, which is important for wearable applications with limited battery life.
  • Cost: MPU-9250 is cheaper, which could help in keeping the overall cost down.
  • Design Complexity: The BNO055 simplifies design as it handles all sensor fusion internally, while the MPU-9250 would require you to implement these algorithms on the microcontroller or software side.
Recommendation:
For your AI pendant, the BNO055 seems to be more suitable due to its ease of integration, lower power consumption, and onboard processing capabilities, despite its higher cost. This would simplify your design and offload some processing tasks from the microcontroller, improving the overall efficiency of your wearable device.
1y
Someone is typing...
2
how do we connect U2 to U1?

@copilot how do we connect U2 to U1?
1y
To connect the BNO055 (designated as U2) to the ESP32-S3 (designated as U1), we can use the I2C interface. Here's how to make the connections:
  1. Power and Ground:
    • Connect U2:VDD to U1:3V3
    • Connect U2:GND to U1:GND
  2. I2C Data and Clock Lines:
    • Connect U2:SDA to U1:TOUCH5_GPIO5_SDA_A4_D4
    • Connect U2:SCL to U1:TOUCH6_GPIO6_SCL_A5_D5
  3. Interrupt Pin:
    • Connect U2:INT to an available GPIO pin on U1. (Let's assume U1:GPIO43_TX_D6)
  4. Protocol Select Pins:
    • Connect U2:PS0 to GND
    • Connect U2:PS1 to GND
Here's a summary of the connections:
  • Connect U2:VDD to U1:3V3
  • Connect U2:GND to U1:GND
  • Connect U2:SDA to U1:TOUCH5_GPIO5_SDA_A4_D4
  • Connect U2:SCL to U1:TOUCH6_GPIO6_SCL_A5_D5
  • Connect U2:INT to U1:GPIO43_TX_D6
  • Connect U2:PS0 to GND
  • Connect U2:PS1 to GND
This setup ensures that the BNO055 IMU sensor communicates with the ESP32-S3 microcontroller using the I2C protocol. If you have any specific preferences or additional requirements, please let me know!
1y
Someone is typing...
9
how can I connect both microphones to U1, I want to use a single I2S bus for the...

@copilot how can I connect both microphones to U1, I want to use a single I2S bus for them
1y
To connect both microphones (MK1 and MK2) to the I2S interface of U1 (ESP32-S3), you can configure them to use a single I2S bus. The ESP32-S3 supports such configurations as you can map the I2S signals to any GPIO for stereo input. You'll need to use one of the I2S interfaces available on the ESP32-S3.
Here’s a detailed connection setup:
  1. Connect the BCLK (Bit Clock):
    • Connect MK1:4 to MK2:4.
    • Connect both MK1:4 and MK2:4 to U1. You can use GPIO pin 7 on U1.
    Example:
  2. Connect the WS (Word Select) Clock:
    • Connect MK1:1 to MK2:1.
    • Connect both MK1:1 and MK2:1 to U1. You can use GPIO pin 8 on U1.
    Example:
  3. Connect the DATA: Since the microphones will share the data line, their data outputs need to be multiplexed or sequentially managed. This can be managed through software on the ESP32.
    • Connect MK1:6 and MK2:6 to U1. You can use any GPIO pin for the I2S data IN, such as GPIO36 on U1.
    Example:
    • Connect MK1:6 and MK2:6 to U1:n (example GPIO36).
  4. Connect the POWER and GND:
    • Connect MK1:5 and MK2:5 to U1:12 (3.3V).
    • Connect MK1:3 and MK2:3 to U1:13 (GND).
To summarize, here are the connections:
  • Bit Clock (BCLK):
  • Word Select (WS):
  • Data:
    • Connect MK1:6 and MK2:6 to U1:n (example GPIO36 or another available GPIO for I2S data IN).
  • Power and Ground:
    • Connect MK1:5 and MK2:5 to U1:12 (3.3V).
    • Connect MK1:3 and MK2:3 to U1:13 (GND).
Ensure that your firmware is configured accordingly to handle both microphones on the same I2S bus. The configuration and management of data from both microphones will need to be suitably handled in your code.
1y
Someone is typing...
4
Generate a markdown-formatted table to compare PS1, PS2. Highlight the main diff...

@copilot Generate a markdown-formatted table to compare PS1, PS2. Highlight the main differences between them. I am especially interested in the electrical differences (maximum ratings, input and output voltages, currents, etc), pinout differences, tolerances, and main features.
1y
Sure, let's compare PS1 ($TP5410$) and PS2 ($BQ24195$) focusing mainly on the electrical differences, pinout differences, tolerances, and main features.
Here's a markdown-formatted table summarizing the key parameters:

Markdown


| Parameter                               | [TP5410](https://www.flux.ai/search?type=components&q=TP5410)                          | [BQ24195](https://www.flux.ai/search?type=components&q=BQ24195)                        |
|-----------------------------------------|----------------------------------------------------|----------------------------------------------------|
| **Voltage Input Range**                 | 5V                                                  | 3.9V to 17V                                         |
| **Max Input Voltage**                   | 5.5V-6.8V                                           | 22V                                                |
| **Max Output Voltage**                  | 5.25V                                               | 6V                                                 |
| **Output Current**                      | 1A $ (\text{charger})$, 3A $ (\text{boost})$      | 3A                                                 |
| **Switching Frequency**                 | Not specified                                       | 1.5 MHz                                            |
| **Charging Method**                     | Boost controller                                    | Buck-boost converter                                |
| **Number of Pins**                      | 9 $(1-8, EP)$                                       | 25 $(1-24, EP)$                                     |
| **Pinout - Power**                      | VOUT, VCC, BAT, GND, LX                             | VBUS, BAT, SYS, PGND, REGN, PMID                   |
| **Pinout - Control**                    | CHRG, STDBY, PROG                                   | D+, D-, STAT, SCL, SDA, INT, OTG, CE, ILIM, TS1, TS2 |
| **Operating Temperature Range**         | Not specified                                       | -40ºC to 85ºC                                       |
| **Main Features**                       | Boost 1A Lithium-Ion Battery Charger                | Autonomous Battery Charging, Wide Input Operating Voltage Range, NVDC Power Path, Ideal Diode Operation|
| **Tolerances**                          | Not specified                                       | ESD withstand: 2kV HBM, 500V CDM                    |
Key Differences:
  1. Voltage and Current Ratings:
    • Input Voltage: $TP5410$ has a fixed 5V input, whereas $BQ24195$ supports a wide input range from 3.9V to 17V.
    • Output Voltage: $TP5410$ provides a specific 5.25V output, while $BQ24195$'s max output is 6V.
    • Output Current: $TP5410$ can handle 1A for charging and 3A in boost mode, whereas $BQ24195$ supports up to 3A.
  2. Switching Frequency:
    • $TP5410$ does not specify its switching frequency, while $BQ24195$ operates at 1.5 MHz, suitable for low-profile inductors.
  3. Pin Configuration and Control:
    • $TP5410$ has fewer pins (9) compared to the $BQ24195$'s 25. $BQ24195$ includes several control pins for advanced functionalities like data communication, status indication, and temperature sensing.
    • $BQ24195$ also includes pins for NVDC power path management and ideal diode operation, which are not present in $TP5410$.
  4. Main Features and Use Cases:
    • $TP5410$ is mainly a boost controller for 1A lithium-ion battery charging.
    • $BQ24195$ offers more advanced and autonomous battery management features, including compatibility with various adapters and operating without a battery.
  5. Tolerances:
    • $BQ24195$ specifies ESD protection levels whereas $TP5410$ does not mention tolerances explicitly.
These differences highlight that $BQ24195$ is a more advanced and feature-rich IC suitable for complex power management tasks, whereas $TP5410$ is more simplified and serves basic charging and boost functionalities.
1y
which would you recommend for this application?
1y
For your application—a small, inexpensive AI pendant that includes sound recording, RGB LED indication, and requires onboard processing and cloud connectivity through mobile phone tethering—the BQ24195 would be the better choice. Here are the reasons why:
Advantages of BQ24195:
  1. Wide Input Voltage Range:
    • Supports 3.9V to 17V, accommodating various power sources including USB, wall adapters, and car batteries.
  2. Advanced Power Path Management:
    • The narrow VDC (NVDC) architecture allows seamless switching between battery and input power sources to maintain system operation.
  3. Boost Converter Capabilities:
    • Can act as a boost converter to power other devices through USB port while charging the pendant.
  4. High Output Current:
    • Supports up to 3A, which covers the power requirements for the ESP32-S3 module and additional components such as LEDs and sensors.
  5. Compliance:
    • Its support for USB charging specifications and wide input voltage range ensures compliance with common power standards and enhances compatibility.
  6. Additional Control Features:
    • Integrated I2C communication, status indication, and several control features like input current limit detection provide greater flexibility and extensive monitoring capabilities.
Summary:
Given the functional requirements of your AI pendant—such as WiFi/Bluetooth connectivity, onboard processing with ESP32-S3, and RGB LED indication—the BQ24195 offers the necessary flexibility, advanced power management, and compatibility with various input sources. Its robust feature set ensures efficient power delivery and seamless operation across differing use conditions, making it well-suited for your application.
1y
what is the cost and availability for PS2?
1y
The cost and availability details for the BQ24195 (PS2) were not explicitly detailed in the project description provided. However, the table typically comprises pricing and availability from key distributors. Here's some general advice on how to check for cost and availability:
Steps to Check:
  1. Distributor Websites:
    • Digi-Key
    • Mouser
    • LCSC
    • Arrow
    • Avnet
    • Verical
  2. Search Engines:
    • Use component-specific search engines like Octopart or FindChips to get aggregated information from various distributors.
  3. Manufacturer's Website:
    • Visit the Texas Instruments website and search for BQ24195.
To give you a rough idea, the price range for a similar power management IC like the BQ24195L usually falls between $2 and $5 per unit in quantities typical for prototyping and small-scale production. For exact pricing and availability:
Example Check:
Here's a likely markdown format for pricing and availability details, which you would need to confirm from actual source:

Markdown


## Manufacturer Part Number: BQ24195
### Pricing & Stock Availability by Distributor

#### Digi-Key
Price: $2.74 – $5.18
Stock: 4K – 12K
LifeCycleStatus: In Production

#### Mouser
Price: $3.12 – $5.23
Stock: 3.5K
LifeCycleStatus: In Production

#### Arrow
Price: $2.50 – $5.00
Stock: 2K
LifeCycleStatus: In Production
Conclusion:
  • To confirm the current cost and availability of the BQ24195, I would recommend checking the latest prices on the distributor websites mentioned above. This ensures you have the most accurate and up-to-date information.
1y
Someone is typing...
3
SW1
J1
MK1 VDD - MK2 VDD
C3
Capacitance
10uF
MK1 WS - MK2 WS
MK1 BCLK - MK2 BCLK
PS1
LED1 DIN - U1 D10_A10_MOSI_GPIO9_TOUCH9
SW1 1 - U1 TOUCH1_GPIO1_A0_D0
MK1 VDD - MK2 VDD
LED1 VSS - U1 GND
LED1 VSS - U1 GND
LED1 DIN - U1 D10_A10_MOSI_GPIO9_TOUCH9
SW1 1 - U1 TOUCH1_GPIO1_A0_D0
LED1
U1
U2
Not Recommended for New Designs


  • 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

IoT Devices and Wearables (no components)

IoT Devices and Wearables (no components) thumbnail
Small, inexpensive AI pendant. Records sound after user presses a button. Indicate behavior with RGB LED. Onboard processing and cloud connectivity through mobile phone tethering.

Properties

USB, WiFi, Bluetooth

Wi-Fi, Bluetooth

1.8V to 5V

10 to 90%

RoHS, FCC, CE

-10°C to 70°C

PCB Trace

RGB Led, microphone, push button

20,000 hrs

10 years

Wearables

Consumer Electronics

Pricing & Availability

Distributor

Qty 1

Arrow

$7.46–$7.49

Digi-Key

$19.33–$26.39

LCSC

$10.88

Mouser

$24.56

Verical

$7.49–$7.72

Controls