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?
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 ...
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 ...