NFC Services: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
The New3DS NFC module was added with [[8.1.0-0_New3DS]]. The Old3DS NFC module was added with [[9.3.0-21|9.3.0-X]]. | |||
On New3DS NFC module uses the NFC hardware via the [[I2C_Services|i2c::NFC]] and [[GPIO_Services|gpio:NFC]] services. On Old3DS NFC module communicates with a NFC peripheral via IR with the IRUSER service. | |||
A total of 6 sessions can be open simultaneously for all of these services combined. | A total of 6 sessions can be open simultaneously for all of these services combined. | ||
=NFC service "nfc:u"= | =NFC user service "nfc:u"= | ||
This was first seen in the Super Smash Bros eShop demo(only in the exheader, the demo doesn't actually use it), at that time no system-module was available for NFC on CDN. | |||
=NFC service "nfc:r"= | =NFC service "nfc:r"= | ||
| Line 13: | Line 15: | ||
=NFC service "nfc:s"= | =NFC service "nfc:s"= | ||
=NFC service "nfc:dev"= | =NFC development service "nfc:dev"= | ||
=NFC management service "nfc:m"= | =NFC management service "nfc:m"= | ||
This is used by the [[amiibo Settings]] applet. | This is used by the [[amiibo Settings]] applet. | ||