It is possible to calibrate the current sensing via Rapi.. please see below article
How i can update the firmware for add this offset of 3A (i think it's a good offset).
I have set 250 for current calibrate for have a little more A.
But it's a 3A offset i need.
You need to change J1772Pilot.cpp at line #94:
//cnt = amps * (TOP/60);
cnt = (amps+3) * (TOP/60);
Ok thanks,
Do you have a tutorial for compiling the firmware etc ... with this offset ?
Florian MARTIN
Hi,
With my vehicle when i set pilot to 16A, current now saying 11.66A.
So when i set 10A, current is near 6A.
It is possible to update the signal to adjust for my vehicle ? (Renault Zoe)
Thanks.
1 person likes this idea