Collin Kidder
Collin Kidder
Add a mode where a given frame can be set up to be sent every X milliseconds and the firmware will automatically do this until told otherwise
You may not want to merge this all as-is. It's kind of messy and multiple items. But, if any of this is desirable I could create multiple pull requests. Two...
The older GVRET firmware had the ability to forward traffic back and forth between CAN0 and CAN1. This firmware should allow for the same basic thing. But, this time it...
Technically the EVTV boards have a second serial port that is currently un-used. It can only be used by soldering two jumpers. But, doing so would allow for true dual...
If you've got wifi enabled in ESP32RET then you will no longer be able to connect to that board through the serial port (from within SavvyCAN). The reason is that...
GEVCU5 boards are capable of PWM on the outputs but there is currently no support for this functionality in software. It would be nice if it were possible to set...
Early on testing used speed based mode for the DMOC. This was quickly switched to torque based mode as that is more common in cars. However, some people might want...
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...