Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NFC integration in BLE + Zigbee example

Hi,

Is NFC along with BLE+Zigbee possible? Can I insert NFC sample example into BLE ZigBee dynamic door lock multiprotocol example?

Thanks

Sridhar

  • Hi Sridhar

    Yes, NFC with BLE and Zigbee should be possible I believe, but I believe there's a conflict in that the same timer is used by both NFC and Zigbee by default (TIMER4), so you'll have to edit one of these to use an available timer. I believe both Timer2 and Timer3 should be available for this, as the SoftDevice and 802.15.4 radio uses TIMER0 and TIMER1 respectively.

    So as long as you change I.E. the NFC driver to use an available timer and add the necessary files and headers to the BLE ZigBee project you want to use, this should be possible.

    Best regards,

    Simon

Related