webpad: webrepl + jupyter

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
Oberoid
Posts: 6
Joined: Sun Nov 12, 2017 11:26 am

webpad: webrepl + jupyter

Post by Oberoid » Sun Apr 08, 2018 8:51 pm

Was looking for a way to connect jupyter with webrepl.
To make a webbased tutorial for micropython


Found this
https://github.com/nickzoic/mpy-webpad

A html page with some javascript and a webrepl websocket
It can be adjusted very easily - plain html.

I can imagine that such a webpage even can be hosted on the esp(32) itself.

Greets,
F.P. Vonck

cefn
Posts: 230
Joined: Tue Aug 09, 2016 10:58 am

Re: webpad: webrepl + jupyter

Post by cefn » Fri Apr 20, 2018 3:32 pm

See https://github.com/micropython/micropython/issues/2299 which details how to compress and serve a rich web application (with the example of the WebREPL page) from ESP8266 although I have a feeling the same async socket-handling logic can't be used on ESP32

The commentary at https://github.com/micropython/micropyt ... issues/107 indicates to me there's actually no WebREPL support at all for ESP32, let alone async webserver capability.

Post Reply