docs/wipy: Fix several typos.
This commit is contained in:
parent
a654914de4
commit
c773053f58
@ -11,7 +11,7 @@ the WiPy. Before anything else, make sure that your WiPy is running
|
|||||||
the latest software, check :ref:`OTA How-To <wipy_firmware_upgrade>` for instructions.
|
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.
|
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
|
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.
|
upload them to ``/flash/lib/`` via FTP as well.
|
||||||
3. Follow the instructions on each example to setup the Blynk dashboard on your smartphone or tablet.
|
3. Follow the instructions on each example to setup the Blynk dashboard on your smartphone or tablet.
|
||||||
4. Give it a try, for instance::
|
4. Give it a try, for instance::
|
||||||
|
@ -29,8 +29,8 @@ Plugging into the expansion board and powering on
|
|||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
The expansion board can power the WiPy via USB. The WiPy comes with a sticker
|
The expansion board can power the WiPy via USB. The WiPy comes with a sticker
|
||||||
on top of the RF shield tha labels all pins, and this should match the label
|
on top of the RF shield that labels all pins, and this should match the label
|
||||||
numbers on the expansion board headers. When pluggin it in, the WiPy antenna
|
numbers on the expansion board headers. When plugging it in, the WiPy antenna
|
||||||
will end up on top of the SD card connector of the expansion board. A video
|
will end up on top of the SD card connector of the expansion board. A video
|
||||||
showing how to do this can be found `here <https://www.youtube.com/watch?v=47D9MZ9zFQw>`_.
|
showing how to do this can be found `here <https://www.youtube.com/watch?v=47D9MZ9zFQw>`_.
|
||||||
|
|
||||||
@ -55,10 +55,10 @@ must be careful when connecting anything to VIN.**
|
|||||||
|
|
||||||
- When powering via ``3V3``:
|
- When powering via ``3V3``:
|
||||||
|
|
||||||
**The input volatge must be exactly 3V3, ripple free and from a supply capable
|
**The input voltage must be exactly 3V3, ripple free and from a supply capable
|
||||||
of sourcing at least 300mA of current**
|
of sourcing at least 300mA of current**
|
||||||
|
|
||||||
Performing firmware upgrades
|
Performing firmware upgrades
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
For detalied instructions see :ref:`OTA How-To <wipy_firmware_upgrade>`.
|
For detailed instructions see :ref:`OTA How-To <wipy_firmware_upgrade>`.
|
||||||
|
@ -43,7 +43,7 @@ Factory reset the filesystem
|
|||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
If you WiPy's filesystem gets corrupted (very unlikely, but possible), you
|
If you WiPy's filesystem gets corrupted (very unlikely, but possible), you
|
||||||
can format it very easily byt doing::
|
can format it very easily by doing::
|
||||||
|
|
||||||
>>> import os
|
>>> import os
|
||||||
>>> os.mkfs('/flash')
|
>>> os.mkfs('/flash')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user