This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to connect to the mesh quickly with NFC

i created a mesh network using light_demo in NRF52832SDK and  i need to scan a new device to make it join my mesh network .when there are a number of devices and i have to reduce the time to scan these new devices ,so i want to use NFC to complete it. can you give me some help and tell me how to change the codes in provisioner  and server/client?

thanks for any help.

Parents
  • Hello,

    In order to provision using NFC, you would need to have one active NFC scanner. The NFC tags on the nRFs are only the passive NFC part, so two nRFs can't communicate with one another via the NFC. You would need a phone or something to do that.

     

    If you are interested, there is a prototype library for iOS for Mesh provisioning, which you can find here. Unfortunately, iOS is very uncomplicated when it comes to accessing the NFC, and we don't have anything on Android and mesh provisioning at the moment, as far as I am aware of.

     

    Best regards,

    Edvin

Reply
  • Hello,

    In order to provision using NFC, you would need to have one active NFC scanner. The NFC tags on the nRFs are only the passive NFC part, so two nRFs can't communicate with one another via the NFC. You would need a phone or something to do that.

     

    If you are interested, there is a prototype library for iOS for Mesh provisioning, which you can find here. Unfortunately, iOS is very uncomplicated when it comes to accessing the NFC, and we don't have anything on Android and mesh provisioning at the moment, as far as I am aware of.

     

    Best regards,

    Edvin

Children
Related