virtualabs / btlejack

Bluetooth Low Energy Swiss-army knife
MIT License
1.87k stars 196 forks source link

multiple ble400 boards #62

Closed coelner closed 3 years ago

coelner commented 4 years ago

Did someone test this with multiple devices? I tried this but only the first device get used.

BtleJack version 2.0

[i] Enumerating existing connections ...
^C[i] Quitting

And only one of the uart adapters is powered up and show traffic. It is not a power problem.

virtualabs commented 4 years ago

I've never tested btlejack with multiple ble400 boards, but never had any issue with microbits. It is supposed to run the same firmware with minor differences (UART configuration differs), so I cannot see why it would not behave the same. I'll reach some friends of mine who have a few BLE400 boards available and see if they get the same behavior. What version of btlejack are you using ?

coelner commented 4 years ago

Version 2 or did you meant the firmware version? I tried it with the select() pullrequest and master branch.

coelner commented 3 years ago

@virtualabs Could you make any step forward?

coelner commented 3 years ago

https://github.com/virtualabs/btlejack/blob/7cd784a5c9ead820bdc1b1745d2d8e0773e6facb/btlejack/supervisors.py#L85-L88 this is intentionally , but why?