Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by anurag16

  1. A

    comparing voltage with giving look up table value in microcontroller

    i have 1 more question like external voltage i can give upto maximum 5 voltage to pic microcontroller ..... but i need upto 20 volt and also can display on LCD can i do that?
  2. A

    comparing voltage with giving look up table value in microcontroller

    i send you the mail of one of my labs LCD connection is given there...... if it is not help let me know Thank you
  3. A

    comparing voltage with giving look up table value in microcontroller

    do u i have to do ADCON0 = 0x01; 0000 0001,channel 0(AN 0),A/D is ON.
  4. A

    comparing voltage with giving look up table value in microcontroller

    I am using Breadboard......... MCU is 18f4580 how i will attached the photos of circuit - - - Updated - - - I am using Breadboard......... MCU is 18f4580 how i will attached the photos of circuit - - - Updated - - - give ur email id so that i can send to u
  5. A

    comparing voltage with giving look up table value in microcontroller

    Sorry sir, i didnt see it but i cant get any output on LCD sir.........
  6. A

    comparing voltage with giving look up table value in microcontroller

    in which function......where comparison take place with table ?
  7. A

    comparing voltage with giving look up table value in microcontroller

    i change the value of Delay100TCYx(100); but i am nt getting it on LCD - - - Updated - - - why u choose ADCON2 = 0xB6; and please explain the while(1){ adc_read(); if(dladc_val != old_val){ lcdcmd(0x01); Delay100TCYx(100)...
  8. A

    comparing voltage with giving look up table value in microcontroller

    if(myflt == V[i]) then R[i] == V[i] that means i can see R value corresponding to Vi which line u say not to delete it
  9. A

    comparing voltage with giving look up table value in microcontroller

    for(i = 0; i < 9; i++){ if(myflt == V[i]){ ctr++; } if(ctr > 0){ PORTBbits.RB7 = 1; } else{ PORTBbits.RB7 = 0...
  10. A

    comparing voltage with giving look up table value in microcontroller

    no... i am using c compiler and mplab to dumb the program in Pic and checking in LCD.. I have to display on LCD - - - Updated - - - on hardware
  11. A

    comparing voltage with giving look up table value in microcontroller

    I am not getting any output at LCD
  12. A

    comparing voltage with giving look up table value in microcontroller

    i will try it and i will let u know ........thank u so much please can u explain me wat is going on here fp_num = ceil(fp_num * 100) / 100; myflt = fp_num; befdec = fp_num; // Fractional part is truncated...
  13. A

    comparing voltage with giving look up table value in microcontroller

    hello did u see my code? please help
  14. A

    comparing voltage with giving look up table value in microcontroller

    its default .......16 mhz whole code is this #include <p18f4580.h> #pragma config WDT = OFF #pragma config OSC= IRCIO67 #pragma config PWRT=ON #pragma config LVP=OFF #define ldata PORTD #define rs PORTBbits.RB0 //define reset bit #define rw PORTBbits.RB1 //define read/write bit #define en...

Part and Inventory Search

Back
Top