Comments on: Using Analog Comparator in PIC Microcontroller https://electrosome.com/analog-comparator-pic-microcontroller/ You Inspire.....We Create..... Wed, 10 Oct 2018 18:38:33 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: M.W. Dilip https://electrosome.com/analog-comparator-pic-microcontroller/#comments/7180 Wed, 10 Oct 2018 18:38:33 +0000 https://electrosome.com/?p=2771#comment-7180 Hello sir
I want to pic16f628 knightrider chaser pwm mikroc programme

Please help me
Thank you.

]]>
By: Karam R Ghazal https://electrosome.com/analog-comparator-pic-microcontroller/#comments/6783 Sat, 20 May 2017 18:21:00 +0000 https://electrosome.com/?p=2771#comment-6783 hi ,,,, if i want to Compare tow value the first one is from potentiometer resestor and the other value is from LM35 sensor
When reading values are equal the dc motor will be start
what should i write in my code??

]]>
By: Ligo George https://electrosome.com/analog-comparator-pic-microcontroller/#comments/6279 Sat, 27 Aug 2016 08:18:00 +0000 https://electrosome.com/?p=2771#comment-6279 In reply to Selva Prakash Ksm.

Just use CMCON=0X0B; as you mentioned 011 mode in the below comment.. B = 1011

]]>
By: Ligo George https://electrosome.com/analog-comparator-pic-microcontroller/#comments/6278 Sat, 27 Aug 2016 08:05:00 +0000 https://electrosome.com/?p=2771#comment-6278 In reply to Selva Prakash Ksm.

You can change the CMCON register for that.

]]>
By: Ligo George https://electrosome.com/analog-comparator-pic-microcontroller/#comments/6236 Sat, 27 Aug 2016 06:36:00 +0000 https://electrosome.com/?p=2771#comment-6236 In reply to Sy Hoa.

Please explain what is the problem you are facing.

Kindly use our forums ( https://electrosome.com/forums/ ) for asking doubts outside the scope of above article.

]]>
By: Selva Prakash Ksm https://electrosome.com/analog-comparator-pic-microcontroller/#comments/6202 Thu, 28 Jul 2016 05:35:00 +0000 https://electrosome.com/?p=2771#comment-6202 #include
void main()
{
TRISA0=1;
TRISA1=1;
TRISA4=0;
PORTA=0X00;
CMCON=0X43;
if(C1OUT)
{
RA4=1;
}
else
RA4=0;
}
correct it pls

]]>
By: Selva Prakash Ksm https://electrosome.com/analog-comparator-pic-microcontroller/#comments/6201 Thu, 28 Jul 2016 05:26:00 +0000 https://electrosome.com/?p=2771#comment-6201 hii if i want to get indication from C1OUT in 011 mode what is the programe for it

]]>
By: Sy Hoa https://electrosome.com/analog-comparator-pic-microcontroller/#comments/6150 Fri, 03 Jun 2016 03:38:00 +0000 https://electrosome.com/?p=2771#comment-6150 comparator module by mikroelectronic. Help me! Thanks

]]>
By: sanjeewa https://electrosome.com/analog-comparator-pic-microcontroller/#comments/5184 Mon, 10 Aug 2015 18:26:00 +0000 https://electrosome.com/?p=2771#comment-5184 how to do pin of pic16f877a output ? from assembly lan.

]]>
By: Ligo George https://electrosome.com/analog-comparator-pic-microcontroller/#comments/2608 Thu, 12 Jun 2014 15:41:00 +0000 https://electrosome.com/?p=2771#comment-2608 In reply to joesph.

What is your doubt??

]]>