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 sathishdn

  1. S

    Problems with external interrupt (PIC18F4550)

    Thank you dhimullai for providing pic18f tutorial its realy usefull for me
  2. S

    Problems with external interrupt (PIC18F4550)

    any one please advice/help to solve this problem...
  3. S

    Problems with external interrupt (PIC18F4550)

    I am facing similar problem for pic18f4550 for external interrupt my source code is as below: #include <p18F4550.h> // header file #define mybit PORTBbits.RB7 //output pin void chk_isr(void); void INT0_ISR(void); #pragma interrupt chk_isr void chk_isr (void) { if (INTCONbits.INT0IF==1)...
  4. S

    Why AT8051 not sensing the 3.9v in the P1.0

    Hii I am converting 12V into 3.9V Dc by using Divider network 10Kand 4.7KΩ .and this out of the divider is feeding into at8051mc port 1.0 but its and sensing the voltage. but it wil sense the voltage when i use 470 Ω and 220Ω in the place of 10K and 4.7k. What may be the reason Please get...
  5. S

    how to decide the wattage of the resistor

    how to decide the wattage of the resistor
  6. S

    how to decide the wattage of the resistor

    decide the wattage of the resistor in the divider circuit
  7. S

    Is it possible to measure voltage inside a circuit with MCU?

    How decide the wattage of the resistor
  8. S

    is it possible to measure the AC mains voltage using 8051 w

    is it possible to measure the AC mains voltage using 8051 without ADC Hii i want measure AC mains voltage using 8051Mic without ADC

Part and Inventory Search

Back
Top