summaryrefslogtreecommitdiffstatshomepage
path: root/docs/wipy/tutorial
diff options
context:
space:
mode:
authorVolodymyr Shymanskyy <vshymanskyi@gmail.com>2019-02-15 20:16:41 +0200
committerDamien George <damien.p.george@gmail.com>2019-10-16 14:20:31 +1100
commit615d6b3c66da710d2b43de9ad889eae4fd6bd366 (patch)
tree5409b82c51007880c3e1e05d8016326ca188fc47 /docs/wipy/tutorial
parenta2c4cb484d6018a65dabd921c509fc12b71a088b (diff)
downloadmicropython-615d6b3c66da710d2b43de9ad889eae4fd6bd366.tar.gz
micropython-615d6b3c66da710d2b43de9ad889eae4fd6bd366.zip
docs/wipy/tutorial: Link Blynk examples to the official library.
Diffstat (limited to 'docs/wipy/tutorial')
-rw-r--r--docs/wipy/tutorial/blynk.rst18
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/wipy/tutorial/blynk.rst b/docs/wipy/tutorial/blynk.rst
index b5a2f24a47..b34ea17ae1 100644
--- a/docs/wipy/tutorial/blynk.rst
+++ b/docs/wipy/tutorial/blynk.rst
@@ -1,19 +1,17 @@
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.
+Blynk provides iOS and Android apps to control any hardware over the Internet
+or directly using Bluetooth. You can easily build graphic interfaces for all
+your projects by simply dragging and dropping widgets, right on your smartphone.
-There are several examples available that work out-of-the-box with
-the WiPy. Before anything else, make sure that your WiPy is running
+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
- upload them to ``/flash/lib/`` via FTP as well.
+1. Get the `Blynk library <https://github.com/vshymanskyy/blynk-library-python/blob/master/BlynkLib.py>`_ and put it in ``/flash/lib/`` via FTP.
+2. Get the `Blynk example for WiPy <https://github.com/vshymanskyy/blynk-library-python/blob/master/examples/hardware/PyCom_WiPy.py>`_, edit the network settings, and afterwards
+ upload it to ``/flash/`` 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::
- >>> execfile('01_simple.py')
+ >>> execfile('sync_virtual.py')