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

nRF UART app works on android, not on iOS 8.4

My ANT BLE application runs on a custom board with a nRF51422, SD 310 rev 2.0.0

I can use the nRF UART app on an android phone, but on an iPhone with iOS 8.4 I can't even see the device.

I can see the device in the list in the DFU Tool in the nRF Toolbox, but in nRF UART nothing.

Are there any connection/advertising/timeout/... parameters I should be aware off, in order to use iOS for UART?

Parents
  • The example shows: Device is Connectable: Yes LocalName: Nordic_UART Service UUIDs: 6E400001 etc (reverse of the array in code)

    My code: Device is Connectable - and that's it I'm afraid...

    Thanks for clarifying. I run services_init first, then advertising_init. Could there be something else I'm missing? I guess that some sort of mechanism keeps on advertising while the device is on, but is there something I should do or be aware of in connection with that?

Reply
  • The example shows: Device is Connectable: Yes LocalName: Nordic_UART Service UUIDs: 6E400001 etc (reverse of the array in code)

    My code: Device is Connectable - and that's it I'm afraid...

    Thanks for clarifying. I run services_init first, then advertising_init. Could there be something else I'm missing? I guess that some sort of mechanism keeps on advertising while the device is on, but is there something I should do or be aware of in connection with that?

Children
No Data
Related