Hi, I am using the nRF52840 dongle + nRF Connect for Desktop App, and I would like to configure the data rate for packet advertising. Is this possible? Which one is set by default? Thank you very much in advance!
Hi, I am using the nRF52840 dongle + nRF Connect for Desktop App, and I would like to configure the data rate for packet advertising. Is this possible? Which one is set by default? Thank you very much in advance!
Hi
That is because the Heart Rate Monitor sample does not by default use the USB which the Dongle generally uses for serial communication. The nRF52 DKs for example uses UART and the J-Link which has a serial interface to VCOM ports to communicate with serial terminal. On the Dongle, you'll need to use the USB for this, since that's what is connected to the computer. Please check out the Console over USB CDC ACM sample for instance to see how you can do something like that.
Best regards,
Simon
Hi
That is because the Heart Rate Monitor sample does not by default use the USB which the Dongle generally uses for serial communication. The nRF52 DKs for example uses UART and the J-Link which has a serial interface to VCOM ports to communicate with serial terminal. On the Dongle, you'll need to use the USB for this, since that's what is connected to the computer. Please check out the Console over USB CDC ACM sample for instance to see how you can do something like that.
Best regards,
Simon