Skip to content

neuweiler/GEVCU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEVCU

Generalized Electric Vehicle Control Unit

A project to create a fairly Arduino compatible ECU firmware to interface with various electric vehicle hardware over canbus (and possibly other comm channels)

The project builds in the Arduino IDE. So, use it to compile, send the firmware to the GEVCU, and monitor serial output. It is suggested though to use the Eclipse based Arduino Plugin by Sloeber which provides far superior development capabilities.

The v4 branch of this project provides the code base for GEVCU v4 with ichip or ESP32 as wifi board. Code for newer boards will be copied to separate branches (v6, v7) from Collin's repos.

You will need the following to have any hope of compiling and running the firmware:

  • A GEVCU board. (Versions from 2 upward are supported)
  • The latest Arduino IDE (or preferably Eclipse with ArduinoPlugin by Sloeber)

If you would like to replace the buggy ichip WiFi adapter with an ESP32, refer to https://github.com/neuweiler/GEVCUWeb

If you wish to extend the Output ports of your GEVCU v4 to 16 channels with a relay-board, refer to https://github.com/neuweiler/GEVCUExtension

If you use a GEVCU 2.x, please change the pin assignments for CFG_EEPROM_WRITE_PROTECT and CFG_WIFI_RESET in config.h according to comment.

This software is MIT licensed:

Copyright (c) 2014-2022 Collin Kidder, Michael Neuweiler, Charles Galpin, Jack Rickard

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Actively maintained code for GEVCU v4 boards with ichip or ESP32 as Wifi board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.0%
  • JavaScript 8.0%
  • HTML 4.5%
  • C 4.0%
  • CSS 1.1%
  • Java 0.3%
  • Shell 0.1%