Skip to content

Commit

Permalink
Update 01_ESP-F.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArduino committed Jan 29, 2018
1 parent a3e9aa9 commit d1b8298
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions source/WiFi Module/01_ESP-F.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ Electronical Property
|Electrostatic(BODY)| TAMB=25 | N/A | N/A | 0.5 | kV |
+-------------------+-------------+-------------+-----------+-----------+-----------+

Power Consumption
-----------------

Please refer to the following table.

Power Consumption
Expand All @@ -204,6 +201,24 @@ Power Consumption
+======================================+========+============+=======+======+
|Tx802.11b, CCK 11Mbps, POUT=+17dBm | N/A | 170 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|Tx802.11g, OFDM 54 Mbps, POUT =+15dBm | N/A | 140 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|Tx802.11n,MCS7,POUT =+13dBm | N/A | 120 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|Rx 802.11b,1024 Bytes, -80dBm | N/A | 50 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|Rx 802.11g,1024 Bytes, -70dBm | N/A | 56 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|Rx 802.11n,1024 Bytes, -65dBm | N/A | 56 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|Modem-sleep① | N/A | 15 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|Light-sleep② | N/A | 0.9 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|Deep-sleep③ | N/A | 20 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+
|close | N/A | 0.5 | N/A | mA |
+--------------------------------------+--------+------------+-------+------+

.. Note::
* Modem-Sleep mode can be used for the case that CPU is always working, e.g., PWM or I2S etc. If WiFi is connected and no data is to transmitted, in this case, WiFi modem can be closed to save power energy. For example, if at DTIM3 status, keep asleep at 300ms, Then, the module can wake up to receive the Beacon package within 3ms and the current being 15mA.
Expand Down

0 comments on commit d1b8298

Please sign in to comment.