micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

Core Python libraries ported to MicroPython

Results 354 micropython-lib issues
Sort by recently updated
recently updated
newest added

Version: 0.15.-2 > > > client = umqtt.MQTTClient("sddsdsd", "dmarkey.com", 1883) > > > client.connect() > > > Traceback (most recent call last): > > > File "", line 1, in...

HTTP header field names are case-insensitive ([RFC 1945 section 4.2](https://www.rfc-editor.org/rfc/rfc1945#section-4.2)).

In the interest of being able to build a version of micropython that is not the `latest`, this requires both the `micropython` and `micropython-lib` to be checked out. they should...

Support writing custom USB interfaces in Python, to extend USB device functionality. These modules rely on the machine.USBD() object implemented on the MicroPython side, which is a thin C wrapper...

Modify _rewrite_url() to allow mip install from `gitlab:` repository. Signed-off-by: Olivier Lenoir

I am trying to use this library on a rpi pico: ```py cs = machine.Pin(22, machine.Pin.OUT) spi = machine.SPI(0, baudrate=1000000, polarity=0, phase=0, bits=8, firstbit=machine.SPI.MSB, sck=machine.Pin(18), mosi=machine.Pin(19), miso=machine.Pin(16)) sd = sdcard.SDCard(spi,...

This change: - Moves the password checking to python - Removes the special file transfer protocol (This changes allows to extend `mpremote` to support webrepl just like a serial port)...

Method now handles OSError: -1 after many packets, attempting reconnection. Issue #754 Modified the MQTTClient publish method to gracefully handle connection disruptions. Previously, the method encountered an OSError: -1 after...

I'm unable to connect to Azure IoT Hub using the umqtt.robust library with SSL using MicroPython v1.22.2. No explicit error message is provided by the connect method, making it difficult...

It requires the unix pcre-based re module. See https://github.com/orgs/micropython/discussions/13570 This work was funded through GitHub Sponsors.