So, since I already have a Raspberry Pi running a dashboard for me, I've decided to make the Pi act as the central ECU for the vehicle.
With a CAN adapter connected via SPI, it will compile efficiency numbers from the odometer (somehow) and the ISA shunt. It will display all the metrics I could ever want.
And now it will control the DC-DC converter, which is a Volt model -- both when the car is on and running, and when the car is powered off completely (yes, I will leave a Pi on all the time, it idles at 0.4W) and keep the 12V battery from dying, probably using a crontab to run every 6 hours or so.
Now I am in need of more information, or at least brains to pick.
Does the Volt DC-DC draw any power when not given 12V to its logic side? I know there is a bleeder resistor but that is negligible.
I can read the 12V current and voltage, as well as setting the voltage, over CAN. Should I work on a smart charging algorithm of sorts instead of just slamming 13.5 volts for 20 minutes? I could certainly set up some sort of constant-current system, probably looping fairly slowly.
If the battery is at 12.6 volts and I set the DCDC to 12.2, will there be a backflow issue?
At some point I'll probably get around to testing all these ideas, just wondering if anyone has some previous knowledge or some educated guesses
-Isaac