A capacitance meter is a device that is used to measure capacitance of a capacitor. In this project, we will develop two circuits: a) CIRCUIT1 - to measure capacitance in the range of 1µF to 4700µF b) ...
If you are just starting out in electronics, you need tools. But it is hard to build all your tools. Even though we see a lot of soldering station builds, you really ought to have a soldering iron to ...
float C1 = 0; //Aquí guardaremos la capacidad medida. volatile int led_pin = 12; //terminal al que conectamos un led que encenderemos lo que dure el pulso de entrada. volatile long t_inicio = 0; ...