Search results

  1. J

    DOORBELL circuit / project

    You probably have a lot of noise on the output or you are over driving the speaker.
  2. J

    Limiting\Clamping Circuits

    A zener diode will conduct two ways. Like a normal diode when it is forward biased by about 0.7V and reversed biased (depends on the reverse breakdown voltage). The only time a zener will not conduct is when either the forward or reverse voltage threshold has not been met...
  3. J

    Experiment 9; MAKE: Electronics

    does this help your confusion on how a breadboard is wired internally?
  4. J

    binary-coded decimal

    Count your bits please!!! What do you think? Let me ask you this as well, why is 256 so significant in computers?
  5. J

    Connecting a power supply and battery in paralell

    Yes you will damage the battery. Read up on sulfation, it happens when the battery is consistently undercharged.
  6. J

    usb interface

    if you are looking to do serial communication then you can use something like hyperterminal. But most languages have lib's for serial communication as well. So it is very easy to code a frontend with the features you want.
  7. J

    Need to power 5 pc of 160 led lights

    There is a circuit in the datasheet for the Voltage Regulator I linked to. You should probably make that circuit for each light. Of course you can always use another VR and then you should consult the appropriate datasheet for the circuit.
  8. J

    Need to power 5 pc of 160 led lights

    Since it is gonna be hard finding a voltage regulator that will output ~6A, I would recommend buy 1 VR for each light. Then build a suitable linear PSU or use a computer PSU. http://search.digikey.com/us/en/products/L7885CV/1026-L7885CV-CHP/2521513 These are good up to 1.5A and dirt cheap right...
  9. J

    Need to power 5 pc of 160 led lights

    It has batteries? Then just wire a DC voltage to the battery inputs and it should work. If you want to run them all off of VAC, then you will need a very basic linear power supply. Plenty of results on google.
  10. J

    Help removing a wiring harness. Please.

    I agree with everyone here. You have one or two problems. Either it is glued, yes I have seen it myself, or it has locking tabs. I don't see any locking tabs from that picture but they should be very obvious. If you can't see them and still can't take it apart I would recommend as a last resort...
  11. J

    Help with voltage controlled switch

    I would say yes, seeing as how the LM311 has an open-collector. I was thinking same thing.
  12. J

    Adjustable frequency and duty cycle circuit .

    No, but I am questioning why one needs a 0% to 100% duty cycle when they specify the need for a 1hz - 100khz freq. I guess what I was hinting at is are you sure you need 0% to 100% functionality and to what limits he could get away with? Didn't really see my post being that bad, but ok
  13. J

    Adjustable frequency and duty cycle circuit .

    You do realize that a 0% and 100% duty cycle is equivalent to 0Hz?
  14. J

    find o/p voltage

    I am with you, in that the output voltage is 1.67V minus the diode voltage drop, but proteus and multisim both seem to disagree that there is a 0.7 volt drop across the diode. Not sure why either to be honest. proteus has the output voltage at 1.3 with an ideal battery. *shrugs*
  15. J

    find o/p voltage

    you sure about that? Besides it really against the policy to just give answers in the homework section.
  16. J

    improving cellphone signal strength

    you know you can buy cell phone amplifiers? If you look you can probably even pick a used one up and save on initial cost.
  17. J

    Help with voltage controlled switch

    As far as I can tell the above schematic will not work. You have a p-channel mosfet, the gate has to be more negative then the source to turn on. edit: I should read more closely. You want the on and off switch to be automatic when you start the car. I get it now.
  18. J

    CDMA

    ok, So you said the receiver knows the same pseudo-random code. How does this work, does the receiver tell the transmitter to use a certain pseudo-random code, like during the initial handshake between the receiver and transmitter?
  19. J

    Huge trouble driving a stepper motor with an h-bridge

    I give up. it is late and my brain has stopped working.
  20. J

    Huge trouble driving a stepper motor with an h-bridge

    I wonder if a mosfet driver would help you? You are trying to drive two mosfets from the same arduino pin. delay() is in what mS uS? edit: I am going to bed, later on the experts will come on as they live in australia and are sleeping. If you haven't got it figured out, take a nap and check...
Top