micropython-lib
micropython-lib copied to clipboard
Core Python libraries ported to MicroPython
I am using the btstack for the PICO_W. We have needed to do significant work to add pairing/encryption support from the BtStack but for the most part I think we...
I am using the scanner as follows in my application code ``` # The 'scanner' is of type 'scan' defined in aioble async with scan(duration_ms=10000, # The length of the...
On the Pico W, I'm suddenly having trouble accessing an API that used to be compatible. The issue seems to be the HTTP version, which I documented at https://github.com/orgs/micropython/discussions/15112. As...
Why can't I install umqtt?
Path: micropython-lib/micropython/register This addition would provide objects which allow for pythonic access to I2C registers. Signed off by SquirtleSquadLeader
My code ``` import time import machine import network import ujson from simple1 import MQTTClient SSID = b'Exxxye' PASS = b'8xxx766' CLIENT_ID = b'ixxxxxxxxxxxx6eb63' AWS_ENDPOINT = b'xxxxx-1.amazonaws.com' PUB_TOPIC = b'temperature'...
Using latest urequests with Pico W and finding that extra response headers are being appended to the res.text attribute which results in the data not being able to be parsed...
Hi, I can't subscribe to topic longer than 122 bytes. Publishing works fine! I kindly ask you to verify and hopefully fix it Thanks a lot Danny OK - working:...
Closes #320.