Daniel Kucera

Results 298 comments of Daniel Kucera

Okay, I managed to get it running with ESP32 although the latency is possibly higher. Now I am stuck at following error: ``` ./01_dump.py --output backup.bin Connecting to 192.168.4.1 :...

I am taped to powertrain CAN bus (pin 6, 16) according to this picture https://user-images.githubusercontent.com/3917213/98302702-00823c00-2011-11eb-88e8-ea326b25f0ec.png

The connection is stable - it's TCP, it is only a bit delayed.

Can it be because it is a different firmware? `5N1909144R 1401` Which firmwares have been tested? I have found the sgo file but not examined it yet. https://race-tun.com/vag-sgo-frf/audi/5n1909144r1401bp.sgo/5n1909144r-1401-bp.sgoori/

I know there is one for B50610 but I was not able to download it anywhere. http://www.51hei.com/bbs/dpj-122718-1.html

[orig.zip](https://github.com/q3k/chubby75/files/3561684/orig.zip)

I've changed it to this and it works: ``` virtual void clearChanged(const navNode &nav,const menuOut& out,bool sub) { dirty = false; t=millis()/1000; if (last!=t) { dirty = true; } }...

@ofsahin maybe you can overwrite `Host` header in your proxy?

There could be a disclaimer about the accuracy. My main usecase is charging bateries where the current doesnt change so dramatically. And I wouldn't even need to display it, serial...

> It seems OpenDPS is no longer relevant(for example no DPS8005 support). There are other firmware that are actively developed. for example https://profimaxblog.ru/whats-new-in-firmware-4-0/ Thanks, but that doesn't look like opensource...