GVRET
GVRET copied to clipboard
Generalized Vehicle Reverse Engineering Tool - firmware for Arduino Due based boards
This firmware has the capability to forward traffic between CAN0 and CAN1. This can be handy but unfortunately it is currently on as the default state. That's likely to cause...
I flashed the GVRET bin with the GVRET updater(https://savvycan.com/GVRETupdate.zip) but SavvyCAN is unable to connect. I tried to see the error in the console, but all it gave was "failed...
It seems that attempting to change the SysType variable will instead cause it to switch to a completely different value upon being saved to EEPROM. Thereafter the device will come...
I found that if you try to compile this without an #include "SPI.h" the firmware will not compile with a vanilla copy of the Arduino IDE 1.8.7 giving the following...
Sending single wire CAN traffic (with CANDue 2.2 boards) won't work if you connect USB before 12V. I do not yet know why. Receive seems to always work. So, the...
Support should be added for lawicel serial protocol. This protocol can be used to allow the device to act as a serial canbus device for socketcan on linux. This isn't...
The underlying due_can library has support for enabling listen only mode. This mode essentially disconnects the TX line so that one is unable to have any effect at all on...
Colin, assuming I would build, supply and test the code, would you consider including a function set to:- - stop spontaneous output; - buffer, on a buffer-per-ID, all incoming CAN...
Below is the Verification output when trying to compile for Arduino DUE. `In file included from C:\Users\asus\Documents\Arduino\libraries\due_can\src/due_can.h:23:0, from C:\Users\asus\Documents\Arduino\GVRET\GVRET.h:31, from C:\Users\asus\Documents\Arduino\GVRET\GVRET.ino:30: C:\Users\asus\Documents\Arduino\libraries\can_common\src/can_common.h:93:42: warning: type qualifiers ignored on function return type...