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

May peripheral could auto connect to central

Hi all:

          Our usage scenario is to establish a connection and bonded between the NRF52840 peripheral device and the central device, and then restart the NRF52840 peripheral device at this time.  I hope that the NRF can actively connect with the newly connected central device.

   I found this this post ,but i am not sure ,Can I do IT  with 52840 ,52840 is a peripheral in my application ,and central is a smart phone. I want 52840 auto connect to smart phone after they have a connection before.

  Look forward to hearing from you

Parents
  • Hello,

    As  said, the decision to connect is entirely in the hands of the central, the peripheral will only advertise its presence and the possibility to connect with it. For a smartphone central, you would need to know how the smartphone is configured to handle automatic reconnections.
    For this, you should check out Android/iOS specifications on how often their Bluetooth modules behave. For instance, Androids will by default only listen for and autoconnect to their previous connection, if I recall correctly.

    Best regards,
    Karl

Reply
  • Hello,

    As  said, the decision to connect is entirely in the hands of the central, the peripheral will only advertise its presence and the possibility to connect with it. For a smartphone central, you would need to know how the smartphone is configured to handle automatic reconnections.
    For this, you should check out Android/iOS specifications on how often their Bluetooth modules behave. For instance, Androids will by default only listen for and autoconnect to their previous connection, if I recall correctly.

    Best regards,
    Karl

Children
Related