[NRF] Are there any plans to support the NFC functionality of the nRF52..
The nRF52 series have an embedded NFC slave that can function as a pairing method, activation from sleep, and even as an alternative way to configure a device.
@glennrub Are there any plans to expose this part of the chip?
Is there any example code for manipulating the registers on the nRF52?
Simply put, I'd like to use Nordic's so-called "proprietary" radio modes (i.e. not bluetooth per se), and unless there's already a micropython library which supports that (?), then I will need to manipulate the registers directly to send and receive packets. I've done this successfully using C, but I'm completely new to micropython and therefore unsure whether micropython will allow me access the nRF52 hardware directly, and, if so, how to go about it.
Not sure if this is the right place to ask this question (?), so if not, please advise where I should post it instead.