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

iOS CoreBluetooth unlikely error

Hello, I discover and connect my nRF51822 service. It can be peripheral and Communication read/write data. but have some issue for disconnect/reconnect .When My app for iOS connect nRF51822 and send some data, my ios app shaow some message :Unlikely error. But I use dong Debuger is OK connect. How explain unlikely error message? what it is meaning ?

James Zhang

APPLE BLE ERR MES20140105154322.jpg

Parents
  • I can't say that I've seen this particular error before, but it seems to indicate that there is some problem with your code. Have you tried running the nRF51 application with the debugger, and putting a breakpoint in app_error_handler? If you could share your code, so that I can try to run it on my end, I'd be happy to try reproducing. Which softdevice and SDK version are you working with?

    Also, do you have access to an on-air sniffer so that you can see what's happening over the air? If you have an XLR2 evaluation kit to spare, you can try to use our sniffer.

Reply
  • I can't say that I've seen this particular error before, but it seems to indicate that there is some problem with your code. Have you tried running the nRF51 application with the debugger, and putting a breakpoint in app_error_handler? If you could share your code, so that I can try to run it on my end, I'd be happy to try reproducing. Which softdevice and SDK version are you working with?

    Also, do you have access to an on-air sniffer so that you can see what's happening over the air? If you have an XLR2 evaluation kit to spare, you can try to use our sniffer.

Children
No Data
Related