I flashed firmware into my nordic nrf52832 DVK
I am using my Ubuntu machine with pc_ble_driver_py wrapper to communicate over UART with nrf52832 and run example code advertising.py
I followed steps to compile the C library, and once I run the example code I can see from my logic analyzer that's the Ubuntu machine is sending packets over tx channel
My problem is that I don't get any response from the nrf52832 dvk, I am not sure what might be wrong here