GEVCU
GEVCU copied to clipboard
Generalized Electric Vehicle Control Unit
Hi, the GEVCU has lost halve of the data (throttle settings like min max of T1 are still stored, but lost are: All digital inputs and outputs, battery voltage, torque,...
It has been reported (And I believe I've seen it myself) that often the webpage on the ichip module won't work quite properly. It won't load all tabs. It will...
Currently it is possible to configure generic throttle and motor controller parameters via the web interface. But, other devices exist. It should be possible to configure charging voltage and current...
Currently it is required to use the serial console to enable or disable devices. This is problematic for people who aren't well versed in handling serial consoles. It would be...
Currently it can be tough to figure out why something is not working. For instance, why is the motor controller stuck in neutral? What is causing it not to be...
There seems to be two ways to lock up the initial parameter setting. The first one is to try to change the logging level while the ichip is active. The...
Arduino 1.6.0 includes new code to implement serial TX interrupts. This allows serial writing to be non-blocking most of the time. However, no one knows for sure how this has...
It appears that output 4 is inoperable on GEVCU4 hardware. Attempts to set the pin state high seem to be ignored. This pin corresponds to D2 / TIOA0 Test on...
The buffer used to be 32 positions in size and that was not large enough. It has since been updated to 64 but it uses String objects and they might...