Electronic – reverse engineering camera flash charger

reverse-engineering

I am trying to understand how exactly the voltage from a 1.5v battery gets connected to a 1000+v capaciter inside these disposable cameras. is there a speciffic chip designed to act as a voltage amplifier and diode or do capaciters act as a sponge of sorts and directly connecting them to lower power sources allow for saturation?

edit
after previous answers I have more questions.
1 you state the current is transfored to ac with a transistor* imbeded in the chip. does this mean I could get the same result with a suitable market transistor
(and other components*)

as my direct intentions for the hack are to use an increased voltage supply to drive a motor from a smaller set of cells (18650 to be exact) and I am aware that power is always lost durring any conversion, would it maybe be best to use an ac motor such as a furnace fan I have than the 12v scooter motor I had intended?

assuming I were to go with the ac alternative I would presume I would substantially be building an inverter,while I have had trouble with these being limited in their output to under 100 watts I suspect this may be mostly due to compenent costs and limits to ensure certain comercial safety ranges for delicate electronics's safety, as the whole point of this circuit will be to drive a motor some of those parts may be ommitted? I have apx30 18650 cells at my disposal though preferr to keep them in smaller banks of 2-4cells per set and have an arduino with relays I could use to switch banks,
what would be the easiest method (ie speciffic parts and general wiring preferred) to deliver the energy to get this motor running as good as possible.

particularly as I believe the fan motor calls for something like 20amps I would presume I may need multiple transisters in parallel,if so would I then need to bridge one of the legs on each to ensure they all switched at the same time to the same phase or would it need to be more complicated than that?

I will note the intent is to build a motorized cart from bikes and other materials.

Best Answer

Its not even a chip - its a single transistor oscillator.

enter image description here

Here's a fairly typical circuit. Q1 (NPN BJT) forms an oscillator with T1,R1 and C1. (If you listen carefully you can usually hear its high frequency whine).

The primary of T1 is 6 turns, the output is 1750 with a feedback tapping of 15 turns. In otherwords a step up transformer. This high voltage AC is then converted to DC by D1 and used to charge up C2. After several seconds the voltage across C2 is high enough and triggers the small neon indicator (ready light). The other (trigger) coil produces a very short high voltage pulse for the flash tube causing the Xenon gas inside it to conduct and short out the capacitor - Very quickly the charge on the capacitor is used up and the flash stops.

What about the AA cell providing the energy?

The cell provides current at 1.5V. It can't supply any more than 1.5V, that's why you need the oscillator circuit to boost the voltage. The oscillator circuit draws quite a large current from the cell (that's why batteries don't last long in flash guns). As voltage is stepped UP by the transformer the current is stepped DOWN. That's why it takes several seconds to charge the capacitor.

Simply connecting an AA cell to any capacitor would only allow it to charge to (nearly) 1.5V. To charge up your microwave oven capacitor you could use it to replace C2 - in which case it might get up to about 100V.

To get to 1900V you would have to build a circuit capable of supplying that voltage.

SAFETY WARNING: High voltages and charged capacitors are quite capable of killing you, even when the circuit power has been switched off. Unless you wish to put yourself forward for the Darwin Awards (taking yourself out of the gene pool by your own stupidity) I suggest you leave hacking microwave ovens well alone.

One small slip for screwdriver, one giant blue flash for man.

Related Topic