From 8faf2dc75b140e7f6f915b8d90e4b86366f56997 Mon Sep 17 00:00:00 2001 From: danicampora Date: Mon, 19 Oct 2015 16:28:29 +0200 Subject: docs/wipy: Add wipy tutorials section. --- docs/wipy/tutorial/index.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/wipy/tutorial/index.rst (limited to 'docs/wipy/tutorial') diff --git a/docs/wipy/tutorial/index.rst b/docs/wipy/tutorial/index.rst new file mode 100644 index 000000000..751d9d797 --- /dev/null +++ b/docs/wipy/tutorial/index.rst @@ -0,0 +1,30 @@ +.. _wipy_tutorial_index: + +WiPy tutorials and examples +=========================== + +Performing firmware upgrades +---------------------------- + +For detalied instructions see :ref:`OTA How-To `. + +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 `. + +1. Get the `Blynk library `_ and put it in ``/flash/lib/`` via FTP. +2. Get the `Blynk examples `_ 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') + -- cgit v1.2.3