I finally bought a new toy for myself as a Christmas present
Meet the new me with a 2012 c-zero / 32Ah health, 133kkm.
So far I've figured out that:
-hobdrive is not working for me: connects but unable to read cells
-OBDZero works just fine (you can find that on playmarket) with ELM 1.5 from a well-known Chinese site
-Delphi 150 works fine with Autocom (< $50 for the bluetooth one cheap clone from the same site): reads errors, data streams, erase errors from all the blocks with no issues. Oh and it also can do battery balancing (says takes over 8h).
So the only thing I'm unhappy with is the mileage so I'm thinking of two things to make myself less sticking to chargers:
- a REX. 1-cylinder diesel engine - may be even air-cooled under the front hood paired with a powerful automotive alternator ~230A @ 14V are pretty affordable - will give me (assuming loosing some power on a dc/dc converter) over 3kW at 360 volts for direct charging. Or by removing the diode bridge and voltage stabilizer, a transformer could be used then need to add a diode bridge and stabilize the output to 360V (with pwm probably), link that to chademo contacts directly by overriding its contactors and here we are - I think that's a bit better solution. The guide on how to enable chademo power pins is available at this forum. Need to involve some very simple micro-controller to add some security... arduino probably (don't hate me yet I've made tons of stuff with those - from LPG controllers to cruise control devices, all of them still doing their job ). This should extend the range a bit or allow to slowly crawl to the nearest chademo charger when needed.
The reported power consumption at 50mph / 80 kmh is 25A. 25A @ 360V is 9kW. we'll add extra 25km during every hour of driving. Thus makes possible to drive @25 km/h while the diesel is in the tank. To get a full-blown hybrid, it needs a much more powerful engine and alternator. That would be costy. An intermediate solution could be using like 15hp engine plus 2x250A generic automotive alternators - I don't think its possible to painlessly put more under that hood. If you guys know any specific vendor / model of a widely spread automotive alternators (24 or 27 or 42 volts or even higher works even better for sure, may be from a junk yard - let me know please).
-a fully custom battery - I wonder if anyone tried to or even succeeded achieving "ready" state with only power cables connected and CAN output spoofed from BMS to get it to the ready mode. From what I read at different places, its a tricky thing to make it understanding over 50Ah capacity so it could be easier to use a 3rd party BMS for balancing / charging. Ideally, I wish to kick out all the proprietary modules from the vehicle one by one - starting from battery. Would like to only keep ABS and airbags. Screw all the rest
Its not looking very tricky if it is not very picky, i.e.
-enable a pre-charge contactor
-wait a second and measure the voltage at the output
-if voltage is over 300, enable the main contactor
-if not, wait for another second
-if still not, burn it down (or give up) - this should be configureable with a jumper
But I think it needs CAN spoofing
It's a hobby thing for me so I don't care much of keeping it up and running the whole time for now.
Meet the new me with a 2012 c-zero / 32Ah health, 133kkm.
So far I've figured out that:
-hobdrive is not working for me: connects but unable to read cells
-OBDZero works just fine (you can find that on playmarket) with ELM 1.5 from a well-known Chinese site
-Delphi 150 works fine with Autocom (< $50 for the bluetooth one cheap clone from the same site): reads errors, data streams, erase errors from all the blocks with no issues. Oh and it also can do battery balancing (says takes over 8h).
So the only thing I'm unhappy with is the mileage so I'm thinking of two things to make myself less sticking to chargers:
- a REX. 1-cylinder diesel engine - may be even air-cooled under the front hood paired with a powerful automotive alternator ~230A @ 14V are pretty affordable - will give me (assuming loosing some power on a dc/dc converter) over 3kW at 360 volts for direct charging. Or by removing the diode bridge and voltage stabilizer, a transformer could be used then need to add a diode bridge and stabilize the output to 360V (with pwm probably), link that to chademo contacts directly by overriding its contactors and here we are - I think that's a bit better solution. The guide on how to enable chademo power pins is available at this forum. Need to involve some very simple micro-controller to add some security... arduino probably (don't hate me yet I've made tons of stuff with those - from LPG controllers to cruise control devices, all of them still doing their job ). This should extend the range a bit or allow to slowly crawl to the nearest chademo charger when needed.
The reported power consumption at 50mph / 80 kmh is 25A. 25A @ 360V is 9kW. we'll add extra 25km during every hour of driving. Thus makes possible to drive @25 km/h while the diesel is in the tank. To get a full-blown hybrid, it needs a much more powerful engine and alternator. That would be costy. An intermediate solution could be using like 15hp engine plus 2x250A generic automotive alternators - I don't think its possible to painlessly put more under that hood. If you guys know any specific vendor / model of a widely spread automotive alternators (24 or 27 or 42 volts or even higher works even better for sure, may be from a junk yard - let me know please).
-a fully custom battery - I wonder if anyone tried to or even succeeded achieving "ready" state with only power cables connected and CAN output spoofed from BMS to get it to the ready mode. From what I read at different places, its a tricky thing to make it understanding over 50Ah capacity so it could be easier to use a 3rd party BMS for balancing / charging. Ideally, I wish to kick out all the proprietary modules from the vehicle one by one - starting from battery. Would like to only keep ABS and airbags. Screw all the rest
Its not looking very tricky if it is not very picky, i.e.
-enable a pre-charge contactor
-wait a second and measure the voltage at the output
-if voltage is over 300, enable the main contactor
-if not, wait for another second
-if still not, burn it down (or give up) - this should be configureable with a jumper
But I think it needs CAN spoofing
It's a hobby thing for me so I don't care much of keeping it up and running the whole time for now.