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 imran090

  1. I

    [General] Problems in reading ADC in PIC18

    Hi Below is my code.. // Header Files #include <p18cxxx.h> #include <stdio.h> // Configuration Bit Settings #pragma config FOSC = HSPLL,DEBUG = ON, WDTEN = OFF, XINST = OFF void adc_init(); void ADC_value(); unsigned int ADCRead_ch0(); unsigned int ADCRead_ch1(); unsigned int...
  2. I

    [General] Problems in reading ADC in PIC18

    Hi all, I am new to the pic programming...can anyone tell me how to calculate voltage in pic..? I am using PIC18F85J11.. I want to read 3 channels ( AN0,AN1 & AN4 ). I have tried to read the values, but I am getting some junk values. Thank You

Part and Inventory Search

Back
Top