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

To use this feature you need to create a usb device signaling remote wakeup and then enable remote wakeup on the host (on linux write `enabled` to `/sys/bus/usb/devices//power/wakeup`, or let...

Micropython 1.23 preview version is used with Raspberry pi pico w board. Trying to send keys using usb-keyboard library. It was clicking the key, but not releasing it, similar to...

The `_reg_update` method must be called after updating the implicit header option's bit.

Problem statement: If there are any network issues, mqtt will block on socket non-deterministically. In such cases, only way to come out of the blocking is to reboot using watch...

In [python-ecosys/requests/requests/__init__.py:183](https://github.com/micropython/micropython-lib/blob/68e3e07bc7ab63931cead3854b2a114e9a084248/python-ecosys/requests/requests/__init__.py#L183), The url `redirect` can be a relative path, which cause the missing of hostname and protocal at redirecting.

Hello, these are awesome libraries. I would like to implement USB HID keyboard multimedia keys, but I cannot get them to work. I am using the `keyboard-example.py` and `keyboard.py` file...

The aioble README already has this fix: https://github.com/micropython/micropython-lib/commit/57ce3ba95c65d9823e8cc5284003967ff621bd46 This makes a similar correction to the `temp_sensor.py` example.

if I want to reuse logger after call shutdown(), I can recreate log_a , add file_handler , but it will failure on log.xxx Traceback (most recent call last): ... File...

Port, board and/or hardware RP2 MicroPython version MicroPython v1.23.0 on RP2 Reproduction After inserting and removing the SD card, an error occurs when deleting a file." But it is possible...

Is this expected? not design to work on MCU ports ? ``` >>> try: ... 1/0 ... except: ... print(traceback.format_exc()) ... ... ... Traceback (most recent call last): File "",...