issues Search Results · repo:micropython/webrepl language:JavaScript
Filter by
42 results
(109 ms)42 results
inmicropython/webrepl (press backspace or delete to remove)When pasting large blocks of code in the webrepl browser window to the ESP8266 , the code is truncated to about 256
bytes due to the buffer size on the ESP8266. After living with the limitation I finally ...
segallis
- Opened on Dec 7, 2023
- #79
presumably someone has to do something on the MCU to set up the SSID/password, load something to accept connections, and
run it... so telling us what that might be would be handy :-)
gitcnd
- 1
- Opened on Oct 26, 2023
- #78
Because the WebREPL protocol uses text-encoded websocket messages to pass terminal input and output, sending or
receiving any non-UTF-8 encoded bytestream will cause any conformant websocket implementation ...
mossblaser
- Opened on Oct 10, 2023
- #77
Hello all,
based on this post top: Make all network-capable boards use bundle-networking. #10592 I installed the latest rpi2 build
v1.19.1-859-g41ed01f13 (2023-02-09) .uf2 on my picow.
When I try to ...
ingelumer
- 3
- Opened on Feb 12, 2023
- #74
Public dynamic secure reverse tunnel remote webrepl CLI
./webrepl_socks.py 10.44.5.4:8266 -p mypass -- micropython_001 ... micropython_50
Monkeypatch webREPL SOCKS!
import socket
import socks
socks.set_default_proxy(socks.SOCKS5, ...
rikvermeer
- Opened on Jan 13, 2023
- #73
I need to run the new code automatically, its possible to send a reset after send the file?
lucianobonzatto
- 1
- Opened on Nov 16, 2022
- #72
Hi, I m currently writing my third book around MicroPython (in French) and each time I m getting trouble to setup the
WebRepl deamon on the WiFi microcontroler. The reason for this is simple... the webrepl.py ...
mchobby
- 5
- Opened on Sep 12, 2022
- #71
There are many interesting pull requests on this project, however there is no activity on the master branch for 3 years.
So I would like to know the status of this project. Does it need a maintainer? ...
njourdane
- 3
- Opened on Feb 13, 2022
- #69
currently when my ESP32 board get a soft reset the USB and network connection is maintained during the soft reboot but
the webrepl is lost and need to be restarted and the browsers needs to reconnect. ...
OutOfTheBots
- Opened on Jan 25, 2022
- #68
I prototyped a python library for my raspberry pi that can talk to WebREPL on an ESP8266 dev board. This helps me do
home automation. Is this helpful?
xg590
- 5
- Opened on Nov 7, 2021
- #67

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.