Esp32 & micropython connect to console via wlan

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
alien1983
Posts: 17
Joined: Fri Sep 07, 2018 4:52 pm

Esp32 & micropython connect to console via wlan

Post by alien1983 » Sat Sep 08, 2018 10:40 am

Hi,
Esp32 & micropython ,
how to connect to the console via wlan & load / run files?

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Esp32 & micropython connect to console via wlan

Post by Roberthh » Sat Sep 08, 2018 12:08 pm

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.

User avatar
liudr
Posts: 211
Joined: Tue Oct 17, 2017 5:18 am

Re: Esp32 & micropython connect to console via wlan

Post by liudr » Mon Sep 10, 2018 4:07 am

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

alien1983
Posts: 17
Joined: Fri Sep 07, 2018 4:52 pm

Re: Esp32 & micropython connect to console via wlan

Post by alien1983 » Mon Sep 10, 2018 3:49 pm

how can I easily install it (raspberry pi ==>esp32) ?

cyberlab
Posts: 56
Joined: Sat Apr 21, 2018 5:02 am

Re: Esp32 & micropython connect to console via wlan

Post by cyberlab » Sat Sep 15, 2018 9:00 pm

Hi, I use upyloader in windows 64bits very ease to use.

Post Reply