
Issue connecting sockets to some websites - MicroPython
May 3, 2021 · In the past I was able to fix this using an AT command: "AT+CIPSSLSIZE=8192". Is it possible to do the same with MicroPython? Here is the second error: Code: Select all >>> …
SSL/TLS memory alloc error, but large free heap - MicroPython
Jan 23, 2021 · New to micropython and hardly an expert in embedded systems, so please forgive my ignorance... I'm hitting a strange recurring memory bug while running SSL on an ESP32 …
How do I recover from OSError? - MicroPython Forum (Archive)
Jan 29, 2021 · MicroPython Forum The MicroPython Language General Discussion and Questions How do I recover from OSError? 10 posts • Page 1 of 1 davef Posts: 813 Joined: …
ssl – SSL/TLS module — MicroPython latest documentation
CPython’s wrap_socket returns an SSLSocket object which has methods typical for sockets, such as send, recv, etc. MicroPython’s wrap_socket returns an object more similar to CPython’s …
errno – system error codes — MicroPython 1.17 documentation
errno – system error codes ¶ This module implements a subset of the corresponding CPython module, as described below. For more information, refer to the original CPython …
Can not import urequests - MicroPython Forum (Archive)
Nov 7, 2019 · Installing to: /lib/ Error installing 'micropython-urequests': list index out of range, packages may be partially installed >>> import urequests Traceback (most recent call last): …
Getting path of current script - MicroPython Forum (Archive)
Jan 19, 2017 · MicroPythonForumThe MicroPython LanguageGeneral Discussion and Questions Getting path of current script
MicroPython libraries — MicroPython latest documentation
MicroPython provides built-in modules that mirror the functionality of the Python standard library (e.g. os, time), as well as MicroPython-specific modules (e.g. bluetooth, machine).
1. Getting started with MicroPython on the ESP32 — MicroPython …
This tutorial will guide you through setting up MicroPython, getting a prompt, using WebREPL, connecting to the network and communicating with the Internet, using the hardware …
time – time related functions — MicroPython latest documentation
If you want to develop portable MicroPython application, you should not rely on this function to provide higher than second precision. If you need higher precision, absolute timestamps, use …