How can I use Bluetooth LE on nRF9160DK?

Hi,

I want to use Bluetooth LE in a project for nRF9160DK. My understanding is that the main program should run on the SiP nRF9160 and it will be the nRF5280 that will perform the Bluetooth communication. However, it is not clear to me how I can use Bluetooth with my nRF9160DK.

Searching through the examples provided by the SDK, I found the lte_ble_gateway example and tried it. I have flashed the hci_lpuart application on the nRF5280 (setting it with the S10 switch) and the lte_ble_gateway application on the nRF9160 (setting it with the S10 switch). I'm ussing the 2.0.0 version of the SDK.

I don't have the Thingy:52 that is required to test the example correctly. I just wanted to test the BLE functionality. However, I was expecting the board to appear in the list of available BLE devices on my phone or computer, but this is not happening.

As you can see in the following image, both applications (lte_ble_gateway and hci_lpuart) build correctly and it seems to work. However, I do not know if the logs displayed through VCOM0 indicate a good functioning of the example.

How can I use BLE in my application with nRF9160DK?

Regards and thanks in advance.
Pablo

Related