File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ the WiPy. Before anything else, make sure that your WiPy is running
1111the latest software, check :ref: `OTA How-To <wipy_firmware_upgrade >` for instructions.
1212
13131. 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
14+ 2. Get the `Blynk examples <https://github.com/wipy/wipy/tree/master/examples/blynk >`_, edit the network settings, and afterwards
1515 upload them to ``/flash/lib/ `` via FTP as well.
16163. Follow the instructions on each example to setup the Blynk dashboard on your smartphone or tablet.
17174. Give it a try, for instance::
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Plugging into the expansion board and powering on
2929-------------------------------------------------
3030
3131The expansion board can power the WiPy via USB. The WiPy comes with a sticker
32- on top of the RF shield tha labels all pins, and this should match the label
33- numbers on the expansion board headers. When pluggin it in, the WiPy antenna
32+ on top of the RF shield that labels all pins, and this should match the label
33+ numbers on the expansion board headers. When plugging it in, the WiPy antenna
3434will end up on top of the SD card connector of the expansion board. A video
3535showing how to do this can be found `here <https://www.youtube.com/watch?v=47D9MZ9zFQw >`_.
3636
@@ -55,10 +55,10 @@ must be careful when connecting anything to VIN.**
5555
5656- When powering via ``3V3 ``:
5757
58- **The input volatge must be exactly 3V3, ripple free and from a supply capable
58+ **The input voltage must be exactly 3V3, ripple free and from a supply capable
5959 of sourcing at least 300mA of current **
6060
6161Performing firmware upgrades
6262----------------------------
6363
64- For detalied instructions see :ref: `OTA How-To <wipy_firmware_upgrade >`.
64+ For detailed instructions see :ref: `OTA How-To <wipy_firmware_upgrade >`.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Factory reset the filesystem
4343----------------------------
4444
4545If you WiPy's filesystem gets corrupted (very unlikely, but possible), you
46- can format it very easily byt doing::
46+ can format it very easily by doing::
4747
4848 >>> import os
4949 >>> os.mkfs('/flash')
You can’t perform that action at this time.
0 commit comments