Hi,
I’m trying to use blynk with MicroPython and a Wemos D1 mini.
Uploading the blank module in the esp8266 gives an out of memory error during the run mode.
Is there a better way to upload external modules to avoid this type of errors?
Thanks for the answer
Best regards
Alain
Hi Alain.
Are you getting error with the micropython firmware or with the code itself?
Can you share more details about that error?
Regards,
Sara
Hi Sara,
Thanks for your reply.
I get this error with the code itself.
https://imgur.com/6H28w9e
Here are few pictures
regards
Alain
Hi Alain.
That picture doesn’t seems like an error.
It shows the files that it has saved in the MicroPython device (ESP32 with micropython firmware).
In this case, you have four files.
Your device will run boot.py first, and then main.py.
The other files won’t run, unless they are called in one of the previous programs.
Do you have any more details about the error you’re getting? The image doesn’t show much about that.
Regards,
Sara