This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

connectivity app not working with PCA10000

Hi,

I'm using nRF51 BLE driver on PC to simulate BLE peripheral using PCA10000 v2.2 dongle. I need to add some functionality to the default connectivity app. So I compiled the connectivity example from SDK. But the example is not working. The UART interrupts don't seem to be called. Any idea what could be wrong?

BTW Simple UART example is working as expected.

I'm using SDK 5.1.0.36092 and SoftDevice v6.0.0

Parents
  • The interrupt is called, but it seems the connectivity app waits for special byte value (0xC0) first which BLE driver does not send. Is this correct? If yes, how do I need to modify connectivity app to work with BLE driver library?

Reply
  • The interrupt is called, but it seems the connectivity app waits for special byte value (0xC0) first which BLE driver does not send. Is this correct? If yes, how do I need to modify connectivity app to work with BLE driver library?

Children
No Data