Hello everyone, I am very new to nRF52832 Development Kit and was testing some examples to get familiar with this kit, however i encountered an issue while testing the ble_app_uart example.
I followed the instructions provided by nordic infocenter line by line.
My configuration settings are
Baud rate : 38400
Com Port : COM6 (verified through device manager)
flow control : disabled
parity none, 8 data bits, 1 stop bit
and I am using termite.
The issue that i encountered and could not resolve although i tried a lot is that my nRF toolbox or nRF connect app is not able to receive anything which i send from the termite towards the phone. However if i send any character from the phone, it's received and displayed at termite windows perfectly. So what basically is the problem? Why i can receive data from toolbox or connect app but can't transmit data towards them. Please help me out. Thanks