-
When switching to an older version in the documentation and then trying to switch bag it just shows all versions up to the selected one and latest. This mmight be confusing if you get a link, quickly …
-
On a pyboard, I am having some trouble with _USB_VCP.readline()_; it seems to return whatever is in the buffer, even if it's not a full line. I would have expected the function to return _None_ until …
-
Issuing sleep_ms(t) can cause ticks to be missed. The number of ms lost is min(10, t). The following script demonstrates this with timer callbacks apparently occurring early. Note that they never occu…
-
I'm running `rshell` v0.0.14 on a Mac running OS X 10.13.6 and Python 3.7.0 and I'm trying to connect to a `D1 mini` which is `ESP-8266EX`-based from Wemos.cc, with a board rev. V3.1.0 and when I try …
-
Hello ! the article in not available anymore in the diy drone website. Where can I find informations about how to use this library ?
-
[Documentation](https://github.com/micropython/micropython/blob/master/docs/library/machine.RTC.rst#methods) defines `RTC.init()` method accepting `tzinfo` argument:
```
.. method:: RTC.init(datet…
-
Hi Peter,
I try fir.py with MicroPython 1.17 on NUCLEO-L476RG board.
There is a problem only when the number of coefficients is a multiple of 4.
For exemple :
coeffs = array.array('i', (100, 100, …
-
I installed your prebuild firmware with the I2S module on a M5Stack ATOM Echo and I then tried running the examples from:
https://github.com/lemariva/uPyM5Echo
The play back example worked, thou…
-
It works well with the Pyboard but I can't connect to the WiPy either wirelessly or via the expansion board USB. My main.py is just a single line comment. boot.py is
``` python
# boot.py -- run on bo…
-
I'm trying to do a board without a USB or switch, using the STM32F411. I want to use MBOOT to update the FW only when it is called from within an application so have no need for a USB or switch. It wi…