Page 1 of 1

Esp32 & micropython connect to console via wlan

Posted: Sat Sep 08, 2018 10:40 am
by alien1983
Hi,
Esp32 & micropython ,
how to connect to the console via wlan & load / run files?

Re: Esp32 & micropython connect to console via wlan

Posted: Sat Sep 08, 2018 12:08 pm
by Roberthh
Webrepl is part of the firmware, and provides a console and file transfer options.
http://docs.micropython.org/en/latest/e ... ht=webrepl
You have to run the setup through the USB console.

Re: Esp32 & micropython connect to console via wlan

Posted: Mon Sep 10, 2018 4:07 am
by liudr
I am running a fork of the official firmware by loboris. The firmware has FTP server and Telnet server. If you set them up in main.py you can get remote access through Telnet (same as REPL) and upload files with FTP, simultaneously.

https://github.com/loboris/MicroPython_ ... _LoBo/wiki

Re: Esp32 & micropython connect to console via wlan

Posted: Mon Sep 10, 2018 3:49 pm
by alien1983
how can I easily install it (raspberry pi ==>esp32) ?

Re: Esp32 & micropython connect to console via wlan

Posted: Sat Sep 15, 2018 9:00 pm
by cyberlab
Hi, I use upyloader in windows 64bits very ease to use.