Lte_ble_gateway program not working.

Hey I am using a nrf9160dk and I am trying to get lte-ble to work I get the above assert failed.

 

Does anyone have an idea how to fix this? 

I have the hci_luart file flashed onto my 52 and the lte_ble sample flashed onto my 91

thank you

  • Hi, 

    Which version of NCS are you using?

    What hardware version is the nRF91DK? Check the white sticker on the DK. 

    I have the hci_luart file flashed onto my 52

    Do you verify that the programming was successful with a terminal emulator, like PuTTY?

    Do you connect the DK to nRF Cloud before running this example? If not, please do it. 

    After "Initializing Bluetooth..", it will establish the LTE link as the following 

    Regards,
    Amanda

  • the short term goal of what I am trying to do is to print advertising data on the 9160.

    Right now my focus is not to connect to the cloud. not to. I'm tryin to build off of the lte ble gateway program. The reason it doesn't print the other things is because I commented out the function calls other than the Bluetooth one. 

    the white sticker says

    taoglas

    0560

    dsgp.18.c

  • What is the purpose of putty why would I be able to see the nrf 5280 output through vscode like usual

    the short term goal of what I am trying to do is to print advertising data on the 9160.

    Right now my focus is not to connect to the cloud. not to. I'm tryin to build off of the lte ble gateway program. The reason it doesn't print the other things is because I commented out the function calls other than the Bluetooth one. 

    the white sticker says

    taoglas

    0560

    dsgp.18.c

  • Hi, 

    ALI M HUSSAIN said:
    Right now my focus is not to connect to the cloud. not to. I'm tryin to build off of the lte ble gateway program.

    It might be possible, but not an easy way to achieve it. Or, you could start with one of the BLE samples, and modify it to use HCI. 

    Our expert thinks that is the assertion that triggers if the host is not able to communicate with the controller. Do you programhci_luart to nRF52840 as the doc indicates? Set the SW10 switch, marked as debug/prog, in the NRF52 position. 

    ALI M HUSSAIN said:
    What is the purpose of putty why would I be able to see the nrf 5280 output through vscode like usual

    They both can get the terminal log, but please be aware that the com port of nrf9160dk_nrf52840 is different from nrf9160dk_nrf9160. Just want to double-check the hci_luart is flashed to nrf9160dk_nrf52840 correctly.  

    I will start my vacation next week, so you will not get a reply from me next week. If you are urgent, please create a new support case. Sorry for the inconvenience. 

    -Amanda

Related