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 Badaruddin

  1. B

    A Problem with Dot matrix display

    Check this for better project "A 10-character display for the Elektor Flash Micro board" : h**p://www.elektor-electronics.co.uk/Default.aspx?tabid=28&year=2003&month=11&art=50477
  2. B

    What happen to output transistor?

    You have to inform schematic diagram, input signal and frequency.
  3. B

    what the advantage of AT89S52 over AT89C52??

    application and advantages of at89c52 In-circuit programming, through SPI. I like this feature.
  4. B

    RPM meter for brushless motor

    how brushless motor works pdf You are right, you need an interrupt, that is time interrupt. This interrupt is generated 100 ms after counting the pulses input.
  5. B

    What does AND 2**4 mean in Assembly?

    Re: AND 2**4 mean? Normal instruction : AND s Operation : A <-- A and s The s operand is any of r, n, (HL), (IX+d), or (IY+d) I don't know AND 2**4
  6. B

    PWM drive for DC motor

    Hi friend, We work with DC Motor. It doesn't matter even if you give a constant dc current, so it will not burn the motor.
  7. B

    89S51 Interrupt problem. Please Help

    Just connect it to the external interrupt pin stated in your program, e.g. INT0 (P3.2) or INT1 (P3.3). Have a look at www.atmel.com/dyn/resources/prod_documents/doc0265.pdf
  8. B

    What does AND 2**4 mean in Assembly?

    Re: AND 2**4 mean? What kind of assembly language do you mean?
  9. B

    How to build a look up table in Atmel 89c51?

    Re: look up table (LUT) It is not 89c51 assembly language.
  10. B

    15Vdc to 12Vdc Converter

    It will reduce the power. A drop voltage accures since there is internal resistance in a diode.
  11. B

    How can I make my CD-ROm stronger ???

    I bought my cd-rom drive in 1998. It is working well untill now. My cd-rom drive is: Creative 48x
  12. B

    current sense resistor

    VVV is right. You can use rotary encoder as other alternative. You just count the pulses coming into your PIC.
  13. B

    PWM drive for DC motor

    I think 15 KHz is too high for dc motor controller. In my experience, 400 Hz is enough, and my dc motor under controlled runs well.
  14. B

    control motor DC - a website

    Re: control motor DC I don't think it a specific dc motor control system. It is only analogies, how to convert mechanics into electric, or vice versa. It is usually used in simulation.
  15. B

    how to get a diode from a BJT

    There are three pins from BJT : C,B, and E. Base (B) is the center of them. So, if you want to make BJT to be diode, you just take the B as one of your diode pin, and the other pin is up to you.

Part and Inventory Search

Back
Top