Replies: 2 comments 1 reply
-
Really nobody knows what multitest.wait() and multitest.next() referr to ? |
Beta Was this translation helpful? Give feedback.
-
Support here regularly come from community volunteers like myself, micropython is a busy project so you often need to wait a while for feedback. The multitest scripts are intended for use with the test suite tools in the micropython repo itself, in particular: https://github.com/micropython/micropython/blob/master/tests/run-multitests.py You can use it like so when you've got two BLE capable micropython devices plugged in on Linux / wsl2. Change the port specifiers for windows.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to learn somthing about BLE use in micropython on an esp32-c3 and I'm jumped inside this git repository
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble/multitests
where there are a lot of examples that I would like use to gain skill.
Looking some of the examples i see that are used some instructions related to "multitest" ( multitest.wait() multitest,next() ) , but I don't understand what multitest refers to, since I don't see it among the micropython modules and I can't find any explanations online either. I've loaded the below example on an esp32 and apparently it works without error so I'm more and more confused .
Is it something similar to asyncio and where can I find detailed documentation about how use it ?
Here below one of the examples :
Beta Was this translation helpful? Give feedback.
All reactions