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

I can't get response from nrf52832

I flashed firmware into my nordic nrf52832 DVK 

https://github.com/NordicSemiconductor/pc-ble-driver/blob/99b5e78f96de60ee70e749bb89b280116275fb97/hex/sd_api_v3/connectivity_1.2.0_115k2_with_s132_3.0.hex

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

Parents Reply Children
Related