-
# Feature Request ๐
Thanks for this extension, finally a simple way to have autocomplete on micropython
I've just some concern and feedback
could you describe a bit more what are the expectedโฆ
-
Hi! I want to address an issue I have with Thonny 4.1.4 on Windows10 and Raspberry Pi Pico W with MicroPython 1.21. I noticed it since some time but with the current versions this still happens.
Inโฆ
-
Line 36: `int.to_bytes` requires a second arg "big" or "little".
However with that fixed, this script fails. It displays the result of the synchronous DNS query, but the async one pauses for a periโฆ
-
When trying to build PicoBB on a Raspberry Pi 400 (Raspbian Buster, fully updated, and freshly installed Pico-SDK) I am getting this error:
`cc: error: unrecognized command line option '-fcallgraphโฆ
-
I am trying to use a Pico W as a webserver.
I am running the following standard sample code:
```python
import network
import socket
import time
ssid = 'xxxx'
password = 'xxxx'
wlan โฆ
-
### Port, board and/or hardware
Raspberry Pi Pico W with RP2040
### MicroPython version
MicroPython v1.23.0 on 2024-06-02;
### Reproduction
1. Copy code from GitHub gist to new file: https://โฆ
-
Hi ,
Is it possible to use PicoW instead of a standard one? The Wi-fi options could be quite handy ;-D
Dont you think?
Thanks & regards for any feedback
-
Trying to install like in the wiki, but replacing upip with mip. But I get the OSerror -6:
> >>> import mip
> >>> mip.install("micropython-umqtt.simple2")
> Installing micropython-umqtt.simple2 (โฆ
-
Hi, it seems i have some issues :-)
First, do we build on intel or on arm?
I have some issues installing the pi sdk on ... you dont beleve, ubuntu on arm pi5 .. i am missing the package code .. seemโฆ
-
TLDR:
```sh
jos@josverl-sb5:~/micropython$ mpbuild build RPI_PICO
โญโ Build rp2/RPI_PICO โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โฆ