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

nRF52 dev Board interface nRF52 via Virtual Com Port

Hello,

I am working with the nRF52 dev Board and the question arose whether it is possible to interface the nRF52 chip via the virtual com port?

The block diagram in the hardware description that there is a data connection between the PC and the Interface MCU via USB and a connection between the Interface MCU and the nRF52 via UART.

Thanks in advance,

Florian

  • Hi,

    Yes, it is possible. For a functional example I recommend running through the getting started tutorial here on DevZone. The tutorial runs you through the ble_app_uart example which shows how use use the UART module, and also how to send the data over BLE.

    Best regards,

    Øyvind