A simple and fully automatic, 12V uninterruptible power supply system for small/medium power appliances

Microchip PIC16F688

Motivation

This is a simple and fully automatic, 12 V uninterruptible power supply system for small/medium power appliances (Figure 1). This power supply specifically designs to drive routers and modems to provide uninterrupted internet and telephone services in areas affected by frequent power failures.

A simple and fully automatic, 12 V uninterruptible power supply system.
Figure 1. A simple and fully automatic, 12 V uninterruptible power supply system.

Introduction

This 12 V uninterruptible power supply initially designs to drive my fiber optic modem/router. The key reason to build this power supply is to get continuous internet and phone connection during power failures. Core components of this power supply are a constant voltage charger, 12 V DC power supply, AC line monitoring unit, and 12 V high capacity sealed lead-acid battery (Figure 2). The entire system designs using locally available components.

12 V Uninterruptible Power Supply System Block Diagram.
Figure 2. 12 V Uninterruptible Power Supply System Block Diagram.

The charging circuit of this system builds around using the popular LM350 voltage regulator. This regulator calibrates to provide both 14.4 V fast charging and 13.6 V trickle charging. Based on the condition of the battery, the MCU will determine the appropriate charging mode (Figure 3). At the online state, the LM2576-12 switching regulator provides 12 V output to the driving system. (in my arrangement, a fiber optic router).

12 V Uninterruptible Power Supply System Schematic Diagram.
Figure 3. 12 V Uninterruptible Power Supply System Schematic Diagram.

The PIC16F688 MCU monitors the AC line and battery to controls the output voltage of the LM350 regulator and the output relay. The firmware of this MCU written using the Microchip XC8 compiler, and all the source code and configuration files are available to download at the project repository at GitHub [1].

The sealed 12 V lead-acid battery is the most crucial component of this unit. 12 V, 9 A·h battery is the most recommended for this system. At the time of this writing, this battery cost around Rs. 3500 (US$ 17.60), and I bought it from a local online store. In online mode, this system provides 12 V output. In offline mode, if it has a fully charged battery, it delivers an output of 12.5 V.

This uninterruptible power supply is suitable for appliances that need 12 V - 13 V input with a maximum of 2 A current. With the configuration described above, this system continued to power my Huawei HG8245H5 fiber optic router for more than 7 hours.

This power supply unit is an open hardware project. All the schematic, PCB design files, firmware source codes, and compiled binaries are available to download at the project repository at GitHub.

Assembling the circuit

In the provided design, all the parts used in the PCB are through-hole-type components. For this design, we used low-cost and commonly available electronic components.

The recommended transformer for this system is the 230 V to 15 V×2 (5 A) and 12 V×2 (500 mA) step-down transformer.

Install adequate heatsinks for LM350, LM2576, and LM7805 regulators. To minimize the space, we recommend using a single heatsink for LM350 and LM2576 regulators. If using a single heatsink, always be sure to install ceramic and mica insulators to the LM2576 regulator to eliminate short circuits.

The PCB provided with this project is design to be constructed using a single-sided copper board. The dimensions of the PCB are 131.7 mm × 100 mm.

12 V Uninterruptible Power Supply System Test setup.
Figure 4. 12 V Uninterruptible Power Supply System Test setup.

Use 1% 0.25 W metal film resistors for R3, R7, and R8 to get accurate results. For R2 and R4, use 3 W or higher rated ceramic cement resistors. 12 V UPS Test setup shown on Figure 4.

Calibration and testing

Before connecting the load and battery to the system, it is necessary to follow the below steps to calibrate the system.

  1. Remove PIC16F688 MCU from the U2 socket.
  2. Short circuit pin 1 and 7 of the U2 socket.
  3. Connect digital multimeter to the cathode of the D3 diode.
  4. Set RV2 until the multimeter indicates 13.6 V.
  5. Connect pin 7 and 14 of the U2 socket.
  6. Now adjust RV3 until the multimeter indicates 14.4 V.
  7. Connect PIC16F688 MCU to the U2 socket.

After finishing the above steps, connect the 5 V UART-to-USB adapter to the J6 debug terminal and initiate the serial terminal with a baud rate of 1200 with an 8N1 configuration.

Connect the digital multimeter to battery terminals and adjust RV1 until the serial terminal shows the ten times voltage reading of the digital multimeter. Example: 12.6 V is displaying on the serial terminal as 126 (Figure 5).

Serial log captured from the debug terminal of the 12 V UPS.
Figure 5. Serial log captured from the debug terminal of the 12 V UPS.

After the above calibration, the system is now ready to use. Initially connect the battery to the system, and leave it until it got fully charged.

Notes

This PCB directly connected to the AC mains, and always be sure to use the necessary precautions when reading voltages and at the calibration.

References

  1. Project page on github.com

Downloads

  1. Schematic and PCB files (KiCAD), Source code and firmware.

Materials on the topic

  1. Datasheet Diodes 1N5399
  2. Datasheet Fairchild 1N5819
  3. Datasheet ON Semiconductor 1N5822
  4. Datasheet MCC 6A10
  5. Datasheet Fairchild BC547
  6. Datasheet Fairchild BC548
  7. Datasheet ON Semiconductor BD135
  8. Datasheet Texas Instruments LM2576T-12
  9. Datasheet Texas Instruments LM350-N
  10. Datasheet Texas Instruments LM7805
  11. Datasheet First Silicon PC817
  12. Datasheet Microchip PIC16F688
  13. Datasheet Omron G2RL-2-DC12

hackster.io

EMS supplier