Hi Team,
I working on the python script were i am trying to connect multiple nrf52 devices. nrf connect app for windows is connecting to multiple devices which is fine. but i am bit curious about the
python to do the same.!!
Thanks
Prakash
Hi Team,
I working on the python script were i am trying to connect multiple nrf52 devices. nrf connect app for windows is connecting to multiple devices which is fine. but i am bit curious about the
python to do the same.!!
Thanks
Prakash
nRF Connect for desktop is written with pc-ble-driver-js. Both pc-ble-driver-py and pc-ble-driver-js are wrappers around the pc-ble-driver, so they can have the same functionality, though the JS version has some more features developed on top of the wrapper layer.
nRF Connect for desktop is written with pc-ble-driver-js. Both pc-ble-driver-py and pc-ble-driver-js are wrappers around the pc-ble-driver, so they can have the same functionality, though the JS version has some more features developed on top of the wrapper layer.