Search found 6 matches

by agners
Fri Oct 30, 2020 3:12 pm
Forum: Development of MicroPython
Topic: Native machine code bss corruption
Replies: 3
Views: 2255

Re: Native machine code bss corruption

I can reproduce the issue with the official ESP32 1.13 build from the website. Starting the following example once or twice leads to the corruption (increase BSS data in features1.c by using data16[32]): import features1 for i in range(2000): list = [] for i in range(128): list.append(42) features1....
by agners
Fri Oct 30, 2020 12:17 pm
Forum: Development of MicroPython
Topic: Native machine code bss corruption
Replies: 3
Views: 2255

Native machine code bss corruption

Using current master, I built a Python module with native code for a ESP32 board. The module loads fine, and seems to work at first. however, after a while the calculations made in native code seemed off. I failed reproducing the issue on x64. It happened on two independent boards (GENERIC and TINYP...
by agners
Mon Aug 03, 2020 8:17 pm
Forum: General Discussion and Questions
Topic: File table overflow during MQTT reconnect
Replies: 1
Views: 1690

File table overflow during MQTT reconnect

Hello, I noticed that my ESP32 board running a pre-release of MicroPython 1.12 (27th of July) stops sending messages via MQTT after a WiFi disconnect. I am able to reproduce the problem by manually disconnect (from the routers Web interface). The following code shows the behavior: import network wl ...
by agners
Sun Mar 08, 2020 11:20 pm
Forum: Pyboard D-series
Topic: WebREPL tutorial
Replies: 9
Views: 31942

Re: WebREPL tutorial

At least with MicroPython 1.12 on PYBD (Pyboard D-series) seems to work when installing https://github.com/micropython/micropython/tree/master/extmod/webrepl and setup using the usual "import webrepl_setup". However, when there is a main.py running, I get a password prompt but I do not get any outpu...
by agners
Thu Jul 25, 2019 10:24 pm
Forum: Pyboard D-series
Topic: Realiable WiFi using PYBD
Replies: 1
Views: 2527

Realiable WiFi using PYBD

Hi MicroPython community, First, thanks for making something awesome as MicroPython happen! It really makes my software engineer heart really warm and cozy! I use my SF2W since some weeks to log data to a MQTT server. This works nice and rather reliably. However, when my WiFi disappears my Python sc...
by agners
Thu Jul 25, 2019 10:01 pm
Forum: Pyboard D-series
Topic: Realiable WiFi on PYBD
Replies: 1
Views: 2018

Realiable WiFi on PYBD

Hi MicroPython community, First, thanks for making something awesome as MicroPython happen! It really makes my software engineer heart really warm and cozy! I use my SF2W since some weeks to log data to a MQTT server. This works nice and rather reliably. However, when my WiFi disappears my Python sc...