Alternating lights from a 9v battery

  • Thread starter Thread starter bob987
  • Start date Start date
  • Tags Tags
    Battery Lights
AI Thread Summary
The discussion focuses on alternating two LEDs using a 9V battery, with an initial idea of using a square wave oscillator to switch between them. One participant suggests that a microcontroller could simplify the process, while another argues for a more straightforward solution using a square wave oscillator and resistors to control the LEDs without needing a microcontroller. They propose connecting the LEDs in series and using the oscillator output to alternate the voltage at the midpoint of the LED chain. The conversation highlights a preference for simpler, cost-effective solutions over more complex microcontroller setups. Overall, the thread emphasizes finding efficient methods to achieve the desired LED switching effect.
bob987
Messages
15
Reaction score
0
I am trying to take two lights and usign a 9v battery switch between the LED's. My thought was if i could get a square wave to go from positive to negative, since the LED's are polarity sensative I could just put them in parallel with the positive of one and the negative of the other being fed into from the osccillator. If anyone has a better Idea on how I could achieve the same effect it would be appreciated. or how I could achieve that affect, so far i can make a square wave that is only positive.
 
Engineering news on Phys.org
Hey buddy, welcome to PF. I posted in your other thread, and as I said there, the most practical solution is to use a microcontroller. Most microcontrollers can power LED's directly.
 
Boy. A WHOLE microcontroller to flash some LEDs. What's wrong with a single squarewave oscillator. Put the diodes in series, across the supply (with suitable resistors). If you connect the oscillator (buffered, perhaps) output to the mid point (half volts) of the LED 'chain', then, when it's high, one will be lit and , when it's low, the other will be lit. Not even a dozen components involved and all of them cheap.
 
hoever, I only have a single 9v dc source. wouldn't I need negative voltages from the oscillator to switch between the diodes?
 
Imagine you had a (two position) switch that connected the mid point of the chain either to +9V or 0V. By moving the switch from one position to the other, the 'upper' or 'lower' LED would be lit. Your switch is shorting out one or other of the LEDs. The other one would have current flowing through it. For 'Switch' read 'amplifier output'.

+ supply -- resistor ---diode>---amp output ----- diode> ---- resistor------Ground

Does that help?
 
sophiecentaur said:
Boy. A WHOLE microcontroller to flash some LEDs. What's wrong with a single squarewave oscillator. Put the diodes in series, across the supply (with suitable resistors). If you connect the oscillator (buffered, perhaps) output to the mid point (half volts) of the LED 'chain', then, when it's high, one will be lit and , when it's low, the other will be lit. Not even a dozen components involved and all of them cheap.

Finally someone who sees things my way. It seems the tasks get simpler and simpler that people are willing to throw a microcontroller at.
 
Your attitude, Average-sn, would put sledgehammer manufacturers out of business at Christmas nutcracking time. :-)
 
This is from another thread on this page.

BiPolarLED-Driver.gif
 
Back
Top