Unable to send data to custom APP but connection is happening using DA14531

Hi,

    I'm using DA14531. In SDK, I'm using "ble_app_peripheral" under Ble_examples. I'm using Uart and BLE. what ever the data coming through BLE, I need to send it through UART and what ever the data coming from UART, I need to send it through BLE to the app

2. I'm using "Renesas Smart Bond APP", then under "Long Value" characteristic User Description, I'm sending data continously to my DA14531 and displaying in PC through UARt. but from my DA14531, If I send data to "LED State" characteristic, then the "Long Value" characteristic is receiving data and it is dsiplaying for first time. but if I send again some new data of same length, then it is not receiving. 

3. For enable the uart receiving call back,  I need to tell the no of bytes to be receive. If I send less than that, then can I get the receive call or not  in DA14531?

Firmware: https://www.mediafire.com/file/ny34tp57eup207k/DA145xx_SDK.rar/file

Parents
  • It seems like you’re encountering issues with data transfer between your DA14531 and custom Android app, especially with notifications. One possible reason for the problem could be related to MTU size or buffer management. Ensure that your notification setup in the DA14531 firmware matches the expectations of your Android app, and verify that your app is correctly handling incoming notifications. For similar data transfer challenges, TraceShipments uses robust error-checking and retry mechanisms to ensure reliable data flow, which might be worth considering in your setup.

Reply
  • It seems like you’re encountering issues with data transfer between your DA14531 and custom Android app, especially with notifications. One possible reason for the problem could be related to MTU size or buffer management. Ensure that your notification setup in the DA14531 firmware matches the expectations of your Android app, and verify that your app is correctly handling incoming notifications. For similar data transfer challenges, TraceShipments uses robust error-checking and retry mechanisms to ensure reliable data flow, which might be worth considering in your setup.

Children
No Data