Search results

  1. BobK

    Need help with calculations for a ribbon speaker cable!

    Munching on popcorn for this one. Bob
  2. BobK

    How to draw regulated 5 V or 3.3 V from LED driver

    Hi Rohan, and welcome to the forum! I assume the LED driver is a constant current source. If you connect the regulator in parallel to the LEDs, it would take some of the current from the LEDs. This might or might not be a problem, depending on how much current you need for your...
  3. BobK

    Capacitors instead of batteries.

    Hi Dan, and welcome to the forum! I don't quite understand what you are trying to do. Normally, a solar or turbine system would use batteries to store energy to use in periods where there is not energy available. This would typically be hours, or even days. But you are talking about using up...
  4. BobK

    buzzer amplify

    You can use a simple transistor switch to amplify a square wave from the PIC. But remember, you have already tried 10V p-p and that did not seem to help. Bob
  5. BobK

    dip switch read problem.

    No one expects the bad breadboard (nor the Spanish Inquisition). Bob
  6. BobK

    buzzer amplify

    What is a sonic sound? (I guess one that is not sub-sonic or super-sonic) You probably have to adjust the delay to get it to come out to the 3.6KHz frequency. What clock speed are you running the micro at? Bob
  7. BobK

    Police Lights Problem

    Well, I would try slowing it down another 10x (use a 47uF if you have one) so you can see the individual flashes. I also don't like that you have a 470 to ground on each base. I would use something like 10K there. Bob
  8. BobK

    dip switch read problem.

    Yep, and for (; ; ) has null parameters and is an endless loop. From your link: Bob
  9. BobK

    Cicuit to add two to three DC Wind turbine together

    Well, you will get good help here at this sight if you do! Bob
  10. BobK

    Using $1 stereo amp in mono mode

    I expect that many implementation of USB do not enforce the 100mA (or 150mA) limit, which is why people get away with making things that take power form a USB port. Bob
  11. BobK

    dip switch read problem.

    If you have measured high on the pin with the dip switch pulling it to ground, there is something wrong with the dip switch. The output of the PIC cannot possibly pull up a switch to ground. Bob
  12. BobK

    Police Lights Problem

    Argh! I just saw how you are powering the 555. Lose the voltage divider! You cannot power the chip that way. It will run fine with 12V on the Vcc pin. I am not sure this will help, but it is wrong and should be fixed. Bob
  13. BobK

    Police Lights Problem

    I slowed down the video and even then it is hard to see what is going on. It looks like the blue ones are flashing on every period for a short time and maybe the red ones are actually doing what they should. Bob
  14. BobK

    dip switch read problem.

    Thanks, I missed that. I see nothing in the code that would cause that problem. Bob
  15. BobK

    Using $1 stereo amp in mono mode

    Yep, but only if can talk USB protocol and negotiate for it, and even then, it might not be granted. For something that is just drawing power and not connecting via USB, the max is 100mA on USB1 and 2 and 150 on USB3. From your link: Bob
  16. BobK

    Cicuit to add two to three DC Wind turbine together

    You would put them in series. But I doubt the energy you would get from blowing on them would be much. It might be able to light a high efficiency LED though. BTW: 1V is not a measure of energy. You could produce 1V at 1uA or 1V at 1A and the energy produced per second would differ by a...
  17. BobK

    dip switch read problem.

    Oh, okay, and you are saying that switching the switch on RB7 does not change the output on RB0? Edit: I don't see anything in the posted code that has to do with selecting of of 4 sounds, but this is how you described the problem. Please elaborate on how the posted code is failing. Bob
  18. BobK

    How do I interface AT89S52 with NRF24L01

    Have you tried that new tool called Google? It is really quite amazing. Bob
  19. BobK

    dip switch read problem.

    The wiring an code both look correct. I suspect your problem is with the rest of the code that you have not shown us. Bob
  20. BobK

    Police Lights Problem

    1. You need a resistor in series with each LED or LED string (your schematic does not show if they are series or parallel) 2. It is hard to see what is happening on the video because they are flashing too fast. Slow it down and you might be able to see what is actually happening. But here...
Top