WebREPL without use of UART

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
kanalizator
Posts: 1
Joined: Thu Nov 30, 2017 6:46 pm

WebREPL without use of UART

Post by kanalizator » Tue Feb 12, 2019 8:21 pm

I would like to ask for advice. I would like to use ESP-01 to communicate with GPRS modem. Therefore I need the only available serial (UART0) for communication with modem. To be able to debug the solution I would like to connect to ESP-01 via Wifi. This all could work only if is possible to run REPL over wifi without duplicating to UART0..... so How can I do that?

Thanks,
Martin.

kevinkk525
Posts: 969
Joined: Sat Feb 03, 2018 7:02 pm

Re: WebREPL without use of UART

Post by kevinkk525 » Tue Feb 12, 2019 9:29 pm

Kevin Köck
Micropython Smarthome Firmware (with Home-Assistant integration): https://github.com/kevinkk525/pysmartnode

Post Reply