UART thingy91

Hello,
I recently purchased a Nordic Thingy 91 device, and I have been working on it for a few weeks. I am currently experiencing two major issues with the kit that are preventing me from moving forward in my research, which is why I am posting here today.
  • My first issue is that after acquiring data from the nRF9160 board, I am unable to send it to the nRF52840 board. How can I perform this data transfer between the 2 boards mentioned above via UART ports ?
  • Moreover, I am unable to establish a Bluetooth/BLE connection between the nRF52840 and my phone or my computer. How can I enable Bluetooth on the nRF52840 and how can I link a phone to the board or to a computer ?
Thanks in advance for your feedback !
Parents Reply Children
  • Hello,

    Indeed, I searched a lot of sites, tested a lot of programs and I did the Developer Academy courses. But all the solutions I try do not work. So I can not establish the UART connection between the two "modules".
    I use the v2.7 version of the nRF connect SDK on visual studio.

    My goal for the moment is only to succeed in sending a simple message like "hello world" from the nRF9160 to the nRF52840 in the thingy91 to then be able to send this message in bluetooth to a phone/computer.
    Do you have a solution for this problem?

    Thanking you for your help

Related