This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640: CC2640 and BLED112 module - handling notification receive

Part Number: CC2640

Tool/software: Code Composer Studio

Hi,

I am struggling with the following issue:

I am using BLED112 module to send/receive BLE packets from various devices (developed by myself) and a PC application (C# over .net)

I have 2 devices:

1. Based on TI CC2640 BLE chip

2. Based on Cypress CY8C4127LQI

I can send data to both devices to a "read" characteristic that I have created (on the peripheral device)

Both devices have also a "notification" characteristic that sends data every X seconds.

I am getting that notification on the BLED112 only from device 2 (cypress) and not from device 1 (TI)

In fact, the uart communication between the application to the BLED112 is quite during a notification from device type 1.

I confirmed that device 1 is sending notifications using standard BLE communicator.

Can you suggest what might be the reason?

Best Regards,

Erez Shaul