aIecxs

Results 6 comments of aIecxs

Hm.. I can find the same bytes on other signals where the same formula applies. Maybe we can create some formula database, at least?

have partially found formula. there is two bytes 02 01 followed by 3x binary32 ``` 53 53 45 4e 5f 42 00 08 02 01 00+00+00+00 00+00+ |SSEN_B..........| 00+3f 00+00+20+c2...

No clue, I am completely beginner started learning about CAN two months ago, don't have any of that tools. Let's see what bytes left edit: today started learning python but...

@saretto28 read carefully all warnings! not for noobs! https://forum.xda-developers.com/showpost.php?p=79626434&postcount=135

> I believe there's also an information of how to calculate the actual value (for example, it can say that value should be multiplied by 0.25, but it didnt really...

did not work for me on Windows 7 Professional SP1 x64 (Build 7601) extracted [x86_64-w64-mingw32-mklittlefs-295fe9b.zip](https://github.com/lorol/arduino-esp32fs-plugin/releases/download/2.0.3/x86_64-w64-mingw32-mklittlefs-295fe9b.zip) v2.0.3 to ``` %UserProfile%\Documents\Arduino\tools\esp32fs\tool\mklittlefs.exe %UserProfile%\AppData\Local\Arduino15\packages\esp32\tools\mklittlefs\3.0.0-gnu12-dc7f933\mklittlefs.exe ``` and [mkfatfs.zip](https://github.com/lorol/arduino-esp32fs-plugin/releases/download/2.0.3/mkfatfs.zip) v2.0.3 to ``` %UserProfile%\Documents\Arduino\tools\esp32fs\tool\mkfatfs.exe ``` @Megumin6626 where...