Newb Asks: Can We Run Damien's Chevy Volt / Ampera Charger Code On An Arduino Uno?
Posted: Thu Nov 09, 2023 8:00 pm
I can successfully run Damien's AmperaCharger code off of GitHub on an Arduino Due but it does not have EPROM (ie ability to save my configuration changes) so I am wondering if I can run it on it's little bother the Arduino Uno which claims to have EPROM
In my truck I am currently running it on Damien's VCU Ver 2 [ pronounced: "Pre ZombieVerter" ] however I would like to move it off of the VCU allowing the VCU just to be in charge of controlling the vehicle. This also will make automating charging easier for me.
Well why don't you just try it and find out mister?
C:\Users\Admin\Documents\Arduino\libraries\due_wire/due_wire.h:28:10: fatal error: variant.h: No such file or directory
#include "variant.h"
^~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Uno.
In my truck I am currently running it on Damien's VCU Ver 2 [ pronounced: "Pre ZombieVerter" ] however I would like to move it off of the VCU allowing the VCU just to be in charge of controlling the vehicle. This also will make automating charging easier for me.
Well why don't you just try it and find out mister?
C:\Users\Admin\Documents\Arduino\libraries\due_wire/due_wire.h:28:10: fatal error: variant.h: No such file or directory
#include "variant.h"
^~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Uno.