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 icrekha

  1. I

    speed measurement using pic 16f877a

    digital pulse counter using 16f877a hi.. i am using ccs compiler to program pic 16f877a. Now my fequirement is to count the digital pulse from proximity sensor which is connected at the 17th pin. can i use capture command to measure pulse width and there by i can i calculate frequency...
  2. I

    lcd display in ccs compiler

    hi everybody! i am using pic 16f877a for my project. i am using 2*16 type of LCD DISPLAY. I have written the pgm for that. but i didnt get any any display in my LCD. can anyone plz check the codings??\ #include<LCD.c> vod main() { icd _init ()...
  3. I

    adc conversion in pic

    hi... i have developed he pgm for adc conversion in ccs compiler.. can anyone plz check and verify the codings??? void main () { int value; long digital; setup_adc_ports(ALL_ANALOG); setup_adc(ADC_CLOCK_DIV_2); setup_adc_channel(1); input (PIN_A0)...
  4. I

    Simulation tools for PIC 16F877A

    i am using pic 16F887A for my project. i wrote the program in c language using ccs compiler. i compiled the program. There is no syntax error in it. bit i need to check logical error.is there any simulation tool available for pic 16f887a? can i check my program before downloading it to my PIC...
  5. I

    Resources for basic programming using C in PIC

    can anyone help me to know some basic programming using c in PIC ??

Part and Inventory Search

Back
Top