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 IKPE80

  1. I

    [PIC] Woking with internal ADC of PIC16f877a

    Thank you very much.
  2. I

    [PIC] Woking with internal ADC of PIC16f877a

    Thanks, the fixed code worked, but i have to change the TRISA = 0x02 to TRISA = 0xff. Please what does CMCON and CVRCON mean?
  3. I

    [PIC] Woking with internal ADC of PIC16f877a

    Pls I am using MickroC compiler how do i check the LCD delay of their library because I am using their own library not my own function for LCD.
  4. I

    [PIC] Woking with internal ADC of PIC16f877a

    I am using mickroC compiler so my code and the proteus design are below // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; sbit LCD_RS_Direction...
  5. I

    [PIC] Woking with internal ADC of PIC16f877a

    Can any one help me on this. I am working on voltmeter using the adc of pic6f877a with lcd , my code works perfect on proteus but when i implement it, it won't respond fine. At times it display, at times it don't. Pls i need help.

Part and Inventory Search

Back
Top