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

Reply
  • 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

Children
Related