This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf52805 and com with PUTTY

Hello, i have send my program with my DKnr52840 on my module 805, (the example peripheral Uart) now i would like to make my com with putty or other software but i'm going to show you what i have.   i verified the com and when im on my app on my phone and im trying to write something i have nothing on the screen. i think there is no communication.  Thank you in advance

Parents
  • The nRF52805 module will need to connect to the computer somehow. The DK is connected over a micro-USB to USB and UART bridge in order to print data to and from PuTTY. Most modules don't have a USB to UART bridge, but you can connect one. In the uart_init() function, the TX and RX pin are set by rx_pin_no and tx_pin_no.

    Best regards,

    Simon

Reply
  • The nRF52805 module will need to connect to the computer somehow. The DK is connected over a micro-USB to USB and UART bridge in order to print data to and from PuTTY. Most modules don't have a USB to UART bridge, but you can connect one. In the uart_init() function, the TX and RX pin are set by rx_pin_no and tx_pin_no.

    Best regards,

    Simon

Children
Related