How can I use Webrepl for ESP32?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
choies
Posts: 8
Joined: Sat Jan 30, 2016 11:06 am

How can I use Webrepl for ESP32?

Post by choies » Mon May 22, 2017 3:39 pm

WebREPL allowed me to use the Python prompt over WiFi for ESP8266.

It was very convenient.

Now, I am testing ESP32 board(ESP-WROOM-32 Development board).

How can I use Webrepl for ESP32?

User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Re: How can I use Webrepl for ESP32?

Post by mcauser » Tue May 23, 2017 1:16 pm

I believe it is still in development.

EasyRider
Posts: 94
Joined: Wed Dec 30, 2015 8:17 am

Re: How can I use Webrepl for ESP32?

Post by EasyRider » Tue Jun 20, 2017 11:35 am

BUMP

Can anyone shed any light on WEBREPL or OTA file/code upload progress for ESP32?

User avatar
VisualEcho
Posts: 17
Joined: Mon Jul 04, 2016 7:49 pm
Location: Ann Arbor, Michigan
Contact:

Re: How can I use Webrepl for ESP32?

Post by VisualEcho » Tue Jul 11, 2017 2:48 pm

Hey, I need this too. Adafruit's AMPY works, but I get a little tired of the mechanics of getting it to work, and I won't be able to use it once the device is commissioned.

ESP32 + webrepl ?

goatchurch
Posts: 6
Joined: Tue Sep 12, 2017 10:26 am

Re: How can I use Webrepl for ESP32?

Post by goatchurch » Fri Sep 29, 2017 8:51 pm

I'd like to hear how that's going as well.

But in the meantime I've found that my jupyter plugin for the ESP8266 seems to work on the ESP32 pretty much as-is:
https://github.com/goatchurchprime/jupy ... hon_kernel

User avatar
marfis
Posts: 215
Joined: Fri Oct 31, 2014 10:29 am
Location: Zurich / Switzerland

Re: How can I use Webrepl for ESP32?

Post by marfis » Tue Oct 03, 2017 3:02 am

@goatchurch if you use jupyther you may also check this notebook: https://github.com/hoihu/projects/blob/ ... ial1.ipynb (note you will need to view it in desktop mode - it isn‘t rendered on mobile devices)

it uses an extension of the adafruit jupyther kernel made by @zsquareplusc - so you can configure serial ports etc within jupyther.

curious george
Posts: 1
Joined: Sun Apr 29, 2018 12:23 am

Re: How can I use Webrepl for ESP32?

Post by curious george » Sun Apr 29, 2018 12:46 am

Hello all. I recently bought an Adafruit HUZZAH32 board. The command <import webrepl> shows a message: "no module named 'webrepl_setup'. This most recent post trail was in Oct., 2017. The feature/support might not be implemented yet? Any update or alternative?

T.

Post Reply