Hi,
I just recently bought nrf52832 dk board. I am really new to this. I have prior experience on Arduino only. I started working on nrf52832 dk board with the help of nordic infocenter.
I have installed nRFgo Studio, nrf connect, Keil uVision5, nrf command line toolbox, J-link software. I know how to upload softdevice and then application code. Basically i am going step by step as written in infocenter. Now i am stuck at UART. When i tried example ble-app_UART and when i opened puTTY data which i am receiving is ▒▒. I am sending data over puTTY using nordic connect in my mobile. Every time i write anything i am getting ▒▒ . Also i have checked puTTY translation it is using UTF-8. I have also set baud rate to 115200. I am unable to figure out problem.