Page 1 of 1

How can I use Webrepl for ESP32?

Posted: Mon May 22, 2017 3:39 pm
by choies
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?

Re: How can I use Webrepl for ESP32?

Posted: Tue May 23, 2017 1:16 pm
by mcauser
I believe it is still in development.

Re: How can I use Webrepl for ESP32?

Posted: Tue Jun 20, 2017 11:35 am
by EasyRider
BUMP

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

Re: How can I use Webrepl for ESP32?

Posted: Tue Jul 11, 2017 2:48 pm
by VisualEcho
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 ?

Re: How can I use Webrepl for ESP32?

Posted: Fri Sep 29, 2017 8:51 pm
by goatchurch
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

Re: How can I use Webrepl for ESP32?

Posted: Tue Oct 03, 2017 3:02 am
by marfis
@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.

Re: How can I use Webrepl for ESP32?

Posted: Sun Apr 29, 2018 12:46 am
by curious george
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.