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

How to do nRF9160 Device to Device Communication

I'd like to use two nRF9160s to do D2D (Device to Device). Is it possible?
For example, if you press Button 1 on nRF9160 (1), then LED 1 on nRF9160 (2) is displayed.
Is it possible to conduct a blink experiment?

If possible, how can you experiment?

What is the easiest way to do SES, UART, etc.?

I only use batteries when I do experiments outside, is it possible D2D (Device to Device) Communication to use LTE-M

Parents Reply
  • You could make the nRF91 chips communicate wireless with each other using e.g. a TCP Server/Client approach. However, this would not be direct communication as it will go through a cell tower. I guess your goal is direct communication?

    The nRF9160 does not support BLE, so it's not possible to communicate in this way. However, if you connect an nRF52 device to the nRF9160 you can communicate in this manner:

    [nRF91←UART→nrf52]  ←BLE→  [nrf52←UART→nRF91]

    Are you using an nRF9160 DK? On that board there is an nRF52840 present already. This sample may be useful as well.

    Best regards,

    Simon

Children
Related