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

ble_uart_example and Windows Phone 8.1 nrf_toolbox

I am using nrf_toolbox on Windows Phone 8.1 and PCA10040 development board. I loaded the uart example and with my phone I can send text via nrf_toolbox. But when I want to send text to he phone the BT application refuses due to p_nus->is_notification_enabled is always false. I know that central device must set this but I am using your application. What is wrong?

Parents
  • I restarted the phone and the nrf_toolbox start working, but only the first time. When I power cycle the board I got the same situation (notification not set). Probably the windows phone saves the value for notification and if set it doesn't send another command. So for windows phone the application should be corrected to first turn off notification and then turn it on.

Reply
  • I restarted the phone and the nrf_toolbox start working, but only the first time. When I power cycle the board I got the same situation (notification not set). Probably the windows phone saves the value for notification and if set it doesn't send another command. So for windows phone the application should be corrected to first turn off notification and then turn it on.

Children
No Data
Related