Update ESP D32 Pro and file copy

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
JB-RV
Posts: 2
Joined: Fri Dec 07, 2018 1:17 pm

Update ESP D32 Pro and file copy

Post by JB-RV » Fri Dec 07, 2018 1:27 pm

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

JB-RV
Posts: 2
Joined: Fri Dec 07, 2018 1:17 pm

Re: Update ESP D32 Pro and file copy

Post by JB-RV » Wed Jan 02, 2019 2:34 pm

has nobody experience with it? :?

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Update ESP D32 Pro and file copy

Post by Roberthh » Wed Jan 02, 2019 3:33 pm

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

Post Reply