tocoteron / joycon-python

driver for Joy-Con (Nintendo Switch)
Other
116 stars 27 forks source link

Does this support NFC sensor? #25

Open spacehold opened 3 years ago

spacehold commented 3 years ago

The NFC sensor is in the right joycon, inside the stick. It works like an hotel key. If you hold an amiibo on top of it, the Nintendo switch will read it. I am wondering if it does the same here. If so, what event is it?

pbsds commented 3 years ago

NFC is not implemented in this framework, but using this as a base to implement it may be possible, seeing as we already do some of the handshaking and polling. Switching over to mode 0x31 would perhaps be a good start.

spacehold commented 3 years ago

I am a beginner, though. Is it okay that you help me with this @pbsds ?

pbsds commented 3 years ago

Frankly, between my PhD studies, moving, and various duty work I don't have any spare time at the moment.