AC Voltage Measurement Using Pic Microcontroller - Two Methods
AC Voltage Measurement Using Pic Microcontroller - Two Methods
Table of Contents
Vout = 7.8301/2 =
3.90155;
ADCON0.ADON=0;
max=t[0];
for(i=0; i<=39; i++)
{
if(max<t[i])
max=t[i];
}
max=max*.707106781;
intToStr(max, txt);
Lcd_out(1,9,txt);
delay_ms(1000);
}
void main()
{
Lcd_Init(); // Initialize LCD
ADCON0.ADCS1=1;
ADCON0.ADCS1=0;
ADCON0.ADON=0;
while(1)
{
Lcd_out(1,1, "Voltage:");
voltage_READ();
}
}
[button-brown url=”http://store.microcontrollerslab.com
/product/ac-voltage-measurement-using-pic16f877a-
microcontroller/” target=”_blank” position=”left”]Buy code
and proteus simulation in 15$[/button-brown]
Potential transformer
Bridge recti�er
voltage divider circuit
Liquid crystal display
PIC16F877A pic microcontroller
Ns/Np = Vs/Vp
PIC16F877A microcontroller:
List of components :
List of required componensts for how to measure ac
voltage is given below:
Category,Reference,Value,Order Code
Capacitors,"C1",22pF,
Capacitors,"C2",22pF,
Resistor R1 = 30K , R2 = 10K, R3 = 10K;
Integrated Circuits,"U1",PIC16F877A,
Diodes,"D1",1N4007,
Diodes,"D2",1N4007,
Diodes,"D3",1N4007,
Diodes,"D4",1N4007,
Miscellaneous,"TR1",TRAN-2P2S PT,
Miscellaneous,"X1",CRYSTAL 8MHZ,
float maxpoint = 0;
int i;
unsigned int temp=0;
char ch[5];
void main()
{
TRISA = 0XFF;// All input
TRISB0_bit = 1;//set as input
TRISB1_bit = 1;//set as input
ADC_Init();
while(1)
{
Lcd_Out(1,1,"AC voltage");
for(i=0;i<500;i++)
{
if(temp = ADC_Read(0),temp>maxpoint)
{
maxpoint = temp;
}
}
maxpoint = ( maxpoint * 5 )/ (1023) ;
maxpoint = maxpoint * 4;
maxpoint = maxpoint + 1.4;
maxpoint = maxpoint * 18;
maxpoint = maxpoint * ( 1 / sqrt(2) );
intToStr(maxpoint, ch);
lcd_out(2,1, Ltrim(ch));
maxpoint = 0;
}// while
}// void mai
Email Address
SUBSCRIBE
Hi,
can you send me its code and simulation
�le……………?
thanks ,
id: [email protected]
Reply
masood
March 24, 2016 at 2:06 am
Hi,
can you send me its code and simulation
�le……………?
thanks ,
[email protected]
Reply
BILAL
March 9, 2018 at 12:14 pm
uday
October 5, 2014 at 4:25 pm
Reply
Prashant
October 6, 2014 at 5:49 am
Nice post.
Send schematic and code on
[email protected]
Reply
idreesmuhamed
October 9, 2014 at 4:48 pm
Reply
Visitor
October 11, 2014 at 6:14 pm
Reply
BILAL Malik
October 12, 2014 at 3:21 pm
Reply
immad
May 12, 2015 at 11:10 pm
Deepak
October 12, 2014 at 3:09 pm
Reply
BILAL Malik
October 12, 2014 at 3:32 pm
Reply
Wak
March 13, 2017 at 2:34 am
Please I need to measure three phase voltage
line to line and three. Phase current by using
pic18f4550
Reply
prabakaran
October 12, 2014 at 5:55 pm
Reply
BILAL Malik
October 12, 2014 at 5:58 pm
Reply
Abuzur
October 27, 2014 at 12:19 pm
Dear Bilal,
Good work keep going, send me the source code
in .c �le if possible.
Reply
pulsetronics
October 28, 2014 at 12:52 pm
Reply
pulsetronics
October 28, 2014 at 12:53 pm
vu bao
November 10, 2014 at 3:23 am
v=v*(10.0/1023.0);
v=(v-5);
t[i]=v*110.1909091;
Reply
Amanti
June 1, 2018 at 11:13 pm
Reply
Hello
Can you sent me the simulation �le to
[email protected]
Reply
DHURGHAM
November 19, 2014 at 8:12 am
Reply
naveen
December 1, 2014 at 4:39 am
nice work
Reply
med
December 26, 2014 at 9:21 am
think you
Reply
ateeb akmal
January 2, 2015 at 6:24 pm
Reply
Mrunal
January 6, 2015 at 3:53 am
Reply
Vijay
January 7, 2015 at 4:42 am
Reply
BILAL Malik
January 7, 2015 at 8:58 am
check your circuit connections and its also
depend on maximum input voltage to di�erence
ampli�er
Reply
Hashim Ashraf
March 30, 2017 at 1:34 pm
Reply
Mrunal
January 8, 2015 at 5:53 am
Reply
frendy
January 12, 2015 at 2:29 am
Hi Bilal Malik
thanks
frendy
Reply
Mrunal
January 13, 2015 at 10:41 am
Reply
Mrunal
January 17, 2015 at 4:48 am
Reply
BILAL Malik
January 17, 2015 at 6:54 pm
Reply
Mrunal
January 20, 2015 at 4:36 am
Reply
Nitz
June 15, 2017 at 12:29 am
Reply
Mho
April 5, 2018 at 5:16 pm
Mho
May 30, 2018 at 5:04 pm
Nasaii Mustafa
March 14, 2017 at 10:59 am
Reply
Mrunal Ahirrao
January 21, 2015 at 11:43 am
Reply
Tung
January 22, 2015 at 10:37 am
Reply
Justin Jose
February 2, 2015 at 9:41 am
Reply
Ayotomiwa Adekahunsi
February 5, 2015 at 9:26 am
Reply
BILAL Malik
February 5, 2015 at 9:30 am
Reply
mpandi
February 7, 2015 at 5:50 am
Nice post Please send schematics and code .i am
also interested in MCU projects Kindly help me..
Reply
Asfand Sattar
February 12, 2015 at 4:13 pm
Please Email !
Thank you
Reply
mahdi
February 12, 2015 at 1:13 pm
hi dear
please send me your code and explain more
about how measuring voltage and current.
Reply
Mase Ashipala
February 18, 2015 at 11:59 am
Hi there please send me your code for this AC
voltmeter and ammeter project. I am very much
interested in this project .
Thanks a million
Reply
Pandi
February 22, 2015 at 12:06 pm
Reply
joynal
March 2, 2015 at 7:43 am
Hi
can you send me its code and simulation �le
email: [email protected]
Reply
Bilal Malik
May 7, 2015 at 12:06 am
Reply
email—- [email protected]
Reply
Ajay Rai
March 18, 2015 at 10:51 am
hi,
can u pls send me the code and its simulation
�le..
thanks
Ajay Rai
[email protected]
Reply
TAnvir Mahtab
March 23, 2015 at 7:23 am
Hi,
I am Tanvir Mahtab from Bangladesh. Is this
circuit work in 220VAC ?
Please give me complete project.
e-mail: [email protected]
Thank you.
Reply
BILAL Malik
March 24, 2015 at 2:22 pm
yes it can measure 220volt AC
Reply
RaviKumar
March 25, 2015 at 12:54 pm
Reply
BILAL Malik
March 25, 2015 at 1:00 pm
Reply
Abhishek c
April 8, 2015 at 7:00 pm
Reply
sajan
March 27, 2015 at 7:42 pm
ID : [email protected]
Can i Do the Same Stu� Using AC-AC adapter????
Reply
mahdi
March 29, 2015 at 10:47 am
hi
please send me the code and schematic of
voltmeter and ammeter.
thank you.
[email protected]
Reply
kalyan
April 4, 2015 at 11:59 am
regards
kalyan
Reply
Jalal Khan
April 7, 2015 at 7:33 pm
Abhishek c
April 8, 2015 at 6:58 pm
lacika
April 8, 2015 at 9:28 pm
Hi,
can you send me its code and simulation
�le……………?
thanks ,
id: [email protected]
Reply
chitra
April 9, 2015 at 1:58 pm
Sir,
will you pls mail me code of pic16f877a for closed
loop voltage regulation of a converter in MPLAB if
possible
Regards,
Chitra
Reply
BILAL Malik
April 9, 2015 at 2:19 pm
Reply
Prashanth
April 9, 2015 at 2:52 pm
Reply
vasyl
April 16, 2015 at 10:26 pm
Hi!
Plz send me the mickroC code and proteus �le for
this project.
Thanks,
BR Vasyl
Reply
shukri
April 17, 2015 at 4:05 pm
Reply
Justin
April 24, 2015 at 5:31 pm
trinh dat
May 1, 2015 at 9:56 am
very good
please send me its code and simulations
thanks you
Reply
trinh dat
May 1, 2015 at 9:59 am
Email: [email protected]
Reply
trinh dat
May 1, 2015 at 9:58 am
please send me code and simulation, thanks you
very much
Email: [email protected]
Reply
quoc dat
May 1, 2015 at 10:05 am
Reply
RK
May 10, 2015 at 5:55 pm
Hi Friends,
Can you explain this step on the source code:
v=v*(10.0/1023.0);
v=(v-5);
t[i]=v*110.1909091;
please explain how to �nd 110.1909091 value
Thank U
Reply
BILAL Malik
May 10, 2015 at 7:33 pm
Reply
RK
May 10, 2015 at 9:27 pm
BILAL Malik
May 10, 2015 at 10:27 pm
Reply
RK
May 11, 2015 at 7:43 pm
Hi friend
I am try to adjust the gain of di�erence ampli�er
to change R8 value change to 15KOHm
gain =15K(1.2m+1.2m+2.2K)
gain = .0062443
source code
v=v*(10.0/1023.0);
v=(v-5);
t[i]=v*160.1467
Reply
syuhada
May 12, 2015 at 10:22 pm
Reply
BILAL Malik
May 12, 2015 at 10:23 pm
Reply
Iro
June 4, 2015 at 11:14 pm
Dear Bilal,
Iro
Reply
Bracoch
June 9, 2015 at 11:41 pm
Thenk’s!!!
Reply
badr
June 10, 2015 at 7:19 pm
Reply
JOEL
June 13, 2015 at 8:38 am
hi,
thanks for such an interesting and nice tutorial.
please send me the source code and simulation.
[email protected]
Reply
chinnathambi.J
June 23, 2015 at 3:54 pm
Reply
Jowah Lewis
July 5, 2015 at 6:00 am
Reply
ajikumar
July 5, 2015 at 6:35 am
Reply
BILAL Malik
July 5, 2015 at 12:45 pm
code is given in post
Reply
shiva
July 7, 2015 at 11:52 am
sir
we are using pic18 . how to provide input to pic18
from potential divider circuit. ? code is not clear
please explain in detail. please reply to my email
id.thank you……….
Reply
BILAL Malik
July 7, 2015 at 5:22 pm
Reply
ali
July 8, 2015 at 12:50 am
hi
please send me code for this AC voltmeter and
ammeter projects
Thank you
Reply
Ahmad
July 8, 2015 at 1:42 am
Hello Sir
Thanks a lot
Reply
Mahreen
July 13, 2015 at 10:42 am
Reply
alireza
July 16, 2015 at 9:20 am
Hello
Please send me simulation �le.
Thank you.
Reply
mohammad
July 29, 2015 at 1:16 pm
Reply
Morsi Jaber
August 8, 2015 at 5:52 pm
Reply
Mayuri
August 10, 2015 at 4:27 pm
Reply
Mayuri
August 10, 2015 at 4:28 pm
Reply
abdullah
August 12, 2015 at 4:45 am
Reply
ayat
August 26, 2015 at 12:54 am
hi any one have model related this topic ”
automatic load sharing of transformer by using
gsm technique
Reply
Bilal Malik
September 6, 2015 at 3:07 am
Reply
ayat
September 7, 2015 at 8:05 pm
Reply
Bilal Malik
September 8, 2015 at 11:41 am
@disqus_DxKEfDmTkd:disqus contact me at
[email protected]
Reply
Gourab
September 5, 2015 at 9:12 am
Reply
Bilal Malik
September 6, 2015 at 3:07 am
chand hanif
September 16, 2015 at 12:34 pm
chand hanif
September 16, 2015 at 12:40 pm
althaf k
October 1, 2015 at 10:50 pm
Paccy
October 6, 2015 at 12:04 pm
HELLO SIR,
Current value is also shown in the simulation pic.
sir can you please explain how that current is
measured.
Reply
Bilal Malik
October 8, 2015 at 2:45 pm
Reply
jemshihas
October 14, 2015 at 6:20 pm
hi
i appreciate for your great work…
sir what is the relevance of 40 in int t[40];
Reply
Kivutha Danson
October 21, 2015 at 5:53 pm
good project can you share it at my email;
[email protected]
Reply
Tiệp Lê
November 8, 2015 at 11:10 pm
Reply
Bilal Malik
November 13, 2015 at 11:42 am
Reply
safeedeen
November 11, 2015 at 10:32 pm
Bilal Malik
November 13, 2015 at 11:41 am
Reply
joe li
November 30, 2015 at 4:08 pm
Reply
Reply
ﺣﺴﺎن ﻣﺤﻤﺪ اﻟﺸﻴﺦ ﺳﻌﻴﺪ
December 5, 2015 at 9:20 am
Reply
Nigromante
December 12, 2015 at 2:43 am
Reply
Azlan rizal
December 25, 2015 at 7:43 am
Hai,
For the �rst method using di�erence ampli�er,
what is the wattage for resistor R1,R2,R3 and R4?
Is it 10w,5w or 1/4w ?
Reply
BILAL Malik
January 9, 2016 at 9:32 pm
Reply
rocksstar
January 9, 2016 at 3:01 am
Reply
alif osman
January 10, 2016 at 2:15 pm
hello sir,
can you send me the complete �le for this project.
my email: [email protected].
thank you.
Reply
omer
January 14, 2016 at 9:07 pm
Hello,
Will you please send me the code and Simulation
of the di�erence method. @ Bilal Malik
email: [email protected]
Reply
Rolando
January 18, 2016 at 6:46 am
Great project.
Reply
KPBS
February 1, 2016 at 12:32 pm
Reply
Richard
February 9, 2016 at 1:58 am
[email protected]
Please send me the whole circuit and full code. If
you have the Python code that will be really nice!
Reply
Jagatheeswaran
February 9, 2016 at 5:37 pm
sura
February 13, 2016 at 8:11 pm
king mayor
February 13, 2016 at 11:07 pm
Reply
Sarfaraj
February 22, 2016 at 2:13 pm
Reply
BILAL Malik
February 22, 2016 at 9:31 pm
Reply
Vinoth
February 23, 2016 at 12:58 pm
Hi,
can you pls send me its full code ……………?
thanks ,
Reply
parthi
February 26, 2016 at 1:27 pm
can you pls send me its full code ……………?
thanks ,
ID: [email protected]
Reply
�x
February 28, 2016 at 12:27 am
cool job
Reply
�x
February 28, 2016 at 12:27 am
Reply
Ali Farkouh
February 29, 2016 at 6:43 pm
cool job,
pls sent me the code
Reply
Ali Farkouh
February 29, 2016 at 6:47 pm
Reply
Thushara
March 1, 2016 at 8:33 am
Reply
Angoh
March 5, 2020 at 11:33 am
ADC_Init();
Reply
Microcontrollers Lab
March 5, 2020 at 1:24 pm
Reply
Sayantan Ghosh
March 12, 2016 at 4:45 am
Reply
ja�ar
March 15, 2016 at 10:44 am
Reply
raouh
March 15, 2016 at 1:47 pm
marie
March 15, 2016 at 3:21 pm
Hello,
thank you for this project ,please send me its code
and simulation.
Reply
Ajlal
March 16, 2016 at 11:29 pm
Great work!!
Thanks.
Reply
BILAL Malik
March 17, 2016 at 1:09 am
Reply
ryu
March 21, 2016 at 10:39 am
Hello.
please me poject �les. code and simulation.
[email protected]
Reply
ryu
March 21, 2016 at 10:40 am
Reply
Donald J Murray
March 31, 2016 at 10:32 am
Reply
tejas shete
February 22, 2017 at 11:48 pm
Reply
Kevin Sekeres
April 1, 2016 at 9:41 pm
mourad
April 4, 2016 at 3:32 pm
mourad
April 4, 2016 at 3:34 pm
Reply
I have a question.
Why you not use bridge diode & divider voltage as
beginning without potential transformer. We use
another resistor values transforming 220V to less
than 5V?
Reply
Dheepu
April 25, 2016 at 5:39 pm
kamal
April 28, 2016 at 3:33 pm
Hi
while simulate , output always remain constant as
5v
even when i change ac source voltage o/p still 5 v
or will it works by practical
help
Reply
Foma
May 10, 2016 at 11:36 pm
Reply
Adil
May 12, 2016 at 1:28 am
Reply
raj
May 30, 2016 at 12:09 pm
Reply
Dov
June 5, 2016 at 6:06 pm
Reply
yahya
June 6, 2016 at 4:41 pm
its great,
pls send me the simulation and code.
Reply
BILAL Malik
June 7, 2016 at 2:14 pm
Reply
yahya
June 6, 2016 at 6:27 pm
can i use Lm741 instead
Reply
yahya
June 6, 2016 at 6:29 pm
Reply
yahya
June 7, 2016 at 12:00 pm
Hello,
this is great contribution.
I want to use ur idea in geophysics.
After injecting a current from 220v ac modi�ed
sine wave with two electrode inserted in the
earth, i will record the potential di�erence in
another two electrodes that does not have any
direct connection to the source electrodes.
so my questions are
1. can i use recti�er before/after the opamp to get
positive voltage in micro-controller(i am using
arduino uno).
2. can i replace the opamp with 741 ic
3. what do you suggest me to remove those
noises(self potential of the earth) coming from the
earth that does not have the same form from our
modi�ed sine wave. I saw some use synchronous
recti�er tapping from the source as a reference
signal.
Reply
saheed mustopha
June 27, 2016 at 9:09 am
Reply
adil
June 28, 2016 at 5:32 am
thank you
Reply
keerthi
July 7, 2016 at 9:39 am
Reply
Dien
July 14, 2016 at 11:16 am
Reply
Dien
July 14, 2016 at 11:22 am
Reply
Sarp
July 15, 2016 at 7:51 pm
What if the input is half wave recti�ed AC? Then
you measure the rms wrong by just processing
the positive part..
Reply
Oluwatobi
July 17, 2016 at 6:28 am
Reply
franka
July 22, 2016 at 1:57 pm
Reply
ashwati
July 30, 2016 at 1:14 pm
Reply
pip
September 27, 2016 at 1:39 pm
Hi Bilal,
Please, could you explain to me why there are “for
i=0; i<= x; i++" to get voltage?
Thanks.
Reply
Kingsley
September 28, 2016 at 5:53 pm
Reply
Kingsley
September 28, 2016 at 6:00 pm
Reply
albert
November 1, 2016 at 12:36 pm
Reply
Alex Hunter
December 14, 2016 at 5:16 pm
Excellent help me a lot, almost to start a project
about it.
Reply
Alex Hunter
December 14, 2016 at 5:22 pm
Alex
Reply
Rahul
December 14, 2016 at 7:08 pm
Reply
New Tan
December 18, 2016 at 3:46 pm
Reply
kumaresh
December 21, 2016 at 10:06 am
Hi,
can i use above circuit for three phase voltage
measurement, please give me any idea for that
and thanks.
Reply
tamil
December 30, 2016 at 11:11 am
Reply
Ravi N
January 3, 2017 at 11:27 pm
Hi
Wish You Happy New Year.
Nice Explanation. Great Work.
Can you Please share the complete code for the
Measurement of AC voltge & Current.
[email protected]
Thanks& Regards
Ravi
Reply
tamil
January 7, 2017 at 3:49 am
Hi
V= (10.0/1023.0); why 10?
V =(v-5.0); v-5.0 howw?
t[i]=v*110.1909091;
Please explain
[email protected]
Reply
tamil
January 7, 2017 at 9:27 am
Reply
José Miguel
March 31, 2017 at 2:11 am
Regards
Reply
satheesh
February 23, 2018 at 7:13 pm
Reply
simon ndungu
July 1, 2019 at 8:31 pm
@José Miguel
Isiguzo C. E.
December 9, 2019 at 8:53 am
Thank you!
Reply
burak
January 11, 2017 at 3:53 am
Hi
Can you send me the source code please ?
[email protected]
Reply
Jagdeep kataria
January 14, 2017 at 9:50 pm
Hi Bilal,
I read this article long time back, but didn’t got
chance to used it.
Now for one of my project I decided to use above
explained circuit.
I noticed one strange behaviour of above circuit
which I am not able to understand fully.
Reply
saheed
January 17, 2017 at 8:32 pm
Reply
Pawan Meshram
February 2, 2017 at 4:15 pm
Jay
March 1, 2017 at 10:34 am
Thanks,
Jay
Reply
francis
March 7, 2017 at 10:02 am
Reply
Rohan
March 9, 2017 at 9:51 pm
Hello, I have a query. In the di�erence ampli�er, I
am giving the Amplitude of 311V (for 220v) but
the LCD is showing 220v (No Fault) and for for the
amplitude of 340V (240V), the LCD is showing
240v (No Fault).
Then I realized that the circuit trips (Shows fault)
when the voltage reaches to 260V in the LCD.
I want to change this part. Can you please point
out that which part of this code is needed to
change?
Your project is really awesome, but if you help me
a little, it will be very much appreciable.
Thanks in advance 🙂
Reply
Sandar Lwin
March 12, 2017 at 6:21 pm
Reply
Nasaii Mustafa
March 13, 2017 at 9:13 pm
Hi Mr. Bilal Malik. actually im interested to the
“Alternating voltage measurement circuit
diagram(with complete code)”.Which is it can
measure 240Vac and current �ow. So how can i
get the code and circuit? if need pay or anything.
Please reply me on [email protected]. Thank
You Mr Bilal Malik
Reply
Bilal Malik
March 13, 2017 at 9:34 pm
contact me at
[email protected] if you want
to purchase code and circuit diagram
Reply
Ramtec
March 14, 2017 at 3:26 am
Reply
Emeraldo Ramos
May 15, 2019 at 5:03 pm
Reply
José Miguel
March 31, 2017 at 1:49 am
v= ADC_Read(0);
v =v*(10.0/1023.0);
…………
v = v*2; -> divider voltage was not considered
…………
v=(v-5.0);
t[i]=v*110.1909091;
Reply
José Miguel
March 31, 2017 at 2:08 am
Amanti
June 1, 2018 at 10:57 pm
Reply
Snoc
April 5, 2017 at 2:29 pm
Reply
Ali
April 12, 2017 at 10:54 pm
Reply
Nishit sehgal
July 19, 2017 at 12:13 pm
Hi,
why you are running for loop for only 39 times
and where you are using t[40] value, it is
confusing me,
i am also not able to change the value of power
supply to ampli�er and to R11 resistor, it is by
default Vcc, does that make any di�erence- dont
know how to make 12v or 5v.
Awaiting response
Reply
kang,yonkkoo
July 23, 2017 at 5:31 pm
Reply
Hossein
September 10, 2017 at 2:18 pm
Hello dear,
thank you for this teach, I create this circuit but I
have 2.5 volt in op-amp output(after R9), so I
measurement input voltage, after R1,R4 I have
98.5V AC, after R2,R5 I have ~0.3 VAC and after
R3,R6 I have ~0 VAC, so when I remove input 220
volt Output not change!!!
Can you help me for knowing where is my
mistake???
thanks a lot.
Reply
Hossein
September 14, 2017 at 11:31 am
Hello,
I use LM358, and couldn’t give a normal output,
so when I remove the Op-Amp. I can see 3.01
VAC after 2.2K resistors. but when op-amp is in
circuit output voltage is 0!!!!
Reply
usha
October 20, 2017 at 5:40 am
ayush kothari
October 26, 2017 at 5:56 pm
Joachim
October 27, 2017 at 3:14 pm
Reply
rohit
October 29, 2017 at 11:33 pm
hey ,
osm teach
how you maintain it to show current values on lcd
Reply
rohit
October 29, 2017 at 11:38 pm
Reply
naad
October 31, 2017 at 1:00 am
Reply
Ayanda
November 17, 2017 at 7:42 am
Reply
Milos
December 22, 2017 at 2:26 pm
Thank you.
Reply
gokula krishnan
January 17, 2018 at 12:13 pm
Reply
hosjiu
January 19, 2018 at 9:57 am
Reply
chathuranga
March 23, 2018 at 5:39 pm
Reply
Mho
April 3, 2018 at 1:31 pm
Reply
s.vinoj
April 12, 2018 at 7:38 am
omayma
April 13, 2018 at 3:26 am
oumayma
April 13, 2018 at 5:33 pm
Bhautik
April 13, 2018 at 6:06 pm
Reply
Sanjay Dalvi
April 17, 2018 at 7:36 pm
Reply
mahdi
April 30, 2018 at 10:39 pm
hi
please send me code
Reply
GOd's will
May 10, 2018 at 1:24 am
Idris
May 23, 2018 at 2:27 pm
Nitin Patil
June 6, 2018 at 6:06 pm
wa�
June 13, 2018 at 5:43 am
Reply
Okoye Franklin
October 22, 2018 at 8:20 pm
Mho
February 11, 2019 at 5:59 pm
Reply
Gowtham
October 30, 2018 at 9:50 pm
Vedika Vyas
January 8, 2019 at 5:29 pm
anil
January 9, 2019 at 2:08 pm
Reply
Vishu
May 15, 2019 at 2:30 pm
Hi,
Thnaks
Reply
sanju
June 6, 2019 at 12:28 pm
please send me the ckt and code for Alternating
voltage and current measurement
Reply
Tiham
June 21, 2019 at 2:52 pm
Reply
Chris
July 11, 2019 at 3:14 pm
Reply
diadia ndiaye
July 29, 2019 at 1:09 am
Emmasss
July 30, 2019 at 8:59 pm
[email protected]
Reply
ibrahim baalbaki
August 1, 2019 at 4:35 pm
Reply
NIRAKSHAA
August 19, 2019 at 10:46 pm
russell
November 11, 2019 at 12:43 am
habte nbrete
January 9, 2020 at 6:09 pm
Reply
diwas
February 10, 2020 at 8:52 pm
JJ
April 23, 2020 at 9:36 pm
Reply
james
June 16, 2020 at 11:48 pm
Thank You
Reply
Mark Chipper�eld
October 24, 2020 at 6:40 am
Mark Chipper�eld
October 24, 2020 at 6:44 am
Hi,
Mark
Reply
enrique
November 20, 2020 at 7:01 pm
osman
December 30, 2020 at 9:07 pm
dear
how can i control controll load use this program?
please help me.
thanks in advance.
Reply
Mohit Nair
January 8, 2021 at 10:45 pm
Reply
eng.zaid
January 9, 2021 at 3:10 am
Reply
Prince
February 4, 2021 at 5:27 am
Reply
ﻣﻬﺪﯾﺎر ﻣﻘﺪم
February 12, 2021 at 2:59 am
———————————————————————
———————————————–
Reply
Microcontrollers Lab
February 12, 2021 at 11:15 am
Reply
haider
June 4, 2021 at 1:39 am
Reply
Leave a Comment
Name *
Email *
Website
POST COMMENT
Temperature sensor
Buck Converter
Boost Converter
Buck-Boost Converter
Zero-crossing Detector
Digital Voltmeter
Digital Ammeter
Digital Ohmmeter
Digital DC wattmeter
Digital clock
AC Power Control
DS18S20 Interfacing
Digital Thermometer
Voltage Stabilizer
Electronic lock
Digital multimeter
Contactless tachometer
Cyclo Converter
Temperature controller
Accident Alarm
dspic33fj12GP202 SPWM
Digital Barometer
Three-phase SVPWM
3 phase VFD
Multilevel Inverter
AC Current Meter
DC Voltmeter 7-Segment
Subscribe to Blog via Email
Email Address
SUBSCRIBE
PCB Assembly Services
Categories
Select Category
ADVERTISEMENT
Recent Posts
ESP8266 Send Sensor Readings to Google Firebase and Build an
Android app to display Data
ADVERTISEMENT
Tutorials
ESP32
ESP8266
Pic Microcontroller
8051 Microcontroller
MSP430 Microcontroller
Arduino
Tiva LaunchPad
Email Address
SUBSCRIBE
Recent Posts
ESP8266 Send Sensor Readings to Google Firebase and Build
an Android app to display Data
ESP32 Send Sensor Readings to Google Firebase and Build an
Android app to display Data
BME680 with Arduino: Display Gas, Pressure, Temperature
and Humidity on OLED
MicroPython ESP32 and ESP8266: Program with VS Code and
Pymakr
ESP8266 NodeMCU Server-Sent Events (SSE) Web Server
(Arduino IDE)
Copyright © 2013-2021 Microcontrollerslab.com All Rights
Reserved