Project to deal with a misbehaving car radio. It drains the battery when off, and needs a timer and/or voltage based disconnect.
Find a file
2020-04-25 08:40:00 -07:00
board.png Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
fp-info-cache Board updated, switched to lm2936 for 5v regulator 2020-04-25 08:28:19 -07:00
gerbers.zip Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-B_Cu.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-B_Mask.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-B_Paste.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-B_SilkS.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-cache.lib Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-Edge_Cuts.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-F_Cu.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-F_Mask.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-F_Paste.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-F_SilkS.gbr Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-job.gbrjob Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-NPTH-drl_map.gbr Gerbers and some minor changes 2020-04-23 20:20:51 -07:00
Radio-Power-NPTH.drl Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power-PTH-drl_map.gbr Gerbers and some minor changes 2020-04-23 20:20:51 -07:00
Radio-Power-PTH.drl Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power.kicad_pcb Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power.kicad_pcb-bak Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power.png Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power.pro Mostly ready, need proper footprint for in/out terminal blocks 2020-04-23 17:16:46 -07:00
Radio-Power.sch Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power.sch-bak Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
Radio-Power.svg Minor updates, add a cap and move the regulator 2020-04-25 08:40:00 -07:00
README.md Update readme to include board look 2020-04-25 08:29:24 -07:00
sym-lib-table Mostly ready, need proper footprint for in/out terminal blocks 2020-04-23 17:16:46 -07:00

My new car radio draws too much standby power and eventually drains the car battery when sitting for a week or two. This is a quick board to fix it.

It uses a P-Channel MOSFET to switch the power to the radio, so that it's only got power when the ACC power line is live, or the micro-controller (attiny85) keeps power going.

The attiny85 monitors the battery voltage and turns off the P-Channel MOSFET when the battery voltage drops below 11.75V (subject to be changed), or about 4 days has passed.

Once the P-Channel MOSFET has been turned off, it won't turn on again until the ACC line becomes live again. This will only happen when starting the car.

Schematic Board