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

pc-ble-driver not working with my BT832X

I have been working on this for very long time but I can't figure it out, I am trying to use pc-ble-driver to connect my Ubuntu/Raspberry pi to by BT832X module over UART

I tried flashing the pre-compiled hex file version, from the github repo, and I connected my FTDI USB to UART from my Ubuntu machine to BT832X and I can see the data being sent from my PC on the logic analyzer, the problem is I can't see any response from the nrf52832.

I then tried to debug the connectivity firmware line by line on Keil, and I found that the nrf52832 really get the right characters on the UART line but I am not sure why it doesn't send back any response, this is very urgent matter for me so any help would be appreciated

Related