This is my first post on this forum; please let me know if I'm in the wrong place.
I'm attempting to drive a series of four 2.5 V incandescent flashlight bulbs using a chaser sketch running on a Teensy 3.1 Arduino. This is for a Proton Pack I built in 1984. The pack currently uses a very old analog chaser circuit from one of the Forrest Mims books, but it's getting a little flakey. I upgraded the blue lights on the pack using the Teensy to drive a column of LEDs, so now I want to drive the red lights to streamline things.
The chaser in the Teensy is sending pins 16-19 HIGH in sequence. I have those pins going to NPN 2N 3904 transistors to drive the lamps via 1.5K ohm resistors. The lamps won't light, though. Hooking up my old Radio Shack multimeter indicates that the transistors are sending almost the full 3 volts to the lamps. If I replace the lamps with LEDs the LEDs light correctly. This leads me to believe my transistors aren't switching on completely, which I'm speculating is a transistor bias issue. My electronics knowledge is rudimentary, so the formulae I'm seeing online to calculate the bias are over my head.
Here's a rough schematic:
This video (12 seconds in) shows the nature of the red "cyclotron" lights as they currently operate (the oscillating blue lights shown in this video have since been upgraded to a column of LEDs via the Teensy.)
I could just switch over to LEDs, but the incandescent bulbs have a ramping up and down of the brightness that's authentic to the movie prop, and I'd like to retain that. I'm sure there's a way to program such behavior into the sketch, but that's beyond me.
Any thoughts would be appreciated.
Thanks.
Shawn Marshall
Portland, OR
I'm attempting to drive a series of four 2.5 V incandescent flashlight bulbs using a chaser sketch running on a Teensy 3.1 Arduino. This is for a Proton Pack I built in 1984. The pack currently uses a very old analog chaser circuit from one of the Forrest Mims books, but it's getting a little flakey. I upgraded the blue lights on the pack using the Teensy to drive a column of LEDs, so now I want to drive the red lights to streamline things.
The chaser in the Teensy is sending pins 16-19 HIGH in sequence. I have those pins going to NPN 2N 3904 transistors to drive the lamps via 1.5K ohm resistors. The lamps won't light, though. Hooking up my old Radio Shack multimeter indicates that the transistors are sending almost the full 3 volts to the lamps. If I replace the lamps with LEDs the LEDs light correctly. This leads me to believe my transistors aren't switching on completely, which I'm speculating is a transistor bias issue. My electronics knowledge is rudimentary, so the formulae I'm seeing online to calculate the bias are over my head.
Here's a rough schematic:
This video (12 seconds in) shows the nature of the red "cyclotron" lights as they currently operate (the oscillating blue lights shown in this video have since been upgraded to a column of LEDs via the Teensy.)
I could just switch over to LEDs, but the incandescent bulbs have a ramping up and down of the brightness that's authentic to the movie prop, and I'd like to retain that. I'm sure there's a way to program such behavior into the sketch, but that's beyond me.
Any thoughts would be appreciated.
Thanks.
Shawn Marshall
Portland, OR
Attachments
-
106.3 KB Views: 65