I'm lost. Can someone point me to place or the best example of how to send data (any) from NRF51882 to iOS app when app is in background. Is it possible at all ?
I'm lost. Can someone point me to place or the best example of how to send data (any) from NRF51882 to iOS app when app is in background. Is it possible at all ?
Hi Robert,
You should use notification to send data from the nRF to iOS.
To read more about notification, please follow this tutorial. The tutorial used the MCP application on PC as central device, but it's similar with the nRF MCP app on iOS and nRFToolbox app that you can find the source code on our GitHub.
Hi Robert,
You should use notification to send data from the nRF to iOS.
To read more about notification, please follow this tutorial. The tutorial used the MCP application on PC as central device, but it's similar with the nRF MCP app on iOS and nRFToolbox app that you can find the source code on our GitHub.