where is "nRF UART App" nRF51822 code ?
Hi! Gili Elias, thank you so much, I just download "nRF UART ver 1.1" app from apple store, unfortunately, my iPad mini (7.0.2) still cannot get RX data, Where did you get the "ble_app_uart code"? maybe my nRF51822 code is not correct, by the way , SDK is nRF51 SDK_v4.4.1.31827.. thank you again.
Hi, sorry yes the iOS app version is 1.0.1.
I attach the ble_app_uart_code I'm using. it was built using SDK 4.4 and has two changes: 1) use the connection timeout (MAX/MIN_CONN_INTERVAL) recommended for iOS on this or a similar thread and 2) added some code enabled by LOOPBACK define during build to echo the message received from the normal UART back to the ble_UART. this enables an easy quick check that all is working, the normal UART to/from ble_UART also works fine for me.
hope it helps
Gili
Yes, I noticed a fix came through on the iPad last night. That works .. Kent