A robust 6 volt emergency light circuit board requires more than just a relay and a battery. The most reliable solid-state topology uses an unregulated DC sense line to bias an NPN transistor, which in turn controls a logic-level N-channel MOSFET that switches the LED load when mains power fails. Simultaneously, an LM317 adjustable regulator maintains a precise 6.9V float charge on the sealed lead-acid (SLA) battery. This configuration eliminates the mechanical failure points of relays and prevents the base-emitter junction destruction common in naive PNP transistor designs.

Core Topology and Node Definitions

To understand how this circuit transitions seamlessly from charge mode to discharge mode, we must map the voltage domains. The circuit is divided into five distinct nodes:

  • Node A (Mains AC Input): 120V/230V AC stepping down to 9V AC via a 500mA transformer.
  • Node B (Unregulated DC): The output of the bridge rectifier and filter capacitor. Nominally ~12V DC when mains is present, dropping to 0V during an outage. This node acts as our mains-sense trigger.
  • Node C (Regulated Charge DC): The output of the LM317 voltage regulator, dialed to exactly 6.9V. This provides the safe float-charge voltage for a 6V SLA battery.
  • Node D (Battery Positive): The positive terminal of the 6V 4.5Ah SLA battery. This node sits at ~6.0V to 6.4V depending on state of charge.
  • Node E (LED Load Positive): Tied directly to Node D, supplying raw battery voltage to the anode side of the LED current-limiting resistors.
Why this topology over the alternative?
Many legacy emergency lights use an electromechanical relay (EMR) held open by mains voltage. While simple, EMRs suffer from contact oxidation, coil burnout, and audible clicking. Others use a PNP pass transistor (like a TIP32) to switch the high side. However, if the battery voltage is 6.5V and the NPN sense transistor pulls the PNP base to ground, the base-emitter voltage (Veb) exceeds 5V, instantly destroying the PNP junction. By using a low-side N-channel MOSFET (like the IRLZ44N) switched by a pull-up resistor to the battery, we keep gate voltages strictly within safe limits while achieving near-zero voltage drop across the switch.

Component Selection and Design Walkthrough

Designing a 6 volt emergency light circuit board requires matching component tolerances to the specific electrochemistry of the battery and the gate threshold of the MOSFET. Below is the exact bill of materials and design rationale for a 200mA LED load.

Reference Component Value / Rating Node Connection Design Rationale
U1 LM317T Adjustable Regulator Node B (In), Node C (Out) Provides precise float charge. See the TI LM317 Datasheet for thermal limits.
R1, R2 Carbon Film 240Ω, 1.1kΩ U1 Adj Pin Sets Vout = 1.25 * (1 + 1100/240) = 6.97V. Ideal for 6V SLA float.
Q1 BC547 NPN BJT Node B (Base via R_sense) Acts as the mains-presence inverter. High beta ensures saturation at low base currents.
Q2 IRLZ44N Logic-Level N-MOSFET Node D (Gate via Pull-up) Fully enhanced at Vgs = 5V. Rds(on) is 22mΩ, wasting negligible power as heat.
R_sense Carbon Film 47kΩ Node B to Q1 Base Limits base current to ~0.24mA when Node B is at 12V, protecting Q1.
R_pullup Carbon Film 10kΩ Node D to Q2 Gate Pulls gate to 6V when Q1 is off. 10kΩ limits discharge current to 0.6mA.
R_LED Carbon Film 150Ω (x10 strings) Node E to LED Anode Drops 2.8V at 20mA per string (6V - 3.2V Vf). Total load = 200mA.

The Vishay IRLZ44N datasheet confirms that at a gate-to-source voltage (Vgs) of 5V, the MOSFET can easily handle continuous drain currents well above 10A. Since our LED load is only 200mA, Q2 will run completely cold, eliminating the need for a heatsink and increasing long-term reliability in enclosed emergency light housings.

Behavior Matrix and Extreme Failure Modes

Understanding how the circuit reacts to component degradation is critical for field troubleshooting. The following behavior table maps the exact electrical state changes when specific elements shift from their nominal operating conditions.

Element Changed Condition Circuit Behavior & Measurement
Mains Power Drops to 0V Node B falls. Q1 turns OFF. Q2 Gate rises to 6V via R_pullup. Q2 turns ON. LEDs illuminate.
Battery SoC Drops below 5.5V Node D voltage sags. Q2 Gate voltage drops proportionally. If Vgs falls below 2V, LEDs dim or flicker.
R_pullup (10kΩ) Drifts to 100kΩ Q2 Gate rise time slows down. LEDs may exhibit a 2-second fade-in delay during power transfer.
Q1 (BC547) Collector-Base short Node B voltage clamps to ~0.7V. LM317 starves for input voltage. Battery stops charging; LEDs stay ON.

What Breaks at the Extremes?

When designing a 6 volt emergency light circuit board, you must account for catastrophic shorts and opens, especially in environments subject to vibration or moisture.

  • Shorted Q2 (MOSFET Drain to Source): The LEDs will remain permanently illuminated, regardless of mains status. The battery will deep-discharge below 4V, causing irreversible sulfation of the SLA plates within 48 hours. Fix: Add a low-voltage disconnect (LVD) op-amp circuit if the load is critical.
  • Open R_sense (47kΩ): Q1 will never receive base current. The circuit will behave as if the mains is permanently offline. The LM317 will continue to charge the battery (as it is fed directly from the bridge rectifier), but the LEDs will never turn off, eventually boiling the battery electrolyte if the LM317 doesn't current-limit first.
  • Shorted LED String: If one 150Ω resistor fails short, that specific LED will draw excessive current and pop, opening the string. Because the strings are in parallel, the remaining 9 strings will continue to operate normally, albeit at a slightly reduced total lumen output.

Step-by-Step Breadboard Testing Protocol

Mains Voltage Hazard: The primary side of the step-down transformer (Node A) carries lethal mains voltage. Do not breadboard the transformer primary. Use a pre-built, enclosed 9V AC wall adapter for bench testing to keep your breadboard strictly in the low-voltage DC domain. Never touch the breadboard while the AC adapter is plugged into the wall.

Before soldering your final printed circuit board, validate the logic and charge voltages on a solderless breadboard using the following sequence.

  1. Isolate the Switching Stage: Do not insert Q2 or the LEDs yet. Power the breadboard with your 9V AC adapter. Measure Node B (unregulated DC) with your multimeter. You should read between 11.5V and 12.5V DC, depending on your transformer's regulation and the AC line voltage.
  2. Validate the Charge Regulator: Insert U1 (LM317), R1, and R2. Measure Node C. It must read exactly 6.9V (±0.1V). If it reads 1.25V, your R2 connection to the Adjust pin is open. If it reads >10V, R1 is open or miswired.
  3. Test the Mains Sense Inverter: Insert Q1 and R_sense. With power applied, measure the voltage at Q1's collector. It should read near 0V (Vce_sat ~0.2V). Disconnect the AC adapter. The collector voltage should immediately float. This confirms Q1 is correctly inverting the mains presence signal.
  4. Integrate the MOSFET and Load: Power down completely. Insert Q2, R_pullup, and your LED strings. Connect a dummy 6V SLA battery (or a bench power supply set to 6.0V with a 1A current limit) to Node D.
  5. Execute the Transfer Test: Plug in the AC adapter. The LEDs must remain OFF. Measure the Q2 Gate voltage; it should be < 0.5V. Unplug the AC adapter. The LEDs must snap ON instantly. Measure the Q2 Gate voltage; it should read exactly the battery voltage (~6.0V).
  6. Thermal Verification: Leave the circuit in charge mode (AC plugged in, LEDs off) for 15 minutes. Touch the LM317 case. With a 12V input and 6.9V output at ~200mA charge current, it is dissipating roughly 1W. It will be warm but should not require a heatsink for this specific load. If it is burning hot, verify your battery isn't deeply discharged and pulling excessive bulk current.

By adhering to this specific component topology and validating the node voltages sequentially, you eliminate the guesswork inherent in generic emergency light schematics. The result is a 6 volt emergency light circuit board that transitions flawlessly, charges safely, and avoids the silent failure modes that plague older relay-based designs.