Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
1f396c58
Commit
1f396c58
authored
9 years ago
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.
At
http://micropython.org/webrepl
.
parent
fb5017f9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/esp8266/tutorial/repl.rst
+7
-8
7 additions, 8 deletions
docs/esp8266/tutorial/repl.rst
with
7 additions
and
8 deletions
docs/esp8266/tutorial/repl.rst
+
7
−
8
View file @
1f396c58
...
@@ -34,21 +34,20 @@ WebREPL - a prompt over WiFi
...
@@ -34,21 +34,20 @@ WebREPL - a prompt over WiFi
----------------------------
----------------------------
WebREPL allows you to use the Python prompt over WiFi, connecting through a
WebREPL allows you to use the Python prompt over WiFi, connecting through a
browser.
browser.
The latest versions of Firefox and Chrome are supported.
The first thing you need to do is get the
WebREPL client
loaded in your
For your convinience,
WebREPL client
is hosted at
favourite browser. The client can be found in the GitHub repository
`<http://micropython.org/webrepl>`__ . Alternatively, you can install it
`<https://github.com/micropython/webrepl>`__ . It is called webrepl.html.
locally from the the GitHub repository
The latest versions of Firefox and Chrome are supported
.
`<https://github.com/micropython/webrepl>`__
.
To use WebREPL connect your computer to the ESP8266's access point
To use WebREPL connect your computer to the ESP8266's access point
(MicroPython-xxxxxx, see the previous section about this). If you have
(MicroPython-xxxxxx, see the previous section about this). If you have
already reconfigured your ESP8266 to connect to a router then you can
already reconfigured your ESP8266 to connect to a router then you can
skip this part.
skip this part.
Once you are on the same network as the ESP8266 you should then open
Once you are on the same network as the ESP8266 you click the "Connect" button
open webrepl.html in your browser and click the "Connect" button (if
(if you are connecting via a router then you may need to change the IP address,
you are connecting via a router then you may need to change the IP address,
by default the IP address is correct when connected to the ESP8266's access
by default the IP address is correct when connected to the ESP8266's access
point). If the connection succeeds then you should see a welcome message.
point). If the connection succeeds then you should see a welcome message.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment