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

pc-ble-driver running the example

hi everyone

I have BMD-300 Series Evaluation kit featuring the nRF52832 and dongle(nrf52840).

And I`m using ubuntu via Virtual Box

I refer 'pc-ble-driver' and follow this directions(https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/examples/README.md)

I built hrm_v3 and hrm_v2 but... I do not know how can I run the examples...

like this..

$ ls /dev/{tty,cu}.*  // On Windows simply check the "Ports (COM & LPT)" section in the Device Manager.
> /dev/tty.usbmodem<xxxx>

And run the example:

$ ./hrm_v<x> /dev/tty.usbmodem<xxxx>

I can`t understand these commands..
Please explain what these commands mean...
  • Hi

    The instructions means that you should find which port the DK is connected to and then pass it as a argument when you run the example. You can find out which port the DK is connected to, by running the following command after you have connected the DK: dmseg

    The attached screenshot shows the output after the command is entered. The screenshot shows that a new device is registered after the DK is plugged. The DK is registered at COM Port ttyACM0.

    Best Regards

    Jared 

Related