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 sanaprog

  1. S

    Altium switch to 3D problem

    hi i am using altium designer 10 in windows xp OS service pack 2,grapic adapter intel(R) 82852/82855 GM/GME 64 Mb...m unable 2 switch to 3d error:graphic adapter does not meet directx ........but intel(R) 82852/82855 GM/GME is compatible for direct x...
  2. S

    ORCAD 9.2 signal integrity

    Is signal integrity feature present in ORCAD 9.2....?? i have calculated the track width for 50ohm impedence..but how to verify that it will work...how much clearance will be needed if signals are in 900M to 1GHz range....any paper related to trace clearnce??
  3. S

    High current power supply

    thnx everybody for suggestions...iv got the fault of the circuit..Two of the TIPs were faulty...now it is working...:)
  4. S

    difference between BJT & MOSFET

    hi everybody.....can anyone one tel me some operational difference between bjt and fet.........hmhm i know bjt is current controlled device AND mosfet is voltage controlled.... ---------- Post added at 21:43 ---------- Previous post was at 21:41 ---------- how 2 make the selection that should...
  5. S

    High current power supply

    **broken link removed** hi everybody....m using the circuit given in above link but the transistors do not respond...means the current through it is zero..n further the output of regulator 7812 is 22.5V..(without transistors output of regulator is Ok i.e 12V ) .i am using 24V 120A battery to...
  6. S

    what is VCO output waveform?

    can anybody plz tell me that how will be output waveform of VCO if its input contain noise..........???will it be just oscillations of different freq or noise will also be present in o/p?????????
  7. S

    pic16f877 hardware problem

    yeah....:)
  8. S

    pic16f877 hardware problem

    thnx everybody.....yes it worked,,,,problem was, setting configuration bits WDT,LVP etc....while(1) is also not necessary for keeping the control in main all the time...:-)
  9. S

    pic16f877 hardware problem

    thnx everybody...........mikroC compiler is case insensitive...so portd or PORTD is not the issue...(in proteus this code works)....WDT yes can be the problem..il check it out...
  10. S

    pic16f877 hardware problem

    hi everybody...i am beginner of pic...i have made my own pic trainer cct...with 20MHz crytal.(also check with 8MHz)...but the problem is when i burn some example of mikroC n run the cct..it works good..bt when i burn my own simplest program of just sending any value to port d it doesn't...
  11. S

    problem External interrupt RB0/INT in pic16f877

    Re: prolem External interrupt RB0/INT in pic16f877 THANKS for the reply...i am using mikro-c8....n how 2 set wdt off in mikro C...??in mPLAB i know its just ...#pragma config WDT = OFF... bt in mikro c:sad:
  12. S

    problem External interrupt RB0/INT in pic16f877

    int run=0; void interrupt(void){ INTCON.INTF = 0; portd=~portd; } void main() { TRISB = 0x01; PORTB=0; TRISd = 0x00; portd=0x3f; INTCON.GIE = 1; INTCON.INTE = 1; intcon.intf=0; INTCON.PEIE = 0; OPTION_REG.INTEDG = 1; do {...
  13. S

    How many external interrupts are there in PIC16f877?

    hi everybody can anybody tell me that how many external interrupts are there in PIC16f877....total interrupts given in datasheet are 14 but how many external interrupts??:S

Part and Inventory Search

Back
Top