We all know that the Microcontrollers work only with digital values but in real world we have to deal with analog signals. That’s why ADC (Analog to Digital Converters) is there to convert real world ...
const int T1 = 13, T2=12, T3=11, T4 = 10, T5=9, T6= 8, zcR=3, zcS=1, zcT=0; // pin yang digunakan untuk Signal val1 = digitalRead(zcR); // read the input pin val2 = digitalRead(zcS); // read the input ...
This project can be used in the laboratories of industrial training institutes (ITIs), polytechnics, and engineering colleges to study the half-wave and full-wave rectifier waveforms using an Arduino ...