Skip to content

Commit

Permalink
doc: openthread: update power consumption data
Browse files Browse the repository at this point in the history
update power consumption data for nRF52840 and nRF5340

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and anangl committed Jun 14, 2024
1 parent f630395 commit 8ffbc4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/nrf/protocols/thread/overview/power_consumption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following tables show the power consumption measured with the configuration
+--------------------------+---------------------+--------------------------+
| Parameter | nrf52840dk/nrf52840 | nrf5340dk/nrf5340/cpuapp |
+==========================+=====================+==========================+
| Board revision | v3.0.1 | v2.0.1 |
| Board revision | v3.0.2 | v2.0.2 |
+--------------------------+---------------------+--------------------------+
| Supply voltage [V] | 3.0 | 3.0 |
+--------------------------+---------------------+--------------------------+
Expand All @@ -77,11 +77,11 @@ The following tables show the power consumption measured with the configuration
+-------------------------------+-----------------------+----------------------------+
| Parameter | nrf52840dk/nrf52840 | nrf5340dk/nrf5340/cpuapp |
+===============================+=======================+============================+
| Total charge per minute [μC] | 1136.00 | 1203.00 |
| Total charge per minute [μC] | 1135.87 | 1196.07 |
+-------------------------------+-----------------------+----------------------------+
| Average data poll charge [μC] | 16.57 | 17.15 |
| Average data poll charge [μC] | 16.48 | 17.14 |
+-------------------------------+-----------------------+----------------------------+
| Average sleep current [μA] | 2.58 | 3.15 |
| Average sleep current [μA] | 2.67 | 3.00 |
+-------------------------------+-----------------------+----------------------------+


Expand All @@ -92,7 +92,7 @@ The following tables show the power consumption measured with the configuration
+--------------------------------+---------------------+--------------------------+
| Parameter | nrf52840dk/nrf52840 | nrf5340dk/nrf5340/cpuapp |
+================================+=====================+==========================+
| Board revision | v3.0.1 | v2.0.1 |
| Board revision | v3.0.2 | v2.0.2 |
+--------------------------------+---------------------+--------------------------+
| Supply voltage [V] | 3.0 | 3.0 |
+--------------------------------+---------------------+--------------------------+
Expand All @@ -112,11 +112,11 @@ The following tables show the power consumption measured with the configuration
+---------------------------------+-----------------------+----------------------------+
| Parameter | nrf52840dk/nrf52840 | nrf5340dk/nrf5340/cpuapp |
+=================================+=======================+============================+
| Total charge per minute [μC] | 1042.20 | 1148.60 |
| Total charge per minute [μC] | 1049.87 | 1099.53 |
+---------------------------------+-----------------------+----------------------------+
| Average CSL receive charge [μC] | 13.69 | 14.23 |
| Average CSL receive charge [μC] | 13.91 | 14.38 |
+---------------------------------+-----------------------+----------------------------+
| Average data poll charge [μC] | 22.32 | 23.23 |
| Average data poll charge [μC] | 21.93 | 22.36 |
+---------------------------------+-----------------------+----------------------------+
| Average sleep current [μA] | 2.71 | 3.14 |
| Average sleep current [μA] | 2.67 | 2.97 |
+---------------------------------+-----------------------+----------------------------+

0 comments on commit 8ffbc4a

Please sign in to comment.