Open gitcnd opened 1 year ago
I had the problem when I try to use aioble compiled in as a module in MicroPython. When I install aioble with mpi on the board itself, everything works.
@gitcnd Does installing the module with mip solve the problem, as suggested by @fpetzold ?
It is not clear from this page:-
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble#passive-scan-for-nearby-devices-for-5-seconds-observer
how to use any of that code
we need to be told what to do to make it work, and there needs to be working examples to show the features - especially the "scan" - and the examples need to tell you what you need to to do run them.
even the multitests don't seem to work? (and there's no tests for the scan feature):
disclaimer: I'm not an expert in MicroPython