Aziz Berkay Yesilyurt

aziz@appvisor.dev

UPS for my Wakeup Light

I designed a battery-powered backuppower supply to preserve my wake-up light's settings when the main power is disconnected. The UPS provides backup power enough to keep the clock running for several hours, preventing the need to reconfigure the clock and alarm after power interruptions. So I don't have to set the time again every time the power goes out.

Wakeup Light UPS PCB Back
This is how it looks when it's all boxed up.

Technical Details

Wakeup Light UPS PCB
This is the bare PCB, designed with KiCad and manufactured by JLCPCB.

The circuit has three main components:

When main power (24V) is present, the diode blocks the lower backup voltage. If main power fails, the diode allows the backup power to flow to the light. This simple design ensures automatic power switching without complex circuitry.

graph TB MainPower[Main Power
24V DC] --> Switch{Auto
Switch} subgraph Circuit["UPS Circuit"] Batteries[Battery
3V DC] --> Boost[DC/DC
Boost] Boost --> |24V DC
Backup| Switch end Switch --> |24V DC
Continuous Power| Load[Wake-up
Light] %% Add styling to show mutually exclusive paths linkStyle 2 stroke-width:2px,fill:none,stroke-dasharray:3 style MainPower fill:#f5f5f5,stroke:#333 style Load fill:#f5f5f5,stroke:#333 style Circuit fill:#f9f9f9,stroke:#666,stroke-dasharray: 5
Current circuit design with battery backup and boost converter

Future Improvements

I would like to add one of the following features:

Here's a diagram of the planned improvements:

graph TB %% Existing components with muted colors MainPower[Main Power
24V DC] --> Switch{Auto
Switch} Batteries[Battery
3V DC] --> Boost[DC/DC
Boost] Boost --> |24V DC
Backup| Switch Switch --> |24V DC
Continuous Power| Load[Wake-up
Light] %% New features with bright colors MainPower --> |New| Charger[Battery
Charger] Charger --> Batteries Batteries --> |New| Monitor[Battery
Monitor] Monitor --> |Status| LED[Low Battery
LED] %% Styling style MainPower fill:#f5f5f5,stroke:#333 style Switch fill:#f5f5f5,stroke:#333 style Boost fill:#f5f5f5,stroke:#333 style Load fill:#f5f5f5,stroke:#333 style Batteries fill:#f5f5f5,stroke:#333 %% Highlight new components style Charger fill:#e1f5fe,stroke:#0288d1 style Monitor fill:#e1f5fe,stroke:#0288d1 style LED fill:#e1f5fe,stroke:#0288d1 linkStyle 4,5,6,7 stroke:#0288d1,stroke-width:2px
Planned improvements including battery charging and monitoring