This calculator helps estimate resonant frequency or compensation capacitor for a wireless EV charging primary coil. It is for first-step design and learning, not final tuning… Calculator by homemade-circuits.com EV Wireless LC Resonance Calculator EV Wireless LC Resonance Calculator Calculate: Resonant Frequency (Hz)Capacitance (µF)Inductance (µH) First Value: Primary Inductance µHCapacitance µFFrequency Hz Second Value: Primary […]
Calculator
How to Make a Simple Math Calculator using Arduino
In this post, I will show how to construct a calculator using Arduino, which can perform far complex arithmetical calculation than an ordinary calculator. Program: //——————-Program Developed by R.Girish—————// #include<math.h> float a = 500; float b = 105.33; float add; float sub; float divide; float mul; void setup() { Serial.begin(9600); Serial.println(“Simple Arduino Calculator:”); Serial.println(“n”); Serial.print(“a […]
Passive Power Factor Correction (PFC) Calculator
This passive PFC calculator does not use any MOSFET or PWM or switching frequency. It only uses 50 Hz mains and it only works with inductors and capacitors, so the only thing that matters is the reactance of the inductor and the reactance of the capacitor at the mains frequency. That is why the calculator […]
RC Snubber Calculator for MOSFETs, Relay Contacts and Triacs
This calculator is basically finding out two things: …so that we can make a perfect RC snubber for killing high voltage spikes across: Now let us break down everything it’s calculating. RC Snubber Calculator Application Type: MOSFETTRIACRelay Contact Peak Voltage (V): Peak Current (A): Rise Time (µs): Calculate Snubber © homemade-Circuits.com Basic Snubber Formula Logic […]
SMPS Flyback Boost Converter Calculator
This calculator tool supports a Boost Converter Flyback setup which means now the code considers: Corrected turns ratio and primary voltage logic since the flyback works by storing energy during “ON” time and transferring to secondary during “OFF” time. Flyback boost topology where output voltage is higher than input. An accurate duty cycle formula for […]




