-
Hi and first thanks for this for of micropython that is really impressive !
I've made an update this morning from the version 2.0.8 to the versoin 3.1.0 and some of the modules I used were not presen…
-
To fix it I had to add this on "def __init__(self) : " at switch.py
self.pincnt =pincnt
self.valuecnt=valuecnt
self.stype=stype
-
This is a recent change. When I build for Pyboard V1.1 it cross-compiles the files in my specified directory and appears to build the dfu file. But then it cross-compiles the files in stm32/modules an…
-
I am using the @loboris micropython ESP32 port on an Adafruit Feather ESP32 and am running rshell on ubuntu 17.10. I start rshell with:
rshell --port /dev/ttyUSB0 --buffer-size=32
I can get…
-
Hi,
I'm trying to build from sources for the ESP8266. Building for unix worked fine, but I can't figure what I'm doing wrong, so I came to the conclusion that it must be a bug or something missing …
-
Hi Boris,
Since the **old** MicroPython_ESP32_psRAM_LoBo Issues diapered,
Is the WIFI events/call back had been implemented ?
To notify user code for:
> typedef enum {
> SYSTEM_EVENT_WIFI…
-
If ESP tries to send something over WiFi while WiFi network suddenly switches of, there is 99% chance to hang ESP.
I use following code to debug with Socket Test Tool (http://sourceforge.net/projects/…
-
Hi
For the following code,
```
import machine
import network
from umqtt.simple import MQTTClient
led = machine.Pin(D1, machine.Pin.OUT)
button = machine.Pin(D0, machine.Pin.IN)
sta_if…
-
Publishing is working fine on same MQTT connection while subscribe is not working.
I traced back the error to this function:
> wait_msg()
`res = self.sock.read(1)` is receiving: `b''` on sendi…
-
Hi, I'm quite new to micropython. I have flashed the 1.9.2 version on my Lolin v3 (Nodemcu 12e).
I load the code using ampy command, then open terminal with Putty, and reset the board. i get this err…