gdsports

Results 48 comments of gdsports

I used the 32-bit toolchain for all. I have not tried the NS version in a while so I will take a look. This is what I use. ```bash KERNEL=kernel7l...

@milador And I build from a branch and commit as close as possible to the current kernel. I should have all the steps in the Drivers/README.md but let me know...

The problem may be the BIOS does not send SET PROTOCOL to set boot mode. The K83 in the default mode operates in NKRO mode which is very different from...

Interesting idea but it was hard to get the NS to recognize the Trinket M0 as one gamepad. The NS is pretty picky so making it recognize more than one...

Ok, here is the log without code changes. ``` 12:45:57.333 -> HCI EVENT RX HCI EVENT RX Discovered a peripheral 12:45:57.465 -> ----------------------- 12:45:57.465 -> Address: ff:ff:00:xx:yy:zz 12:45:57.465 -> Local...

gatttool running on a raspberry pi works with the iTag. And light blue on IOS.

I got an old SensorTag based on the CC2541 working with a small change to the SensorTag example sketch. The localName is slightly different. Works fine without changing BLERemoteDescriptor::writeValue. ```...

My guess is (that was a long time ago) I was matching up the USB descriptors to a lsusb dump of an old generic keyboard. So it may not have...

You can compose the 4 bytes raw USB MIDI packets into complete sysex messages. ``` // init sysex buffer empty midiEventPacket_t rx = MidiUSB.read(); if (rx.header != 0) { switch...

SoftSerial on the ESP8266 might work but I have not had much luck with software serial on the ESP. You could connect the 32u4 UART Tx to the ESP8266 UART...