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 thirunavukkarasu

  1. T

    water level sensor for detecting water levell in tanks at home

    i am using a pvc pipe. I want to use the DC current through the probes. is it possible
  2. T

    water level sensor for detecting water levell in tanks at home

    i am designing a water level detection project, please suggest me a good water level sensor and a sensor to detect the flow of the water in the pipe.
  3. T

    [PIC] compile error in PIC16f877a

    why dont you declare and define your own function. do not use the functions from library.
  4. T

    [51] embedded c++ introduction

    i am using IAR
  5. T

    [51] embedded c++ introduction

    can any one help me by giving an example program for embedded c++ with header file like #include
  6. T

    Capacitor value selection for crystal

    use this capacitor in protious - - - Updated - - - OK SIR I WILL READ IT SIR
  7. T

    Delay in Timer 1 interrupt in ATMEGA8

    Hey use another timer to generate delay... In avr atmega the delay program won't work in interrupt but the timer delay will work... So use the other timer to generate the delay.
  8. T

    [SOLVED] effect of Functions name on memory

    First know the memory allocation map so every thing matters in memory
  9. T

    Capacitor value selection for crystal

    You may use 22 pf, 33 pf, or 15 pf.... No problem with these three i am using 33 pf. This capacitor value is used for stabilizing only, it has no effect on the frequency of the crystal, so you can use any of these three values
  10. T

    [SOLVED] How to receive string in UART using POINTER

    HELLO MR. TRY THIS, void transmit(unsigned char a) { SBUF=a; while(TI==0); TI=0; } unsigned char receive() { unsigned char d; d=SBUF; while(RI==0); RI=0; return d; } - - - Updated - - - THIS IS ENOUGH, NO NEED TO DECLARE ARRAY AND ALL
  11. T

    Confusion about H-bridge Inputs

    when all inputs are given to 1, the supply is directly grounded and their will no current flow through motors. so the motor will not run - - - Updated - - - in your circuit if both a and b switched on the transistors Q3 and Q4 will turned on and the Q1 and Q2 will turned off. their will be...
  12. T

    [SOLVED] MAX232 in Proteus simulation - no OUT signal

    Hey man out put is coming for your circuit... Please check your software... In my pc the op is coming... The op is amplified inverted input - - - Updated - - - SEE THE OP OF UR CIRCUIT
  13. T

    [SOLVED] MAX232 in Proteus simulation - no OUT signal

    notice that their is some problem in capacitors in max232... their polarities ....

Part and Inventory Search

Back
Top