Go to file
johannes e65ccaa9c7 Merge branch 'master' of github.com:damienmaguire/Stm32-vcu 2021-11-17 10:21:29 +01:00
.vscode Add Visual Studio Code configuration 2021-06-03 23:06:29 +01:00
Hardware Add connector bom 2021-06-26 13:11:37 +01:00
include Leaf PDM tested 2021-10-10 11:58:16 +01:00
libopencm3@4424e4a528 Added libopeninv as submodule 2021-01-22 13:06:14 +01:00
libopeninv@216da9a441 Added libopeninv as submodule 2021-01-22 13:06:14 +01:00
src hv shutdown mod 2021-11-17 09:04:03 +00:00
.gitignore Remove output files. 2021-01-23 10:04:50 -08:00
.gitmodules Added libopeninv as submodule 2021-01-22 13:06:14 +01:00
.gitpod.Dockerfile Added gitpod files 2021-11-17 10:21:07 +01:00
.gitpod.yml Added gitpod files 2021-11-17 10:21:07 +01:00
Adruino_ported_450h.txt First try at this .... 2020-12-31 14:48:00 +00:00
LICENSE Rename gpl.txt to LICENSE for Github license detection. 2021-01-14 22:57:43 -08:00
Makefile add cabin heater class 2021-09-17 15:43:09 +01:00
README.md update readme 2021-09-21 16:08:13 +01:00
e39_can_info.txt Adding missing files 2021-01-07 07:59:00 +00:00
gpl.txt initial project version 2020-12-19 11:40:47 +00:00
stm32-vcu (damien-RV420-RV520-RV720-E3530-S3530's conflicted copy 2021-02-07).layout Fix E46 Tach bug 2021-05-30 13:13:53 +01:00
stm32-vcu.cbp add cabin heater class 2021-09-17 15:43:09 +01:00
stm32_vcu.ld initial project version 2020-12-19 11:40:47 +00:00

README.md

stm32-vcu

Project based on the OpenInverter System by Johannes Huebner to provide a universal VCU (Vehicle Control Unit) for electric vehicle conversion projects.

Please visit the development thread on the Openinverter Forum for more information : https://openinverter.org/forum/viewtopic.php?f=3&t=1277

Video on progress : https://vimeo.com/506480876

Features

  • Nissan Leaf Gen1/2/3 inverter via CAN
  • Nissan Leaf Gen2 PDM (Charger and DCDC)
  • CCS DC fast charge via BMW i3 LIM
  • Lexus GS450H inverter / gearbox via sync serial
  • Toyota Prius/Yaris/Auris Gen 3 inverters via sync serial
  • BMW E46 CAN support
  • BMW E39 CAN support
  • BMW E65 CAN Support
  • Mid 2000s VAG Can support
  • Opel Ampera / Chevy Volt 6.5kw cabin heater

Compiling

You will need the arm-none-eabi toolchain: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads The only external depedencies are libopencm3 and libopeninv. You can download and build this dependency by typing

make get-deps

Now you can compile stm32-vcu by typing

make

And upload it to your board using a JTAG/SWD adapter, the updater.py script or the esp8266 web interface

I use CodeBlocks IDE : https://www.codeblocks.org/

Sept 21 : V1 hardware and firmware from "Master" branch now running in my E46 Touring and E39 vehicles.