I am looking to sponsor passive components projects. It can be anything involving capacitors, inductors or resistors.
If you are instrested, please offer your project ideas in the comments below. Also, give me a rough idea of the BOM.
Randall
I am looking to sponsor passive components projects. It can be anything involving capacitors, inductors or resistors.
If you are instrested, please offer your project ideas in the comments below. Also, give me a rough idea of the BOM.
Randall
Hi Randall,
I'd love to build a custom PCB to implement a more permanent solution to a Split-core current sensor to be used in DIY projects -I used one in one of my projects. My idea is basically to work in two different approaches: with and without GND reference.
The sensor probably is the main component but the rest of the components are resistors and capacitors. A burden resistor dictates the resolution of the measurements and the max current that can be sensed safely, also uses other concepts like a resistor divider.
Luis
Having worked at a capacitor company, I can suggest projects like these where the caps are, relatively speaking, critical. Or at least, they are not an after-thought. 
Power Banks
Sometimes these are called "hold-up" circuits. Situations that require a large bank, or reserve, of energy but batteries, are not suitable. A common one is
UPSes (uninterrupted power supplies) which may have large banks of aluminum electrolytic or supercapacitors that provide energy until the batteries can start supplying it. SSDs are another one. SSD drives generally have large capacitor banks so that their TOC can be flushed to flash memory when the rails drop.
Variable Frequency Drives
With the popularity of electric vehicles, "DC Link" capacitors have been popular as well. In a motor drive (or inverter, or VFD) you typically have an incoming voltage and frequency (aka supply) with an output voltage and frequency (aka output). In between are inverters to convert the incoming AC (if it is AC) to DC and then the output stage is DC to AC. That conversion allows for changing the output's voltage and frequency. In between the stage sits huge capacitors. For electric vehicles, windmills, and solar panels this can be 10s of thousands of microfarads. But any situation where you are driving something with variable speed, you need a capacitor for more than just "decoupling."
IoT / Harvesting
On the smaller end of the scale are IoT devices. In this case, I mean the types that harvest energy from the environment. They might include a piezo element that captures energy from vibration. Or, more commonly, solar panels. Storing that energy in a battery is sometimes costly, regarding power, because of the electrochemical process. So instead, energy is stored in a capacitor. The challenge here is designing a capacitor bank that has very low leakage. (In this situation, ceramics are good, (wet) aluminum electrolytics are not.)
Switched Capacitor Power Supply
An idea that keeps floating around power supply engineers is to eliminate inductors by using a "switched capacitor" design. It might be interesting to look at a DC-DC converter for a project like a small robot (something with high current motors and relatively high current microcontroller). You could build a traditional inductor based DC-DC converter as well as a switched capacitor design to compare efficiency, size, cost, etc.
Just a few to think about. Hopefully, someone can build something more creative on top of those.
Hi Randall,
I am working on an rfid chessboard project I designed utilizing 125 Khz rfid technology. The main chessboard, for each of the 64 squares, has passive components consisting of a coil and capacitor and fast switching diode. The chessboard scanning is accomplished by multiplexing a few active components, capacitors, and resistors and only requires a few GPIO pins from a micro controller (esp32). The micro controller takes care of deciphering the data stream, chessboard scanning, and signal generation. The micro controller really could be any out there but I wanted to utilize the built-in Bluetooth and wifi that comes with the esp32 later in the project.
So far approx BOM:
(64 1n4154 fast switching diodes
(64) coils ~ 275 uH,
(70) capacitors
(15) resistors
(1) LM324
(4) 74hc4066
(2) 74HC595
(1) 2N7000
(1) ESP32 sparkfun module
A few ideas:
... make lab instruments with Wheatstone bridge, Maxwell bridge, ... to measure unknown components.
... play with inductors, capacitors, resistors and opamps to show different filter types and configurations.
... show ripple filtering
I'm in the design stages (a month or two till we order components) of a power electronics project for multiphase, interleaved boost converters.. which means inductors & capacitors!
I'm also working on a power metering project which uses current transformers or Rogowski coils to measure current, though I'm not sure these apply.
Hi James,
You said "An idea that keeps floating around power supply engineers is to eliminate inductors by using a "switched capacitor" design" - do yuo know why that is?
Perhaps inductors, due to their series resistance, are inherently less efficient at storing/returning energy than the best electrolytics ? Maybe they are also heavier - adding net weight to the design and also being more at risk of damage if the device is dropped. I dropped my LED totch a few weeks ago whilst under the car, the torch stopped working and upon dismantling I found an inductor as been ripped off the PCB by the force of the impact. When I repair it I will be adding a good blob of adhesive or encapsulate it completely.
On a reliability viewpoint, I would have thought that inductors are far more reliable than electrolytics (blown ends, high ESR).
Rod
... eliminate inductors by using a "switched capacitor" design" - do yuo know why that is?
It is the usual design reasons, cost, parasitic losses, and physical size. Also, if you look at a coil manufacturer, the reason there are so many variations within a catalog series is that some application required a minor tweak. As a result, they add the "new" part number to the catalog. It makes multi-sourcing the inductor difficult because they are effectively custom designed.
The sourcing concern may not be an issue in most applications. But for the ones pushing the limits of power density, it is a significant problem.
On a reliability viewpoint, I would have thought that inductors are far more reliable than electrolytics
The applications where this technique might work wouldn't use electrolytics. It'd be high-frequency wide bandgap converters using ceramics. Large banks of C0G ceramics.
James, thank you for all the useful info.
Just as a kind of precursor to the resistance standard project, I wrote up a 4-wire measurement project here: