Ryan Rynaldo

Results 8 comments of Ryan Rynaldo

I figured out that in Vite, `Fit`, `Layout`, and other modules except `useRive` only exist after rive canvas is initialized. so as workaround, we need to create a default import...

I have successfully run `docker_dev_setup` in WSL2 with minor hiccup, but it is doable (everything run in WSL2) since I figured out that function for daemon run check only does...

Thank you for fast reply! here's the log debug level ``` Starting ESP32 NimBLE Test... Button pins configured. I NimBLEDevice: BLE Host Task Started I NimBLEDevice: NimBle host synced. NimBLE...

Okay, so, I modified this library https://github.com/T-vK/ESP32-BLE-Keyboard to use the latest version of the NimBLE (https://github.com/h2zero/NimBLE-Arduino/releases/tag/2.2.3) and test for simple sketch, it doesn't work to my android phone but it...

okay, so I have tried other HID lib (https://github.com/Mystfit/ESP32-BLE-CompositeHID) with minimal sketch + latest NimBLE result: Keypress works, but Media Keys doesn't work in android (tested from NimBLE version 2.1.0...

alright, it's confirmed if i downgrade to version **1.4.3** it works fine for both android and my windows pc (media keys) also works (multi advertise - bond - etc), it...

ah sure, at least the older version was working for me (better than bluedroid in terms of flash and ram 😅), so I planned to use it temporarily; but yes,...

okay, i tested the code on the master, still not fixed here's the log the `Sending Volume Up via HID...` is the event where i sent the HID key to...