You are reading a single comment by @fanoush and its replies. Click here to read the full conversation.
  • I don't actually need bluetooth at this very moment, what I'm doing is writing a NTAG215 tag emulator that has a couple different slots that can be swapped with the button that also has a backdoor NFC command that allows rewriting the entire "tag".

    I might add in bluetooth later so that I can just manage the tag data directly from an app, but I don't even have that implemented in javascript yet.

    After looking into inline c, that could potentially be all I need, but I am curious if I could call the NRF.nfcSend() directly from the C code in some way, that would certainly simplify and speed up things in that respect by not having to pass the response data back to the javascript side of things.

    it's not that I dislike the javascript environment, it's just not fast enough it seems to process and send the ntag215 response back within the few ms required.

    As far as debugging, I have pin headers on my puck and just connect over uart.

    here's what I have so far, it does work, but not all devices are very accepting of the timings.

About

Avatar for fanoush @fanoush started