Hello,
I'd like to use the pc-ble-driver-py library with nRF52840 dongle and had success running the basic examples. I simply programmed the dongle using the nRF Bluetooth Low Energy app which flashes the Connectivity firmware as I understand it.
According to this and this post the Connectivity firmware used by the Bluetooth Low Energy app is different than the one from the SDK examples. Does that mean there's also a difference between the Connectivity firmware provided by pc-ble-driver and the Bluetooth Low Energy app?
In other words, is it safe to program my hardware through the Bluetooth Low Energy app and use it with pc-ble-driver-py?
Also, when I install the pc-ble-driver package through vcpkg, I can see the hex files are available in vcpkg\packages\nrf-ble-driver_x86-windows\share\nrf-ble-driver\hex. Are these the same hex files used by the Bluetooth Low Energy app and is there any benefit to build them from source?
Thanks!