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

## Summary Adds comprehensive multitests for BLE pairing and bonding functionality to the aioble library. ### New Tests Added **1. `ble_pair.py` - Pairing without persistent bonding** - Tests encryption with...

Howdy Legends, Getting some weird errors when doing the most basic writes... I am connecting just fine to an ESP32-S3 running Firmware: 3.4.0; MicroPython v1.24.1 on 2024-11-29., and aioble is...

Update aiorepl to allow passing in the in/out streams to use, defaults to sys.stdin/out if not provided. Could be used for instance to run an aiorepl over a network socket...

Hi All, I am new to micropython and am trying to install the aioble library to my esp8266. Looking online it seems that I need to connect the board to...

## Summary Fix aiorepl to properly handle the Enter key when stdin is in raw terminal mode by accepting both CR (0x0D) and LF (0x0A) for command execution. ## Problem...

This is more of an awareness piece and something to trigger a discussion. There is also the possibility that I am wrong and the installation process is working as intended....

The other device is powered off. However, after a connection timeout, it appears to be connected when retried. In fact, it is failing. I'm not a native speaker, so sorry...

this trivial addition will allow less code differences between standard python classes and micropython code.

On ESP32, after receiving 5-10 full websocket frames, this read returns only a partial frame: ``` payload = await self.reader.read(length) ``` This is to be expected, as the read(length) call...

Correcting minor sentence structure to ease readability