Hello,
I previously used the latest SDK v17.0 on my nRF52832 PCA10040 board DK.
I ran the ble_app_uart example in order to understand how the Nordic UART Service works as well as its characteristics (RX and TX).
I used TeraTerm as a serial monitor application. When I run the program, it only shows "UART started", and nothing else.
On nRF Connect, I was able to connect with my nRF52 development board.
However, when I send data, it does not get shown on the serial monitor. I also don't receive messages such as "Received data from BLE NUS. Writing data on UART."
I did some reseach and found out that the SDK v17.0 does not support the nRF52832 board but not sure if this is entirely true. Please confirm.
My question then is, what version of SDK and softdevice must I use in order to have the Nordic UART Service up and running?