A custom-engineered Power Management solution for VW T5 campers. Version 1.0 integrates an Arduino Nano with an LTC3780 Buck-Boost controller to solve the "low-resistance trap," protecting modern batteries from alternator surges via active current regulation and dual-rail telemetry.
Modern AGM, Gel, and Lithium batteries have significantly lower internal resistance than legacy lead-acid units. When directly bridged to a T5 alternator via a standard relay, they pull massive current—often exceeding 30A—overloading vehicle wiring and risking thermal damage to the battery plates.
This system acts as an intelligent current-limiter, capping the charge at a safe 14A while maintaining a stable 14.4V profile regardless of alternator load.
To ensure zero parasitic drain when the engine is off and to protect against software hangs, we utilize an NE555 "Missing Pulse" Detector. The Nano sends a 1Hz heartbeat; if this heartbeat stops due to an engine shutdown or a software error, the watchdog physically cuts power to the module after a 30-second grace period, allowing for a final log to the SD card.
| Stage | Technical Description |
|---|---|
| OFF/STANDBY | Engine confirmed off. System isolated below 12.8V for 3 seconds. |
| BULK | Engine detected running (13.4V). Relay engaged; LTC3780 active at 14.4V/14A. |
| FULL/FINISHED | Target reached (14.2V and < 0.5A for 5 mins). System enters float/finish mode. |
| PROTECT | Instant disconnect if Temp > 60°C, sensor error, or Battery > 14.6V. Triggers Triple-Pulse Alarm. |
| PULSE CHECK | Every 10 minutes, charging halts briefly to record the resting battery voltage. |
| **Normal Operation (Charging)** | **Physical Build** |
|---|---|
|
|
|
| Display shows the current mode of operation which is 'Charging', the health of the SD card and the number of data points logged since ignition start, the health of the Real Time Clock with current Date and Time, the voltage and current of the Leisure Battery, the Voltage of the Alternator, and the internal unit temperature. | Image shows the internal hardware architecture of the Prototype unit, including the Arduino Nano, LTC3780, and safety watchdog components. |