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 styx1.618

  1. S

    Problem in understanding CCP1

    Basically, you read the selected timer on the first rising edge and save its value. Then, again you read the timer on second rising edge and save its value. Difference of the two values will tell you the time elapsed in between (depending on crystal frequency, timer mode and other settings)...
  2. S

    Complete RF propagation models

    Can anyone please help me with the RF propagation models? I've incorporated the log-normal shadowing and the free-space pathloss. Now, please tell me the way to include the Multipath shadowing into the expression. Any other ideas are appreciated too..!!
  3. S

    problem in driving the steppermotor

    In L293D Output Current is 600 mA Per Channel and Peak Output Current can go to about 1.2 A. So if your Stepper drive is rated for some higher current value than this, then L293D will heat up. To support higher currents, you may need to implement both of your H-Bridges using discrete components...
  4. S

    Making a second serial port on the microcontroller

    If you want another Timer other than the hardware one, that usually comes built-in in microcontrollers then you can use software timers- a technique also called bit-banging. In this technique you can just shift your data( stored in any variable) left or right so that it can be escaped out from a...
  5. S

    Help me in connecting 30 LEDs in Parallel with microcontroller 89v51

    It's 1.0 Amp. Here's a datasheet from one of the many manufacturers out there: https://www.fairchildsemi.com/ds/PN/PN2222A.pdf
  6. S

    Help me in connecting 30 LEDs in Parallel with microcontroller 89v51

    Yup, kam1787 is absolutely right. 2N3904 transistor has a rated current of about 200mA and an LED draw almost 20mA current (most of them especially Red and Green ones). So you will not be able to connect more than 10 anyway. So i would suggest you to use a 2N2222 general purpose transistor as it...
  7. S

    Help me in connecting 30 LEDs in Parallel with microcontroller 89v51

    Use a 2N3904 NPN transistor. Connect a resistor of about 1k resistor value to the base. It will work great. And don't forget to series connect some resistance to each LED you connect. For your 5V supply use a 10k resistor.
  8. S

    Help me in connecting 30 LEDs in Parallel with microcontroller 89v51

    Use some transistor like 2N3904 NPN or something like that and switch it ON/OFF by connecting it, via series resistor, to your uController's output pin. Hang as many LEDs as you want on the collector side of NPN. Now,They will get their required currents from the source instead, because...
  9. S

    technique through which one can generate a Sinusoidal PWM signal using a microcontrol

    Re: Sinusoidol PWM-Gating Signal for H-Bridge using a uC I'm using crystal oscillator of frequency 16MHz
  10. S

    technique through which one can generate a Sinusoidal PWM signal using a microcontrol

    Re: Sinusoidol PWM-Gating Signal for H-Bridge using a uC Hey i found a code for SPWM in your blog. Your description was amazing. But when i measured the carrier freq.with a counter timer in proteus, it came out to be about 7.5KHz instead of 16KHz as you have mentioned. Can you point to the...
  11. S

    Home Automation System

    The thing is, i don't really know from where to take off. I have a notion that i may require a Rx Tx thing to transmit and receive X10 commands. Coupling with mains and other stuff is quite alien for me.
  12. S

    technique through which one can generate a Sinusoidal PWM signal using a microcontrol

    Re: Sinusoidol PWM-Gating Signal for H-Bridge using a uC Looking at your tutorial i got the whole idea. Thanks a bunch friend for the help!
  13. S

    technique through which one can generate a Sinusoidal PWM signal using a microcontrol

    Hello! Can you suggest a technique through which one can generate a Sinusoidal PWM signal using a microcontroller especially PIC series ones. I want to use it as gating signal for my H-bridge- to be used as an inverter.
  14. S

    PIC18f4550 Timer calculation problem inside an Interrupt Routine

    The crystal oscillator attached is of 10MHz frequency. Also, I'm using Proteus' virtual oscilloscope to get the simulations. I having a feeling that getting exactly double the time has some sort of simple but hidden thing going own.
  15. S

    Not able to understand basic gate charge vs Vgs in MOSFET during switching

    It's like capacitor charging up. The capacitance between gate and source ( as you may have known that this junction is insulated), starts charging up through the resistor Rgs that you may have attached to maintain Vgs (a zener is usually attached parallel to it too). The time constant of...

Part and Inventory Search

Back
Top