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 mohamedtaha

  1. M

    What is RETW instruction used for in PIC ?

    Re: RETW in PIC The instruction is RETLW is mostly used when doing look-up tables in PIC assembly. You call the table address with CALL instruction, at the table address you place an instruction that adds an offset to the PCL to get the correct RETLW from the table and return with that value in...
  2. M

    How to interface a PC and 8051 using USB interface?

    Re: USB and 8051. Many good books are present in the e-book download section. I recommend USB Design by Example and USB complete. Good luck
  3. M

    motor current detection when driving using PWM

    For stall detection, it seems that few miliseconds delay will not harm. This makes it easy to use the shunt resistor follwed by a low pass filter to get the average value of the current. If you PWM frequency is high enough, the filter time constant could be made small giving the least possible...
  4. M

    How to use optocoupler for high voltage switching?

    Re: Optocoupler you may use the output of the optocoupler to drive a power transistor or MOSFET to switch the high voltage but the optocoupler are not intended for power switcihng, only for low level signals. Good luck
  5. M

    power supply switching noise help

    Put an LC filter on the output of the power supply, this will greatly reduce the output voltage ripple.
  6. M

    Reducing noise in an output signal from a sensor

    Re: signal from sensor The problem of low mV output sensors is the power frequency noise (50 or 60 Hz). you should use a low pass filter after your amplifier and don't negelct decoupling capacitors on all IC even analog ones. The analog ground should be isolated from the digital ground if...
  7. M

    Step Down DC DC Converter

    How can a buck converter output 13.8V from an 11V input, it can't be a buck regulator then.
  8. M

    Serial Com Port -> DAC

    MATLAB has a serial port object that you can use to output data to your PC's serial port. You may then use a microcntroller to receive the data and output it to a port to be fed to a DAC like the DAC0808 Good luck
  9. M

    AC/DC Current and Volage Digital Meter

    dc current & dc voltage meter using 7107 Will you build the meter from scratch with a microcontroller or so or what? Or you intend to use dedicated chips?
  10. M

    AUTOMATIC VOLTAGE REGULATOR

    The subject is interesting. You will need to use an ADC to measure the generator output voltage. If your microcontroller doesn't have one, I think the ADC0804 will do. Then you will need to do simple discreete PI or PID controller in software. Depending on your method of controlling the field...
  11. M

    student level DSP project

    I my self working on a simple project that needs primary DSP knowledge. I think it may fit you. I'm working on a DTMF decoder using a micrcontroller. The microcontroller is aimed to decode the DTMF signals and control some home appliances accordingly. You may find great deal info about the...
  12. M

    How to choose the OPA for a sensor ?

    Re: How can I do Since you sensor gives a bipolar output, you will have to use either a bipolar input ADC or do some signal conditioning. In your case you will have divide the sensore output by 2 then add +2.5V offset to it. a simple Op-Amp adder circuit will do the job. Look at the Art of...
  13. M

    Using the ADC0808 with an 8051 µC

    if you want the ADC to make continous conversion, you should tie the EOC (end of conversion) pin to the SC (Start conversion) pin of the ADC otherwise you should give the SC signal every time from your microcontroller. However, the SC signal must be provided for the first time only. Good luck
  14. M

    Control the dimming of lights using microcontroller

    phase control using microcontroller Controlling AC power with a triac is called phase control. If you intend to control power delivered to the lamp wit a triac, you should trigger the triac at a certain point in the AC cycle that gives you the required RMS voltage output. PWM can be used if you...
  15. M

    How to interface a PC and 8051 using USB interface?

    Re: USB and 8051. perhaps you should try one of Cypress's EZ-USB 8051 microcntrollers, they are deigned for USB applications. Or you may use a USB to UART converter such that of FTDI. CYpress has a wide range of micrcontrolers that support USB but they are not 8051 compatible. Also Microchip...

Part and Inventory Search

Back
Top