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
  • Hello,

    I don't think that is a good idea. When you set up the pc-ble-driver-py, what it does is dependent on your system. Without knowing too much about this, I suspect that it can lead to a lot of weird unpredictable behavior. I suggest you build the pc-ble-driver-py on the other computer as well. It will probably not take as long as the first time you did it, if you have the setup procedure fresh in mind.

    Best Regards,

    Edvin

  • Is there any workaround for this? A situation we have is that a customer wants to use the python script we developed for them to perform testing on their device on multiple machines across their offices. It's quite an involved process to install these drivers especially for someone that doesn't have a software background.

    Is there any way for them to run this script without needing to build the drivers? I would think that the nRF Connect installer for comes with the driver, can that be leveraged perhaps?

Reply
  • Is there any workaround for this? A situation we have is that a customer wants to use the python script we developed for them to perform testing on their device on multiple machines across their offices. It's quite an involved process to install these drivers especially for someone that doesn't have a software background.

    Is there any way for them to run this script without needing to build the drivers? I would think that the nRF Connect installer for comes with the driver, can that be leveraged perhaps?

Children
Related