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 internetuser2k13

  1. I

    what is I2C and its purpose and its application

    what is I2C, what is its use??? :fight: is it done in proteus simulation>>??
  2. I

    pcb layout for seven segment using PIC18f

    can you provide me its PCB LAYOUT. i dnt want to make it suddenly , gradually i will work on PCB. am student , not easy to pay money from my pocket money that why i was asking
  3. I

    pcb layout for seven segment using PIC18f

    the down row of LED connected to port B and upword row is connected to PORTD. all the connection are in down side of the board. i tested the portB led's by loading the HEX file and its working fine. - - - Updated - - - actually i was finding the seven segment LED package for PCB. because i...
  4. I

    pcb layout for seven segment using PIC18f

    so advice me what should i do first.. ???? and what kind of step i have to taken?? i want to follow you.
  5. I

    pcb layout for seven segment using PIC18f

    HI, i want to make a PCB board which contains the things for different port like 7 segments ,led ,LCD etc i cant purchase the board because of some reason. but i want to make a board and add component as i get my saved pocket money with the passage of time, Can you please provide me the PCB...
  6. I

    getting problem on hardware

    i try this with increasing voltage but didnt work for me
  7. I

    getting problem on hardware

    am working with 18f452 and i wrie this code #include<htc.h> // PIC 18F452 fuse configuration: // Config word 1 (Oscillator configuration) // 40Mhz crystal input __CONFIG(1, OSCSDIS & HSPLL); // Config word 2 __CONFIG(2, BORDIS & PWRTDIS & WDTDIS); // Config word 3 __CONFIG(3, CCP2RC1); //...
  8. I

    delay function working using for loop

    hello, i want to know the basic understanding of delay function, how its working. void delay_sec(unsigned char seconds) // This function provides delay in terms of seconds { unsigned char i,j; for(i=0;i<seconds;i++) for(j=0;j<100;j++) __delay_ms(10); }
  9. I

    matlab programming for pattern classification

    can you please give me links for video tutorials..???
  10. I

    matlab programming for pattern classification

    Hello....!!! I want to learn matlab programming for pattern classification... I am new to matlab.. Is their any helping material that help to how to program in matlab and how its output comes.. What is the actually keywords used in matlab tht help. How to make functions... Please help me.. I...
  11. I

    which file contains the defines for OSCSDIS , XT in hi-tech compiler

    i want to ask that which file contains the defines for OSCSDIS , XT in hi-tech compiler. i searched alot but didnt find this even in header file. pic18f452.h ,htc.h. can anyone help me???/
  12. I

    what should be number 2nd project with PIC18f452

    Hi.....!!! i done my first project "blinking LED" with simulations and on bread board too. now i want to make another project...but what should be second as i am newbie. please tell me.. Thanks
  13. I

    help in first led project,my first project.

    i try this on bread board its working.. feeling happy.. :)
  14. I

    need help for configuration bits

    what are the role of configuration bits. i download for pic18f458. it contain the 2 pages for configuration bits. is it good to write all config bit? i see on some one blog. he config bit in such a manners as it given below, __CONFIG(1, OSCSDIS & XT); __CONFIG(2, BOREN & BORV42 & PWRTEN &...

Part and Inventory Search

Back
Top