-
## Steps to reproduce:
- In the host Pico-W load [Pico-W AP example](https://github.com/raspberrypi/pico-examples/blob/master/pico_w/wifi/access_point/picow_access_point.c).
- In the second Pico-W l…
-
Hi there!
This is more of a discussion thread, not an issue. I'm coming in quite fresh, so I do apologise for where my knowledge isn't up-to-scratch.
TL;DR: Is `micropython-lib` aiming at becomi…
-
Hello,
Thanks for a great library.
We are using it in a person presence detection application and it works great in room lighting but there are a couple of issues we need to address.
(1) Our …
-
Hi all.
Is no possible to access the REPL on the ESP32-S3. Details below:
### Operating System
Ubuntu 20.4
### Module Description
Chip is ESP32-S3 - module ESP32-S3-WROOM-1 (ESP32-S3R2)…
-
Are there any plans to increase MSC support here?
CDC+MSC may be great
Thanks
-
This is a proposal to extend the blit format to handle extra game data files which should be installed on the SD card.
Blit files can have extra data appended after #785. The questions then are how…
-
Hello world :-)
* New to MicroPython.
* Using `rshell` 0.0.31.
* Saw `rshell help rsync`:
```
rshell help rsync
No MicroPython boards connected - use the connect command to add one
usage…
-
Hi,
I am trying to use the command you provide in the readme to install your package on my esp running on micropython, but cannot.
The command:
python.exe -m mpremote mip install github:mchobby/…
-
Env: MicroPython v1.20.0 on 2023-04-26; Raspberry Pi Pico with RP2040
I have noticed constant data loss when transfer string objects with help of sys.stdout.write() method.
MCU code:
```
impor…
-
Consider this script:
```python
try:
import uasyncio as asyncio
except ImportError:
import asyncio
evt = asyncio.Event()
async def foo():
try:
await evt.wait()
fi…