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

nRF52DK UART example, PuTTY

Hi, I am developing sensor reading via ble using nRF52 Development Kit from scratch.

Since bluetooth, nrf, sdk stuff are a whole new world for me, I m following step by step from blinking and now doing uart example.

https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_nus_eval

I have followed above link. 

The question is, I downloaded PuTTY and started like this way ( not sure this is the way I should do in).

Problem is I can send data from my Nordic Connect application on my iphone, but can't type anything from PuTTY to phone. Literally I can't type. Is there any setting should I do to type on PuTTY? 

Hope u give me a simple advice, just link like I tagged would not help for me I think... cause Im trying that. Thank you.

Parents
  • Hi,

    You may try 'tera term' instead of 'putty', but in general you will not see anything when typing in the terminal window, since the data is sent to the phone every 20 characters that is typed (this will not be displayed in terminal window, since it is not received from phone, but transferred to phone).

    Best regards,
    Kenneth

  • Thanks !!

Reply Children
No Data