@@ -14,18 +14,18 @@ all divisions must be performed using '//' instead of '/'. Example::
14
14
Before applying power
15
15
---------------------
16
16
17
- .. warning ::
17
+ .. warning ::
18
18
19
19
The GPIO pins of the WiPy are NOT 5V tolerant, connecting them to voltages higher
20
- than 3.6V will cause irreparable damage to the board. ADC pins, when configured
20
+ than 3.6V will cause irreparable damage to the board. ADC pins, when configured
21
21
in analog mode cannot withstand voltages above 1.8V. Keep these considerations in
22
22
mind when wiring your electronics.
23
23
24
24
WLAN default behaviour
25
25
----------------------
26
26
27
- When the WiPy boots with the default factory configuration starts in Access Point
28
- mode with ``ssid `` that starts with: ``wipy-wlan `` and ``key: www.wipy.io ``.
27
+ When the WiPy boots with the default factory configuration starts in Access Point
28
+ mode with ``ssid `` that starts with: ``wipy-wlan `` and ``key: www.wipy.io ``.
29
29
Connect to this network and the WiPy will be reachable at ``192.168.1.1 ``. In order
30
30
to gain access to the interactive prompt, open a telnet session to that IP address on
31
31
the default port (23). You will be asked for credentials:
@@ -98,7 +98,7 @@ the WiPy by pressing the switch on the board, or by typing::
98
98
>>> import machine
99
99
>>> machine.reset()
100
100
101
- Software updates can be found in: https://github.com/wipy/wipy/releases (**Binaries.zip **).
101
+ Software updates can be found in: https://github.com/wipy/wipy/releases (**Binaries.zip **).
102
102
It's always recommended to update to the latest software, but make sure to
103
103
read the **release notes ** before.
104
104
@@ -122,7 +122,7 @@ Boot modes and safe boot
122
122
------------------------
123
123
124
124
If you power up normally, or press the reset button, the WiPy will boot
125
- into standard mode; the ``boot.py `` file will be executed first, then
125
+ into standard mode; the ``boot.py `` file will be executed first, then
126
126
``main.py `` will run.
127
127
128
128
You can override this boot sequence by pulling ``GP28 `` **up ** (connect
@@ -178,4 +178,4 @@ Details on sleep modes
178
178
configuration required.
179
179
* ``machine.sleep() ``: 950uA (in WLAN STA mode). Wake sources are ``Pin ``, ``RTC ``
180
180
and ``WLAN ``
181
- * ``machine.deepsleep() ``: ~5uA . Wake sources are ``Pin `` and ``RTC ``.
181
+ * ``machine.deepsleep() ``: ~350uA . Wake sources are ``Pin `` and ``RTC ``.
0 commit comments