This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

NRF51822 UART Example

Hi All,

I am trying to run the uart example that comes with NRF51822 development kit. I've set up the mother board (nrf6310) according to the sdk doc and have flash the programming onto nrf51 board using J-Link Lite interface without any problem. However, I cannot seem to find out the virtual COM port on my PC (Windows 7 64 bit). I've tried to install the Jlink driver too, but still cannot see the virtual com port appear in my device manager?

Any suggestions on this?

Thanks!

L.

Parents
  • FormerMember
    0 FormerMember

    In order to use UART/ble_app_uart with the development kit and motherboard you have do to the following:

    In the code:

    • Include nrf6310 instead of pca10001, in order to get correct pin assignments

    On the motherboard, connect the following:

    • Pin P2.0 to RXD
    • Pin P2.1 to TXD
    • Pin P2.2 to CTS
    • Pin P2.3 to RTS
    • In addition, the motherboard has to be connected to the PC via RS232 connector.
Reply
  • FormerMember
    0 FormerMember

    In order to use UART/ble_app_uart with the development kit and motherboard you have do to the following:

    In the code:

    • Include nrf6310 instead of pca10001, in order to get correct pin assignments

    On the motherboard, connect the following:

    • Pin P2.0 to RXD
    • Pin P2.1 to TXD
    • Pin P2.2 to CTS
    • Pin P2.3 to RTS
    • In addition, the motherboard has to be connected to the PC via RS232 connector.
Children
No Data
Related