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

ble_app_uart + dfu ,receive and send data can not work.

sdk : v8.1.0 os : ios tool : nrf tool uart

use the ble_app_uart, it worked normaly. and add duf fuction in the application by the notice

[http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a00087.html]

it can olso connect and disconnect. but receive and send data can nor work. modify the define

#define IS_SRVC_CHANGED_CHARACT_PRESENT 1

as

#define IS_SRVC_CHANGED_CHARACT_PRESENT 0

0 can work and 1 can not work.

debug in it i find there be wrong in fileble_nuc.c and the functionon_write(ble_nus_t * p_nus, ble_evt_t * p_ble_evt)

p_evt_write->handle is not equal to p_nus->rx_handles.cccd_handle

what kind of compatibility problem would I have?

Related