Victor Antonovich

Results 23 comments of Victor Antonovich

Could you provide a [log file](https://github.com/3cky/mbusd#reporting-bugs) for problematic devices? I'll take a look.

Not yet, but it's a nice idea indeed. I'll look into it.

> Is it absolutely required to wire ground to pin 11 instead of pin 8? No, it's not required. Both 8 and 11 pins can be used as ground.

Hello Axel, According to the Aliexpress page, this adapter is based on [FTDI FT200XD](https://ftdichip.com/wp-content/uploads/2021/10/DS_FT200XD.pdf) chip, which is an I2C *slave*. So it can't be used with `usb-i2c-android`, because it supports...

> Now I tried a QinHeng Electronics CH341 (ID 1a86:5523) - still no luck. It looks like your adapter is in UART mode. Ensure you have correctly configured the CH341...

I tried to build the included sample app in Android Studio Ladybug 2024.2.2 and run it on my device (Pixel 7 Pro), and it works. What version of Android Studio...

I did release [usb-i2c-android 1.4.0](https://github.com/3cky/usb-i2c-android/releases/tag/1.4.0) with some fixes and improvements. Could you check it?

Had the same flickering problem with ESP32-4827S043C board with clock frequencies as low as 4 MHz. For me, it was fixed by setting `ST7262_PANEL_CONFIG_DE_GPIO_NUM=-1`.

Yes, `./gradlew build` builds release APK and requires a keystore file with signing information configured in `local.properties` file. For app testing and debugging, you could use `./gradlew assembleDebug` to compile...

Hello all, I like the idea as a whole, but still not sure about the implementation. Should mbusd in read-only mode ignore write function codes completely and trigger the timeout...