Mathias Gottschlag

Results 21 comments of Mathias Gottschlag

I have some code at https://github.com/BerndGottschlag/goboard/blob/unifying/firmware/main/src/unifying.c based on your code, LOGITacker and mjackit that seems to work just fine with a stick that is reported as `RQR12.03_B0025` as well as...

yes, it was, I mean the normal unifying receiver USB stick

My code is currently running on an NRF52840 board (Adafruit Feather NRF52840 Express), and it is able to communicate encrypted keystrokes to the usual unifying receivers with those two versions...

No, I have not implemented reconnecting at all yet - I have not even implemented storing pairing info in a persistent way yet. At the moment, this is just a...

No, I did not. I do exactly what you do in your pairing code - I construct an AES key from the dongle's nonce/wpid, the address specified by the dongle...

Sorry, I wanted to do that yesterday, but did not find the time. I will have access to the prototype again on wednesday, I'll try to test again then. I...

@bilogic ist this what you meant? https://github.com/BerndGottschlag/goboard/blob/firmware/firmware/main/src/unifying.c#L492 That code indeed works with RQR12.03_B0025 and RQR12.10_B0032.

KEY_A-KEY_RETURN are the HID key codes (src/keycodes.h), so yes, it cycles through a-z0-9 Currently, the initial counter is always 0xdeadc0de. Here are some example key packets - the counter is...

Oh, and initial testing indicates that those LUTs work for the 3-color display as well (when the display is initialized in two-color mode). Maybe the documentation should state something like...

> Are they also v2 ones, since they also updated the epd7in5 to v2 for example? > The current LUTs are for the slow ones from the waveshare repo and...