Peter Hinch

Results 488 comments of Peter Hinch

I've tested on a Raspberry Pi Pico and your code sample runs perfectly. I'll hook out an ESP32 and try that.

OK, I'm running it on the ESP32 reference board and so far there is no exception. I have run it both with and without instantiating a WiFi connection. I'll leave...

There is nothing more I can do, I simply can't replicate this fault. I suggest you ask in [the forum](http://forum.micropython.org/index.php) - it's possible someone else may have seen this error....

Your code is still running here on the reference board after over two hours. I don't see how I can help when I can't replicate the fault.

If you can't freeze the test suite, have you tried running it with [mpremote](https://github.com/micropython/micropython/pull/6375#issuecomment-833289009)?

If you navigate to the `tests` directory and issue `mpremote mount .` you should be able to run the test suite as @dpgeorge suggested.

You are right, it won't run under mpremote, firstly because the filename `run-tests.py` isn't a valid Python name. But even after correcting this, it failed with an allocation error. My...

Please see [the docs](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md#111-primitives) for installation instructions.

The reason is that `uasyncio` is an official part of MicroPython written by @dpgeorge. This repo is entirely unofficial and maintained by myself. A subset of the primitives aim to...

Most of the code samples in the tutorial are cross-platform. You should be able to cut and paste most of these on an ESP32, although the few that use specific...