Manuel Bl.
Manuel Bl.
USB PD communication consists of several protocol layers. In simple terms, they are: - Lowest, physical level: generating PD waveform, receiving PD waveform, detecting connected source/sink - Middle layer: encode...
I‘m not familiar with what protocol the mouse uses for configuration. If the protocol is on a separate USB interface from the standardized HID interface, then this library can likely...
You are using Windows and the WinUSB driver is not installed for interface 1. As described on the project's home page, the WinUSB driver is required to communicate with the...
Currently, it is not possible. It's a graphical effect that isn't very common. I will consider the proposal. It would be supported with the SVG graphics format. Would this fit...
Thank you for reporting this. You've detected an edge case with your settings. The correct size for the array should indeed be 179 (or version * 4 + 19).
For C#, it's now fixed with version 2.0.6.
Base-64 is an encoding. What do you want to encode? A PNG image of the QR code? Or a SVG? How will the resulting Base-64 string be used?
Since you want to use the encoded image in a HTML `img` tag, I assume you want to create a [Data URL](https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Schemes/data). There are two steps: 1. Since you want...
I have limited understanding of the underlying LMIC library and limited understanding of the opmode. I believe that both opmode 0x808 and 0x908 mean that data should be transmitted and...
@jordicr2004 As _ttn-esp32_ is an ESP-IDF wrapper for the [arduino-lmic](https://github.com/mcci-catena/arduino-lmic/tree/master) library and your question concerns the LMIC library, you are probably better off raising it there.