9 years, 11 months ago.

where is the USB to Serial driver for nRF51822 board?

Have you seen the log message on Terminal(Tera Term) through USB? I think that It need to USB2serial driver for Window OS.

Question relating to:

The nRF51822-mKIT is a low cost ARM mbed enabled development board for Bluetooth® Smart designs with the nRF51822 SoC. The kit gives access to all GPIO pins via pin headers …

2 Answers

9 years, 11 months ago.

The VCP (Virtual COM Port) is installed with the Nordic SDK and is part of the SEGGER drivers. It's not one of the common (Proflific, FTDI, etc.) drivers.

-marc

9 years, 11 months ago.

I was able to install the following driver on Windows 7, and using Tera Term to see nRF51822 prinff() output. http://mbed.org/handbook/Windows-serial-configuration

I have problem though: Have to disconnect and reconnect tera-term after hitting reset button :-(

PS. I think this is not specific to nRF51822-mKit but for overall mbed platform. (There no such usb serial driver specific only for nRF51822-mkit board)