petrjac

Results 21 comments of petrjac

I'm also interested in this. I can see there was some work done using `mono` and **SANE** API: - https://github.com/twain/twain-direct/tree/master/scripts/LinuxMac - https://github.com/twain/twain-direct/tree/master/source/TwainDirect.OnSane I couldn't find any documentaion, but I can...

In [RTF documentaion](https://github.com/twain/twain-direct/blob/master/Releases/twaindirect_01240000/TWAIN%20Direct.rtf) I have found: >The SANE project is not active or up-to-date, maybe someday… Theoretically this could still works using **TWAIN Classic** API on Ubuntu.

@mlmcl62 - please and what about Bridge for TWAIN Classic on Ubuntu?

https://github.com/worproject/rpi5-uefi

Does it make sense then calculated CRC for stripped data: ``` ❯ bin/i386-linux/reveng -w 8 -s 0323e136a14a3e016b686b 0323e136a1343d017468cf 0323e137a81b3e005a68dc 0323e136a1403e016f6830 0323e136a1343d017468cf width=8 poly=0x2f init=0xaa refin=false refout=false xorout=0x00 check=0x2a residue=0x00 name=(none)...

With [bitbench](https://triq.net/bitbench#c=fff20323e137a82f3e005268f7&c=fff20323e137a82a3e00546898&c=fff20323e137a8263e00566874&c=fff20323e136a1343d017468cf&f=24h%20%7C%20SENSOR_ID%20%3D%2032h%20%7C%20PRESS%20%3D%208d%20%7C%20TEMP%20%3D%208d%20%7C%208h%20%7C%20SEQ_ID%20%3D%208h%20%7C%208h%20%7C%20CRC%20%3D%208h%20&cw=4) I am able to guess: - sensor ID - pressure [bar] - nominal (target?) pressure [bar] - temperate [°C] - CRC Should I investigate more or could I...

I tried to guess couple more columns - [bitbench](https://triq.net/bitbench#c=fff20323e137a82f3e005268f7&c=fff20323e137a82a3e00546898&c=fff20323e137a8263e00566874&c=fff20323e136a1343d017468cf&f=16h%20%7C%20MANUFACTURER%20%3D%208h%20%7C%20SENSOR_ID%20%3D%2032h%20%7C%20PRESS%20%3D%208d%20%7C%20TEMP%20%3D%208d%20%7C%20WARN%20%3D%208h%20%7C%20SEQ_ID%20%3D%208h%20%7C%20TARGET_PRESS%20%3D%208d%20%7C%20CRC%20%3D%208h%20&cw=4), but some of them are hard for me to verify. I'm using diagnostic tool as reference: ![ista_rdci_g5](https://github.com/merbanan/rtl_433/assets/25798226/6772ac5f-337c-425c-9799-e288aa623797) What should be the...

- `s=25` → `{104}00020323e136a14a3e016b686b` - `s=26` → `{104}40020323e136a14a3e016b686b` - `s=27` → `{104}7ff20323e136a14a3e016b686b` When trying with `tests/BMW_G5_TPMS/g018_433.92M_2500k.cs16` ``` ❯ rtl_433 -r tests/BMW_G5_TPMS/g018_433.92M_2500k.cs16 -R 0 -X 'n=tpms_bmw,m=FSK_MC_ZEROBIT,s=27,l=27,r=100' -Y minmax rtl_433 version 23.11-19-g83afc7b4...

@ProfBoc75 you are faster than me :), I was planning to write decoder on the weekend. I'l be happy to help you at least with my findings: - `Brand /...

In diagnostic sw data I have found more manufacturer for TPMS: - `Autonet` - `HUF` - `Continental` - `TRW` - `Sensata` - `Unknown manufacturer` However I cannot be sure that...