Jacek Fedoryński
Jacek Fedoryński
The issue is caused by the fact that mouse cursor movement uses the same usages in USB HID as the left analog stick on a game controller (Bluetooth uses the...
Out of curiosity I implemented the "sliding window" approach described above, using the features introduced in the latest release. I don't think it works very well by itself, but maybe...
Perhaps the window should be a circle instead of a square? Or something like that, I don't know, there's room for experimentation for sure.
Can you try dumping the report descriptor using Wireshark? From what I remember the trick is to unplug and re-plug the device once the capture is running.
Thanks. It doesn't seem that the descriptor is the issue in this case. Might be something lower level. We could probably increase TinyUSB debug level and see if it outputs...
I can provide you with some test firmware if you have the hardware to read the serial output from the Picos.
OK, connect pin 0 on the "B" Pico to RX on the serial adapter and one of the Pico GND pins to GND on the adapter. And try this firmware...
I was maybe expecting some errors during enumeration, but that seems to go through OK. Is there any further output when you move the ball or press the buttons (when...
Yeah, you can see some errors in those. But it would be good to catch the moment when it first goes wrong. Because the first log looks normal. Does it...
What software are you running on the other nRF52840 Feather?