nRF9160 gateway sample program (stack overflow)

Hello, 

I just noticed something odd. When I just the hex file   have provided with me

lte_ble_gateway (1).hex

It worked perfectly, however, when I try to flash the lte_ble_gateway sample program using VS studio, I get a messeage like this 

Am I doing anything wrong here? I want to change the code and allow thingy52 to upload publish more data to the cloud but I kept getting the same issue. 

This is the sample code that is giving me these issues 4403.merged.hex

Best,

Ben Li

Parents
  • Could you test the following lte_ble_gateway sample with NCS v2.0.0:

    lte_ble_gateway_ncs200.zip

    and the following hci_lpuart sample:

    hci_lpuart.hex

    I just tested it on an nRF9160 DK v1.0.0 and it worked fine:

    *** Booting Zephyr OS build v3.0.99-ncs1  ***
    +CEREG: 90
    [00:00:00.489,410] <inf> lte_ble_gw: LTE Sensor Gateway sample started
    [00:00:00.489,624] <inf> lte_ble_gw: Initializing Bluetooth..
    [00:00:00.507,171] <inf> lte_ble_gw: Establishing LTE link (this may take some time) ...
    [00:00:01.199,462] <wrn> bt_hci_core: opcode 0x0000 pool id 3 pool 0x20015304 != &hci_cmd_pool 0x2001536c
    [00:00:01.250,640] <inf> lte_ble_gw: Bluetooth ready
    [00:00:01.257,720] <inf> lte_ble_gw: Scanning...
    [00:00:08.761,322] <inf> lte_ble_gw: Device found: CA:99:4C:95:7E:69 (random)
    [00:00:09.145,477] <inf> lte_ble_gw: Connected: CA:99:4C:95:7E:69 (random)
    [00:00:13.577,941] <inf> lte_ble_gw: Orientation: 1
    [00:00:14.597,991] <inf> lte_ble_gw: Orientation: 3
    [00:00:17.568,084] <inf> lte_ble_gw: Orientation: 0

    Best regards,

    Simon

Reply
  • Could you test the following lte_ble_gateway sample with NCS v2.0.0:

    lte_ble_gateway_ncs200.zip

    and the following hci_lpuart sample:

    hci_lpuart.hex

    I just tested it on an nRF9160 DK v1.0.0 and it worked fine:

    *** Booting Zephyr OS build v3.0.99-ncs1  ***
    +CEREG: 90
    [00:00:00.489,410] <inf> lte_ble_gw: LTE Sensor Gateway sample started
    [00:00:00.489,624] <inf> lte_ble_gw: Initializing Bluetooth..
    [00:00:00.507,171] <inf> lte_ble_gw: Establishing LTE link (this may take some time) ...
    [00:00:01.199,462] <wrn> bt_hci_core: opcode 0x0000 pool id 3 pool 0x20015304 != &hci_cmd_pool 0x2001536c
    [00:00:01.250,640] <inf> lte_ble_gw: Bluetooth ready
    [00:00:01.257,720] <inf> lte_ble_gw: Scanning...
    [00:00:08.761,322] <inf> lte_ble_gw: Device found: CA:99:4C:95:7E:69 (random)
    [00:00:09.145,477] <inf> lte_ble_gw: Connected: CA:99:4C:95:7E:69 (random)
    [00:00:13.577,941] <inf> lte_ble_gw: Orientation: 1
    [00:00:14.597,991] <inf> lte_ble_gw: Orientation: 3
    [00:00:17.568,084] <inf> lte_ble_gw: Orientation: 0

    Best regards,

    Simon

Children
No Data
Related