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
I working on the python script
So where have you got so far?
Can you connect to one device?
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.
Yeah . i can connect with one device with defined MAC address. I wonder how the python will manage the multiple handlers
Surely, then, it's just a matter of generalising & repeating what you did for the one?
You will, of course, have to make it "generic" - rather than hard-coding each connection.
But that's the beauty of Object-Orientation ...
This sounds like a general programming question - nothing specifically to do with Nordic or Python ...