Skip to content

Commit 615d6b3

Browse files
vshymanskyydpgeorge
authored andcommitted
docs/wipy/tutorial: Link Blynk examples to the official library.
1 parent a2c4cb4 commit 615d6b3

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/wipy/tutorial/blynk.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
Getting started with Blynk and the WiPy
22
---------------------------------------
33

4-
Blynk is a platform with iOS and Android apps to control
5-
Arduino, Raspberry Pi and the likes over the Internet.
6-
You can easily build graphic interfaces for all your
7-
projects by simply dragging and dropping widgets.
4+
Blynk provides iOS and Android apps to control any hardware over the Internet
5+
or directly using Bluetooth. You can easily build graphic interfaces for all
6+
your projects by simply dragging and dropping widgets, right on your smartphone.
87

9-
There are several examples available that work out-of-the-box with
10-
the WiPy. Before anything else, make sure that your WiPy is running
8+
Before anything else, make sure that your WiPy is running
119
the latest software, check :ref:`OTA How-To <wipy_firmware_upgrade>` for instructions.
1210

13-
1. Get the `Blynk library <https://github.com/wipy/wipy/blob/master/lib/blynk/BlynkLib.py>`_ and put it in ``/flash/lib/`` via FTP.
14-
2. Get the `Blynk examples <https://github.com/wipy/wipy/tree/master/examples/blynk>`_, edit the network settings, and afterwards
15-
upload them to ``/flash/lib/`` via FTP as well.
11+
1. Get the `Blynk library <https://github.com/vshymanskyy/blynk-library-python/blob/master/BlynkLib.py>`_ and put it in ``/flash/lib/`` via FTP.
12+
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
13+
upload it to ``/flash/`` via FTP as well.
1614
3. Follow the instructions on each example to setup the Blynk dashboard on your smartphone or tablet.
1715
4. Give it a try, for instance::
1816

19-
>>> execfile('01_simple.py')
17+
>>> execfile('sync_virtual.py')

0 commit comments

Comments
 (0)