-
The Feather STM32 currently hangs at startup and cannot connect to USB - it appears we may have had some form of regression later in #2685 that I missed in reviews. On the master branch the Feather wi…
-
## Description
It was decided during the Virtual Maintainers Assembly 2020.05 to continue with the next phases of the Kconfig migration. This means that Kconfig will be used to model all module’s c…
-
Hi !
For some reason, I can't use pyboard in my application. I need to make my own stm32 board to run micropython.
Now I'm trying to download the firmware to my board. The board I use has a STM32F40…
-
Hello,
I'm the author of MicroWebSrv2, a MicroPython HTTP web server fully asynchronous with modules like WebSockets and PyhtmlTemplate.
It is light, very optimized (mem, I/Os, ...) and ready for ES…
jczic updated
4 years ago
-
Had a look but couldn't see an existing method for this.
We should have functions for direct read, write and sector erase for access to internal flash. Are there any existing (undocumented?) funct…
-
there is error on ssd1306.py
i2c seems doesn't have those functions
Traceback (most recent call last):
File "", line 1, in
File "ssd1306.py", line 99, in __init__
File "ssd1306.py", line 3…
-
First off, I want to say that I discovered this project a few days ago, and I think it is pretty awesome. I've been playing with it in the Arduino environment and it has worked well. However, I really…
-
Newest ampy is broken due to missing default delay value in pyboard.py enter_raw_repl()
The first if should be extended with an else followed by somthing like time.sleep(1)
if _rawdelay > 0:
ti…
-
On my ESP32 - despite of what I/it did befpre (incl. network connectivity, keyboard input, etc.) - `random.choice()` always returns the ever same values and sequences:
```
>>> from random import c…
mirko updated
4 years ago
-
Off-shotting this discussion from https://github.com/micropython/micropython/pull/2591 :
> This can only be done by using threads or separate scripts.
In general case, yes, but depending on the …