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

Possible to copy PC-BLE-DRIVER-PY Drivers to another computer?

I recently went through the process of building the pc-ble-driver-py library/drivers and running it on my NRF528240 Dongle and have no issues with it. I wanted to share it with another user so they wouldn't have to go through the process of building it themselves. 

Will it work to copy the directory and give it to them? Assuming they are running the same type of machine with python and C++ redistributable installed. Are there any other requirements?

Any help is appreciated.

Thanks

Parents Reply Children
  • That seems like it might work. Is this a standalone serial driver for the dongle which the python script could use or would all the functionality in python need to be ported?

  • From the Overview:

    The C/C++ libraries can be interfaced with directly, but are also provided as higher-level bindings that ease development at the cost of reduced control.

    But basically, this is not dependent of python. You can write an application which you can compile in C++ and export as a .exe executable file, which will work as a standalone program.

    I don't have too much experience with the pc-ble-driver, but if you have more technical questions regarding that, , please create a new ticket, and it will be assigned to an engineer who has worked a bit more with the pc-ble-driver.

    BR,

    Edvin

Related