Hi,
I'd like to begin an Arduino project to interface with my car's CAN-BUS and be able to remotely control things such as windows, ignition, etc. My plan is to use an Arduino ADK board, a CAN-BUS shield and a cheap android cellphone/device connected through the arduino's ADK USB port. The Android device would give me 3G connectivity, GPS, Bluetooth, Wifi, etc. all at the same time, along with enough CPU/memory to do more complex things such as wireless tethering.
To lower the battery drain, some things such as GPS and Wifi would only be turned on when the car is on (there would be no screen connected except maybe when doing maintenance) and, when the car is off, the Android device would run on battery as much as possible only charging when the device's own battery falls below a certain threshold (some android devices can turn off usb charging via software).
My only question is if the car battery can take such a device running 24/7.
I use my car to drive to/from work everyday (about a 20 min drive) but it could eventually happen to stay in the garage for 2 or 3 days in a row (if I plan to stay away for longer than that I would disable the device altogether).
I suspect that the Arduino board itself along with the CAN-BUS shield will consume very little energy, but I really can't say about the android device.
I really have not seen many projects like this around. Most such projects use a full-blown linux computer with attached devices and a huge battery of it's own. Most arduino car projects I've seen are more along the lines of getting engine data from the ODB-2 interface.
I know there are other challenges for car projects such as trepidation and extreme temperatures, but these can be solved after I begin. The only real deal-breaker is if the car battery can't handle the extra load.
Any ideas?