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
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
c773053f
Commit
c773053f
authored
9 years ago
by
Martijn Koster
Committed by
danicampora
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs/wipy: Fix several typos.
parent
a654914d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/wipy/tutorial/blynk.rst
+1
-1
1 addition, 1 deletion
docs/wipy/tutorial/blynk.rst
docs/wipy/tutorial/intro.rst
+4
-4
4 additions, 4 deletions
docs/wipy/tutorial/intro.rst
docs/wipy/tutorial/reset.rst
+1
-1
1 addition, 1 deletion
docs/wipy/tutorial/reset.rst
with
6 additions
and
6 deletions
docs/wipy/tutorial/blynk.rst
+
1
−
1
View file @
c773053f
...
...
@@ -11,7 +11,7 @@ the WiPy. Before anything else, make sure that your WiPy is running
the latest software, check :ref:`OTA How-To <wipy_firmware_upgrade>` for instructions.
1. Get the `Blynk library <https://github.com/wipy/wipy/blob/master/lib/blynk/BlynkLib.py>`_ and put it in ``/flash/lib/`` via FTP.
2. Get the `Blynk examples <https://github.com/wipy/wipy/tree/master/examples/blynk>`_ edit the network settings, and afterwards
2. Get the `Blynk examples <https://github.com/wipy/wipy/tree/master/examples/blynk>`_
,
edit the network settings, and afterwards
upload them to ``/flash/lib/`` via FTP as well.
3. Follow the instructions on each example to setup the Blynk dashboard on your smartphone or tablet.
4. Give it a try, for instance::
...
...
This diff is collapsed.
Click to expand it.
docs/wipy/tutorial/intro.rst
+
4
−
4
View file @
c773053f
...
...
@@ -29,8 +29,8 @@ Plugging into the expansion board and powering on
-------------------------------------------------
The expansion board can power the WiPy via USB. The WiPy comes with a sticker
on top of the RF shield tha labels all pins, and this should match the label
numbers on the expansion board headers. When pluggin it in, the WiPy antenna
on top of the RF shield tha
t
labels all pins, and this should match the label
numbers on the expansion board headers. When pluggin
g
it in, the WiPy antenna
will end up on top of the SD card connector of the expansion board. A video
showing how to do this can be found `here <https://www.youtube.com/watch?v=47D9MZ9zFQw>`_.
...
...
@@ -55,10 +55,10 @@ must be careful when connecting anything to VIN.**
- When powering via ``3V3``:
**The input vol
a
tge must be exactly 3V3, ripple free and from a supply capable
**The input volt
a
ge must be exactly 3V3, ripple free and from a supply capable
of sourcing at least 300mA of current**
Performing firmware upgrades
----------------------------
For deta
l
ied instructions see :ref:`OTA How-To <wipy_firmware_upgrade>`.
For detai
l
ed instructions see :ref:`OTA How-To <wipy_firmware_upgrade>`.
This diff is collapsed.
Click to expand it.
docs/wipy/tutorial/reset.rst
+
1
−
1
View file @
c773053f
...
...
@@ -43,7 +43,7 @@ Factory reset the filesystem
----------------------------
If you WiPy's filesystem gets corrupted (very unlikely, but possible), you
can format it very easily by
t
doing::
can format it very easily by doing::
>>> import os
>>> os.mkfs('/flash')
...
...
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