arpruss

Results 74 comments of arpruss

I am thinking of 3D printing a holder for the joycon to attach to a wooden grip, with the joycon upside down so that the analog stick could be used...

I can check once I get my right joycon back from Nintendo (I only own one; our Switch is a salvage unit with a broken screen and it didn't come...

Do you happen to know how to get the joycon into the mode where it's forwarding strain data from the ringcon? Someone on the web says that there is a...

> @arpruss btw if you put that code around `WaitForSingleObject` for `hid_read_timeout` in hid.c and enable the console at the bottom of jctool.cpp, what times do you get for spi...

Do you happen to know what registers control sensitivity for clustering and pointing modes?

Register 0x121 seems to control some sort of a threshold for pointing mode. 0=most sensitive, 7=least sensitive.

I'm having trouble consistently setting registers. This is a problem running both your c++ code and my python code: often I just can't get the IR LEDs to turn off,...

I tried sending the set register command many times. And I have no problem reading the registers before and after the set register command. Maybe it's a battery charge issue....

How do I check for the ack of the set registers command?

Well, that was dumb of me. I had the endianness wrong on the register numbers. Works fine now.