-
In some situations it may be useful to decouple performing a dns lookup from opening a connection. An example is in Peter Hinch's mqtt_as library where the DNS lookup is performed once and not for eve…
-
![1_W600-PICO_mu_editor_esp_mode](https://user-images.githubusercontent.com/25587697/83459138-125d2300-a464-11ea-82e8-e027a874657e.PNG)
![2_mu_FSN_W600](https://user-images.githubusercontent.com/25…
-
### Steps to reproduce
WiFi = network.WINC() causes WiFi.isconnected() to be True - even before WiFi.connect has been executed (whereas on the pyboard, WiFi.isconnected is false until WiFi.connec…
-
So, I have a Sparkfun ESP32 Thing, and am trying to use it as if it were a flash drive. Let me explain what I mean. So, basically I want a drive named MY_ESP_DRIVE or something. Then I put file ```a.p…
-
This [device driver for IR remotes](https://github.com/peterhinch/micropython-async/blob/master/nec_ir/aremote.py) formerly worked on ESP8266. It now crashes with no changes to code. The problem is re…
-
Hi Peter,
I am a pyboard D-series developer. I am finding a package of micropython that can do FFT.
And I found your project, I think it's a great package. But I don't know how to use your package …
-
MicroPython v1.12-213-g8db5d2d1f-dirty on 2020-03-08; PYBv1.0 with STM32F405RG.
I always get error “TypeError: extra keyword arguments given” when I use UART.As follows:
>>> u6=pyb.UART(6,115200…
-
There apprears to be an issue in the CAN drivers which prevents receiving messages with non extended id's.
As a test I'm using a pyboard-D to send data between the 2 CAN ports.
This works fine whe…
-
Running 'make' on Win10 produces a slightly weird output.
First there are two faults from 'sh'.
Second: in the rules the first character is strangely missing.
```
markus@Calvin:/mnt/c/Users/Mar…
-
Whenever I am using Thonny 3.2.1 to upload a .py file to a Nucleo STM32F767 or a STM32F401 board I got an error message.
If I am using Micropython a Nucleo STM32L476 instead I don't have this probl…