This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF UART App

where is "nRF UART App" nRF51822 code ?

Parents
  • 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

    ble_app_uart.zip

Reply
  • 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

    ble_app_uart.zip

Children
Related