DIY Electric Car Forums banner
1 - 8 of 8 Posts

· Registered
Joined
·
187 Posts
Discussion Starter · #1 ·
Hi all,
I've been working on software for Damien Maguire's CHAdeMO controller. I've finally succeeded in quick charging my car, so it's more or less ready for prime time.
It uses the SAM3X (Due) MCU and an Isabellenhuette IVT or IVT-S shunt, support for different sensors is possible.
Standard CHAdeMO power limitations, 125A and 500V.
Configurable voltage and current limits, BMS info via CAN, and readily available software.

If you'd like L3 charging for your conversion, this is the cheapest option I am aware of. For less than $500, plus a CHAdeMO port, you can have 50Kw charging.
Everything is fully open-source (I guess mine is under beerware) for the greater benefit of EV converters everywhere.

Documentation is spread out a little, but my guide and more info is here, along with links to code.
SAM3X CHAdeMO - v2

Happy charging!
-Isaac
 

· Registered
Joined
·
1,080 Posts
Excellent work!

Are there lower limits to voltage, current or power?

If everything travels with the "vehicle", is it universal world power compatible wrt input AC grid power?

Can it work as a DC conversion controller from non-EV DC sources off grid?
 

· Registered
Joined
·
187 Posts
Discussion Starter · #3 ·
Hi John,
This is the car side of the charger -- it communicates with a CHAdeMO station for fast charging. No lower limit for current, but most CHAdeMO stations only go down to ~200V or so (as Zero Motorcycles found out the hard way).
Paired with Rich mans ChaDeMo charger (3-phase) - openinverter forum or Poor mans ChaDeMo charger (1-phase) - openinverter forum you could charge from any AC power supply.
With one of those set up for buck or boost as necessary it is definitely possible to charge from any DC source (provided sufficient power).

-Isaac
 

· Registered
Joined
·
187 Posts
Discussion Starter · #6 ·
High cost is due partially to the IVT shunt, which generally goes for ~$150 and is rather rare - it's very helpful for CHAdeMO because of its accuracy and CAN features.
Then the Leaf VCU from EVBMW is 300euros (357USD). I'm hoping that the new CHAdeMO controller being developed will be less expensive.
What you're paying for is tested, working hardware and direct code compatibility, since this hardware is used by the developers. Low cost/bleeding edge hardware is definitely possible.

A budget variant could utilize a Due, CAN shield, EEPROM chip, and analog voltage/current monitoring (maybe LEM HAS sensors).
Arduino Comptabile DUE R3 Board with Atmel SAM3X8E ARM Cortex-M3 CPU | eBay - $35
Dual CAN Bus Interface For Arduino Due With Extended Power Range - $55
M24M02-DWMN3TP/K STMicroelectronics | Integrated Circuits (ICs) | DigiKey - $3
Then add your own sensors, edit the code to work with them, and you're ready to go.

Contactors etc. are still necessary - I'm using a pair of Leaf ones
NISSAN LEAF CONTRACTOR MAIN RELAY 2014-15 | eBay

So minimum price of $200 plus CHAdeMO plug cost. There's your budget option, take your pick :)

-Isaac
 
1 - 8 of 8 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top