Page 1 of 1

Update ESP D32 Pro and file copy

Posted: Fri Dec 07, 2018 1:27 pm
by JB-RV
Hello,

i'm a beginner about MicroPython and want to update my "Wemos D32 Pro" to latest MicroPython.
and how can i copy some library's to ES32?

How work this? Can me explain someone?

Thank you for help.

greetings

Jan

Re: Update ESP D32 Pro and file copy

Posted: Wed Jan 02, 2019 2:34 pm
by JB-RV
has nobody experience with it? :?

Re: Update ESP D32 Pro and file copy

Posted: Wed Jan 02, 2019 3:33 pm
by Roberthh
For updating the firmware, go to the downloads page at http://micropython.org/download and look for the ESP32 images. For the ESP D32 Pro, you can use the image with SPIRAM support.
For copying files in and out there are various tools available, like Dave Dylands (@dhylands) rshell (https://github.com/dhylands/rshell) or ampy from Adafruit (https://learn.adafruit.com/micropython- ... stall-ampy) or MicroPython's webrepl (https://github.com/micropython/webrepl), made by Paul, Damien and Jeffrey. All come with instructions.
If you search in the forum for IDE, you will also find a few IDEs which you can use with MicroPython