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

nRF52832 s132 SDK15 - Scan not working with ble_connectivity over uart

Hi,

I am trying to build the ble_connectivity code "ble_connectivity/pca10040/ser_s132_uart" to test the serialization part. The scan is not working. I am using PCA10040 board(same board is working fine with other ble application) to check the BLE connectivity over uart using serialization.   

I didn't see anything apart from this call nrf_sdh_enable_request(). Do we need to do anything explicitly to enable BLE and soft-device? Am I missing anything here?

 If so, why is this example not included this part?

My exception is that, I should be able to receive scan results , If I (1) connect PCA10040 to host over uart (2) flash the  "ble_connectivity_s132_uart_pca10040.hex" and (3) Run my serializer application my embedded host. Correct me if my understanding is wrong.

I am using nRF5_SDK_15.0.0_a53641a, armgcc, PCA10040 board, s132 SD, Ubuntu16.04 as build environment  and serializer is running on ARM based target with ubuntu.   

Br,

GGotta

Related