I have programmed a Nordic Thingy 91 with lte_ble_gateway, and when I send command from the cloud to the device, an NRF_CLOUD_EVT_RX_DATA event is called, however evt->param.data.ptr returns (null).
Can anyone tell me why no data are passed from the cloud to the device?
I have tried the same program with nRF9160 and I can see the data I have sent.
Please assist