testuser7
testuser7
> [@testuser7](https://github.com/testuser7) : I drafted a decoder, but missing important information about the pressure and temperature. Thank you, I was just planning to add this decoder. > I need the...
I think the formula for pressure is `pressure_value * 0.4 [PSI]`. `0` is reported for no pressure at all, `46` for 28 PSI and `52-53` for 33 PSI. As for...
Ah sorry, I gave the values in `hex` and not `dec`. It should be: - 82-83 (dec) - 33 PSI - 70 (dec) - 28 PSI
> And about the temp, do you have any formula ? Not yet, because I don't know how much the temperature in the wheels can increase while driving. I have...
For temperature it will be: - 70(dec) - 20 ℃ I only have one value for now. For pressure `45 (dec)` I have a value `18.24 PSI` in diagnostic software....
> Still a lot of time to fix the BDF :) There is already a PR with the corrected BDF file: https://github.com/openwrt/firmware_qca-wireless/pull/27
The commit changes are a bit mixed up. You add the main dts in the commit regarding uboot. You can also add an additional newline character after the commit title...
> OK, could you please highlight the exact points where you think there are errors? These 3 files should be in the uboot commit: - package/boot/arm-trusted-firmware-mediatek/Makefile - package/boot/uboot-mediatek/Makefile - package/boot/uboot-mediatek/patches/461-add-zyzel-wx5600-t0.patch
@ftp21 there is more changes needed in dts. Please compare your version with this one: https://github.com/testuser7/openwrt/blob/wx5600/target/linux/mediatek/dts/mt7986b-zyxel-wx5600-t0-ubootmod.dts
@PolynomialDivision, would you also be interested in this PR being merged?