Kane York

Results 74 comments of Kane York

FYI, I'm carrying a patch to treat these as a 2500ms ratelimit delay.

> Failure: TestSite#test_: configuring sites should configure cache_dir. [C:/projects/jekyll/test/test_site.rb:81] Minitest::Assertion: Expected false to be truthy. Not sure if this is me?

> **`as:alsoKnownAs`** - Actor IRI(s). Basically a soft version of movedTo that includes all accounts this account claims to be the same user as. Non-directional, unlike movedTo. The documentation should...

> and the parameters from the technology specific for the waveguide type (Waveguides.XML) [radius, bezier parameter, gds layers, widths, offsets] into the required P0-P3 control points. To be clear here...

I have some notes on the Bluetooth hid buttons. The left stick & right stick buttons are adjacent button numbers. So are + - and home, capture. It sends the...

@mfosse Oh, I just straight up connected the joycon to my Linux laptop and read the input data with `hidapi`. So it's default drivers. Was about to try sending some...

Yup, I found the stick data. ``` uint8_t *pckt = buf65 + 2; // skip the HID header (0x21) and checksum byte // print buttons... uint8_t *stick_data; if (jc->left_right ==...

Oooookay, looks like I'm going to need to pair the controllers before I move further - they started connecting to someone else's console, which is erroring out my Bluetooth stack....

I've got a working "combine both joycons into a single controller device" program here: https://github.com/riking/joycon

I left my controllers on the grip for a few days and now the status packet[1] is 0x6E on the R, but it's still 0x8E on the L. Battery level?...