Conversation
WebHID driver for the Nintendo Switch Pro Controller and Joy-Con (R) that reads NTAG215 tags (Amiibo) via the controller's built-in NFC reader. Reuses the existing AmiiboScanner UI. Protocol overview: - USB handshake (0x80 reports) with Bluetooth fallback - MCU initialized to NFC mode via subcommands and config packets - NTAG215 read delivered in two fragments (245 + 295 bytes) - CRC-8-CCITT checksums on all MCU/NFC command payloads - Continuous NFC polling with tag detect/remove tracking Known limitation: Linux HID descriptor omits report 0x31, blocking MCU/NFC access. Works on macOS and Windows. References: github.com/aka256/joycon-webhid (MIT) github.com/CTCaer/jc_toolkit (MIT) github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Known limitation
Linux HID descriptor omits report 0x31, blocking MCU/NFC access. Works on macOS and Windows.
Sources
Test plan