Welcome to Embedded Teacher
Helping the students...
  • Home
  • Courses
  • How to use Latex Software
    • MicroController Interfacing >
      • ADC Interfacing
      • LCD Interfacing
      • Relay Interfacing
  • The Teacher
  • Feedback
  • Ask Queries

Ask difficulties/queries

19/5/2012

13 Comments

 
Dear Students,
Share your difficulties related to the topics covered on this site.
13 Comments
Sunil
20/5/2012 09:42:20 am

Please share the source code..

Reply
Brian Woodlark
14/6/2012 11:27:56 am

The videos are very good..Kindly add few more on microcontrollers. I need them for my course.

Reply
Haresh
4/11/2013 06:01:23 pm

Will u please add videos on the interfacing of other peripherals?

Reply
manoj jagdamwar
28/8/2014 07:39:41 am

sir, my question is not regarding to the topics covered on this site.
but i want t ask you a question that, our mobile battrey is specified with 16000 mAh ,
what is mean by mAh..?,
what is effect of mAh on battery...?
if mAh vary that effect on our battery life(means battery will support 3 Hour or 5 Hour).....?

Reply
SANJOY KUMAR GUHA
9/9/2014 03:17:56 pm

Sir, Please give some reference lectures on successive approximation type ADC converter.

Reply
eshwar
29/9/2014 05:55:10 am

Dear sir/madam,
i am using mp lab version 8.63 and i finished for led,lcd,keypad.. bt i trying to writing the adc program 90% i finished but i didt get output so please find out the problem for this program sir...............
#include <htc.h>
#include "lcd_sub.h"

void adcinit()
{
ADCON0=0xC1; //1100 0001
ADCON1=0x82; //1000 0010
}

int adc_main()
{
unsigned char x,y;
unsigned int s=0;
ADCON0=0xC1;
ADCON1=0x82;
ADGO=1;
while(ADIF==0);
ADIF=0;
x=ADRESL;
y=ADRESH;
s+=y;s<<=8;
s+=x;
return s;
}
void main()
{
TRISB=0x00;
TRISD=0x00;
for(;;)
{
lcd_init();
lcd_trans("temp ");
adcinit();
adc_main();
}
}

Reply
koky link
24/11/2014 03:47:07 am

Hi Sir. Youtube only has till part 5 - dual slope ADC. can give videos for pipeline and SAR ADC?

Thanks. love your videos :-)) a great teacher

Reply
S
4/12/2014 09:30:07 pm

Dear sir,
i am pursuing Masters in sensor technology from Europe. I havr difficluty in using LABVIEW software.Please help me by providing tutorial or guidelines for using LABVIEW.

Kind Regards
Shubha

Reply
AATISH NAGDIVE
7/4/2015 03:17:21 pm

Dear sir,
I want videos of PCB design using Protel. Please upload it if you have the same

Reply
anwar
12/9/2015 12:22:17 am

Do you part 6 to ADC series.

Reply
Angel De Castro
22/9/2015 03:14:21 pm

pls help me making the quantizer part of my adc ...i need schmtic^^

Reply
Pramod Shitole link
18/6/2016 09:20:23 am

Respected sir GM i am pramod shitole from vita adarsh college i have problem with introducing my voice with my video. i am using camstudio software please sir give the guide line me thank you pramod

Reply
Manoj Bhosale
4/8/2016 05:35:19 pm

Hello Sir,
I watched all the videos they were very good. My problem is I have to do some work related to ADC on ADuC7026 Board, which I am totally unaware of it. So please suggest some guidelines to deal with both ADuC7026 and ADC.

Reply



Leave a Reply.

    Picture





    V. B. Dharmadhikari is Associate Professor at Department of Electronics Engineering,  Walchand College of Engineering, Sangli and has experience of 28 years of teaching electronics engineering for UG and PG courses.

    Categories

    All
    Queries

    RSS Feed

Powered by Create your own unique website with customizable templates.