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

NRF UART app android

Hi,

I tried to get the sample ble_app_uart to work on NRF51422_DK with the S130.2.0.0 soft_device. The compilation and programmation of the board is OK.

The soft run and i'll pair with my phone (wiko raimbow). I use nrf uart v2.0 app from NORDIC.

I open a terminal, Termite, and open the com port (i verified the port) with the good baud rate (115200) and with the good option (RTS/CTS).

When i sent from my board to my phone, it was ok, i received the data. But when i sent from my phone to my board, i received nothing on Termite.

If someone have ideas about that, i'm aware.

regards,

  • Hi,

    I don't solve the problem but i avoid it.

    in main.c :

    const app_uart_comm_params_t comm_params = { RX_PIN_NUMBER, TX_PIN_NUMBER, RTS_PIN_NUMBER, CTS_PIN_NUMBER, //APP_UART_FLOW_CONTROL_ENABLED, APP_UART_FLOW_CONTROL_DISABLED, false, UART_BAUDRATE_BAUDRATE_Baud115200 };

    I disable the FLOW CONTROL. I dont understand the problem because i configure "Termite" with flow control RTS/CTS.

    If you have an idea, i'm aware :)

    Thanks for your time

Related