Results 106 comments of CTCaer

So d0 07 **36**: (36 & 7c) / 4 = 13 [cmd count] 12 xYY60 cmds here + 1 I don't know if the 1 cmd left is the raw...

@bettse When the switch sends the `02 0f 0100001f d00736 ...` commands, how the controller replies? Again with a `x2a` mcu report id? Can you sent some samples? (remove uid...

@bettse Well actually it was exactly what I really needed. This helps a lot! thanks (it also includes an answer to my question, but for ntags.)

@bettse So your log was very helpful. I parsed it a little bit here: https://gist.github.com/CTCaer/69ce224521d1ee4b153b250d9cbbb6a9 Many bytes are already [known](https://github.com/CTCaer/Nintendo_Switch_Reverse_Engineering/blob/ir-nfc/mcu_ir_nfc_notes.md). So the communication was probably interrupted. **If you ever find...

Can you give an example of your full command? EDIT: If you send `80 92 00 31 00 00 00 00 01 00 00 00 00 00 00 00 00...

Pro controller maybe? Pro controllers do not have S/N and they are 0xFF. Additionally, your command and the reply structure are absolutely correct. I would suggest to first dump the...

@Davidobot What do you send and what do you get?

The hanging comes from the retries. That's because in USB mode the x30 input report mode is enabled by default. So the code expects a x21 but also gets x30...

Depends on the circumstances. Docked? Undocked? Charging grip? Switch is charging? 100%? Normally they charge at around 125mA to 500mA. Maximum supported by TI BQ24072 charger chip inside the Joy-Con...

@Sur3 Yes. It's what the charging stations do. About GND, probably. Test with a multimeter or just try them. @AntoineTurmel I am little bit late to answer. :P Unfortunately I...