diff options
author | danicampora <daniel@wipy.io> | 2015-10-21 14:58:04 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-21 15:30:57 +0200 |
commit | 109b363ddc1a83ec35511bde0eea8bb8a0ec206b (patch) | |
tree | c116a491ff155e9337d33ef91d94e48628b84c2c /docs/wipy/tutorial/index.rst | |
parent | 075ca645219a2cb90f886eabdedd80d6b3fc0501 (diff) | |
download | micropython-109b363ddc1a83ec35511bde0eea8bb8a0ec206b.tar.gz micropython-109b363ddc1a83ec35511bde0eea8bb8a0ec206b.zip |
docs/wipy: Add more tutorials and examples.
Diffstat (limited to 'docs/wipy/tutorial/index.rst')
-rw-r--r-- | docs/wipy/tutorial/index.rst | 37 |
1 files changed, 12 insertions, 25 deletions
diff --git a/docs/wipy/tutorial/index.rst b/docs/wipy/tutorial/index.rst index 751d9d7976..90523d0dce 100644 --- a/docs/wipy/tutorial/index.rst +++ b/docs/wipy/tutorial/index.rst @@ -3,28 +3,15 @@ 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') - +Before starting, make sure that you are running the latest firmware, +for instrucctions see :ref:`OTA How-To <wipy_firmware_upgrade>`. + +.. toctree:: + :maxdepth: 1 + :numbered: + + intro.rst + repl.rst + blynk.rst + wlan.rst + reset.rst |