Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
8faf2dc7
Commit
8faf2dc7
authored
Oct 19, 2015
by
danicampora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/wipy: Add wipy tutorials section.
parent
36ae417c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
3 deletions
+39
-3
docs/library/network.rst
docs/library/network.rst
+1
-1
docs/topindex.html
docs/topindex.html
+0
-2
docs/wipy/general.rst
docs/wipy/general.rst
+6
-0
docs/wipy/tutorial/index.rst
docs/wipy/tutorial/index.rst
+30
-0
docs/wipy_contents.rst
docs/wipy_contents.rst
+1
-0
docs/wipy_index.rst
docs/wipy_index.rst
+1
-0
No files found.
docs/library/network.rst
View file @
8faf2dc7
...
...
@@ -37,7 +37,7 @@ For example::
Constructors
------------
.. class:: server(id, ...)
.. class::
network.
server(id, ...)
Create a server instance, see ``init`` for parameters of initialization.
...
...
docs/topindex.html
View file @
8faf2dc7
...
...
@@ -34,8 +34,6 @@
<a
class=
"biglink"
href=
"{{ pathto(port + "
/
general
")
}}"
>
General information about {{ port_name }}
</a><br/>
<span
class=
"linkdescr"
>
read this first for a quick overview
</span>
</p>
{% endif %}
{% if port == "pyboard" %}
<p
class=
"biglink"
>
<a
class=
"biglink"
href=
"{{ pathto(port + "
/
tutorial
/
index
")
}}"
>
Tutorials and code examples
</a><br/>
<span
class=
"linkdescr"
>
start here
</span>
...
...
docs/wipy/general.rst
View file @
8faf2dc7
...
...
@@ -67,6 +67,8 @@ to one, otherwise FileZilla will try to open a second command connection when re
and saving files, and for simplicity and to reduce code size, only one command and one
data connections are possible. Other FTP clients might behave in a similar way.
.. _wipy_firmware_upgrade:
Upgrading the firmware Over The Air
-----------------------------------
...
...
@@ -79,6 +81,10 @@ verify its integrity. Now, reset the MCU by pressing the switch on the board, or
import machine
machine.reset()
Software updates can be found in: https://github.com/wipy/wipy/releases
It's always recommended to update to the latest software, but make sure to
read the ``release notes`` before.
Boot modes
----------
...
...
docs/wipy/tutorial/index.rst
0 → 100644
View file @
8faf2dc7
.. _wipy_tutorial_index:
WiPy tutorials and examples
===========================
Performing firmware upgrades
----------------------------
For detalied instructions see :ref:`OTA How-To <wipy_firmware_upgrade>`.
Getting started with Blynk and the WiPy
---------------------------------------
Blynk is a platform with iOS and Android apps to control
Arduino, Raspberry Pi and the likes over the Internet.
You can easily build graphic interfaces for all your
projects by simply dragging and dropping widgets.
There are several examples available that work out-of-the-box with
the WiPy. Before anything else, make sure that your WiPy is running
the latest software, check :ref:`OTA How-To <wipy_firmware_upgrade>`.
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
upload them to ``/flash/lib/`` via FTP as well.
3. Follow the instructions on each example to setup the Blynk dashboard on your smartphone.
4. Give it a try, for instance::
>>> execfile('01_simple.py')
docs/wipy_contents.rst
View file @
8faf2dc7
...
...
@@ -5,6 +5,7 @@ MicroPython documentation contents
wipy/quickref.rst
wipy/general.rst
wipy/tutorial/index.rst
library/index.rst
reference/index.rst
license.rst
docs/wipy_index.rst
View file @
8faf2dc7
...
...
@@ -5,6 +5,7 @@ MicroPython documentation and references
wipy/quickref.rst
wipy/general.rst
wipy/tutorial/index.rst
library/index.rst
license.rst
wipy_contents.rst
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment