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

Thingy:52 Communication

Hello! I set-up my Thingy:52 devices, using the nRF52840 Development Kit, according to the GitHub tutorial.

Now, I would like to understand more about the communication of the thingys.

Do you have any suggestions on how I should start, in order to:

(1) send a message from one thingy to the other and intercept that message with the dev board, or using my phone? Or,

(2) send a message from the thingy boards to the development board & trigger some LED on the dev board?

I don't know which option might be more advantageous to begin with, so if you have some idea, I would highly appreciate your guidance.

Thank you in advance! Marry

Parents
  • Hi,

    See our nRF52 examples on BLE UART and Blinky to get an introduction on how the BLE communication works. You can port the examples to the Thingy by changing the board file of a nRF52832 project.

    regards

    Jared

  • Hello Jared and thanks for your reply and the two references!

    However, it is not clear to me what I should do. I see that the first link has examples on nRF52833 with the S140 SoftDevice. Could you please explain to me how I should run it on thingy? What file(s) should I change and what modifications more specifically should I do? I am asking this, because I'm overwhelmed by the number of files and it can be complex to go through all of them and understand each.

    Thanks again! Marry

  • Hi,

    The Thingy:52 is basically an nRF52832 with lots of external sensors. We usually recommend experienced users to develop with the nRF Thingy SDK, but since you're new to the ecosystem I would rather suggest that you start with the nRF52840 development kit and the examples from the "normal" SDK. You could then proceed to develop on the thingy when you have a good overview over the ecosystem. 

     

    Marry said:
    I see that the first link has examples on nRF52833 with the S140 SoftDevice.

     This is only a note, the SDK has examples for the nRF52840 etc.

    regards

    Jared

Reply
  • Hi,

    The Thingy:52 is basically an nRF52832 with lots of external sensors. We usually recommend experienced users to develop with the nRF Thingy SDK, but since you're new to the ecosystem I would rather suggest that you start with the nRF52840 development kit and the examples from the "normal" SDK. You could then proceed to develop on the thingy when you have a good overview over the ecosystem. 

     

    Marry said:
    I see that the first link has examples on nRF52833 with the S140 SoftDevice.

     This is only a note, the SDK has examples for the nRF52840 etc.

    regards

    Jared

Children
Related