ESP32 - is the Webrepl considered? #7164
Replies: 1 comment
-
Posted at 2019-11-26 by @gfwilliams Hi! There's http://forum.espruino.com/conversations/318472/ which should do basically what you want. I'd like to do it properly at some point (the link above will work normally, but won't do debug, or respond if the code crashes), but at least for me it's the same old story - I'm doing this as a business and only have limited time, so I have to spend most of my time on the boards that actually help to pay my salary. I had considered doing a crowdfunding campaign (like micropython did) to create a shiny, polished ESP32 port - but I don't know how much interest there'd be. Posted at 2019-11-26 by user90306 Thank you for help. I believe that Kikstarter-like campaign is a good idea. Personally I am a STM32/nRF5x fan mostly because of the Cortex beauty in my eyes.:) But what made me inclined toward ESP32/ESP8266 is the wireless connectivity and abundance of cheap boards with integrated OLED/LED displays (see LilyGO/TTGO). So I think ESP32 is the way to go now (dual core to leverage, BLE, WiFi). So again, maybe the Kickstarter campaign is good choice to collect some money for this adventure... Posted at 2019-11-27 by AkosLukacs You can use telnet to connect to ESPs. Posted at 2019-11-27 by user90306 The Webrepl is client-less approach - no standalone app is required, you simply run it from the http browser. The extra feature is the file transfer capability. I am very new user of the webrepl: Posted at 2019-11-27 by user90306 Anyway, it's really good question about the Webrepl advantage vs telnet (&ftp) capabilities. Posted at 2019-11-27 by AkosLukacs Oh, I see. Posted at 2019-11-27 by user90306 I just installed the Micropython v1.11: and the Webrepl works smoothly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-11-26 by user90306
Hi,
I use Webrepl with ESP32 and MicroPython. Is as flexible as the BLE/NUS connectivity known from nRF5x world.
Just out of curiosity: is the Webrepl considered as a feature for WiFi based devices as ESP32/ESP8266.
I see that the BLE is not supported now so NUS based connectivity to run REPL remotely is not possible now.
Maybe the Webrepl needs less effort. Not to mention that the ESP32 BLE is memory consuming feature...
Thanks,
Bogdan
Beta Was this translation helpful? Give feedback.
All reactions