As state in the title I am trying to run pc-ble-driver on nRF52840 Dongle running examples on Mac OSX.
I uploaded connectivity_4.1.4_usb_with_s140_6.1.1.hex file on my dongle using nRF Connect programmer tool for OSX, and I am trying to run heart_rate_monitor example.
I obtain this output:
Info: Successfully opened /dev/tty.usbmodemXXXXXXXXXXXX. Baud rate: 115200. Flow control: none. Parity: none. Status: 6, message: Target Reset performed Error: h5_decode error, code: 0x802c, H5 error count: 1. raw packet: c0 60 00 01 01 c0 Error: h5_decode error, code: 0x802c, H5 error count: 2. raw packet: c0 60 00 01 01 c0 Error: h5_decode error, code: 0x802c, H5 error count: 3. raw packet: c0 60 00 01 01 c0 Error: h5_decode error, code: 0x802c, H5 error count: 4. raw packet: c0 60 00 01 01 c0 Status: 0, message: No response from device. Tried to send packet 6 times. Failed to open nRF BLE Driver. Error code: 0x0D
Same output with both baud rate 1000000 and 115200 (what is the right baudrate to use?).
It seems an error stated in Issued.md file, but if I am right, there are instructions to resolve it only for nRF52840 DK board.
On the board both examples and my project under development works fine.
Thank you so much for any help.