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

How can we connect two nordic thingy:52 using Bluetooth?

Hello,

            I want to use 2  thingy:52 board  in which one will act as master and other as slave. If yes, how can we do it?
please provide any example code.  Thank you.

Parents
  • What do you mean, "master" and "slave" ?

    Do You mean you want one of the Thingies to be a BLE Central, and the other Thingy connects to it (as a BLE Peripheral)?

    What would be the purpose?

    The nRF52 chip can certainly be a Central, but the entire Thingy design is based on it being a Peripheral - so you will pretty much have to re-write it completely.

    There are BLE Central examples in the SDK.

    But are you sure you really want to do this?

    Perhaps if you explained what you're actually trying to achieve - what is your goal - people could make suggestions...

    http://www.catb.org/esr/faqs/smart-questions.html#goal

Reply
  • What do you mean, "master" and "slave" ?

    Do You mean you want one of the Thingies to be a BLE Central, and the other Thingy connects to it (as a BLE Peripheral)?

    What would be the purpose?

    The nRF52 chip can certainly be a Central, but the entire Thingy design is based on it being a Peripheral - so you will pretty much have to re-write it completely.

    There are BLE Central examples in the SDK.

    But are you sure you really want to do this?

    Perhaps if you explained what you're actually trying to achieve - what is your goal - people could make suggestions...

    http://www.catb.org/esr/faqs/smart-questions.html#goal

Children
Related