From 91f6124a5df21cff2eb99300b8a9c36a0a013d2a Mon Sep 17 00:00:00 2001 From: Linnea Date: Mon, 13 Jun 2022 16:36:11 +0200 Subject: [PATCH 1/3] Updated power consumptions as tested per request from PO --- .../boards/nicla-sense-me/datasheet/datasheet.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md b/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md index 9256e6c289..b097945a09 100644 --- a/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md +++ b/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md @@ -253,6 +253,16 @@ All Arduino® boards have a built-in bootloader which allows flashing the board ## Mechanical Information ![](assets/niclaSenseMEMech.png) +### Power Consumption +| Description | Min | Typ | Max | Unit | +| ----------------------------------------------------------------| ---- | ----- | ---- | ---- | +| Power consumption in standby | | 460 | | uA | +| Power consumption with blink sketch | | 960 | | uA | +| Power consumption advertising with sensor poiling at 1Hz | | 2.5 | | mA | +| Power consumption advertising with sensor poiling once per hour | | 1.15 | | mA | + +**Note:** The measurments have been performed by activating temperature sensor, accelerometer and gyroscope, which have been configured with 1Hz sample rate and 1ms latency. + ## Certifications ### Declaration of Conformity CE DoC (EU) We declare under our sole responsibility that the products above are in conformity with the essential requirements of the following EU Directives and therefore qualify for free movement within markets comprising the European Union (EU) and European Economic Area (EEA). From 4b3527a4d6991a575200af00db02b6d01ba5f0c4 Mon Sep 17 00:00:00 2001 From: Linnea <77662876+lunnea@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:08:16 +0200 Subject: [PATCH 2/3] Update content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> --- .../05.nicla/boards/nicla-sense-me/datasheet/datasheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md b/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md index b097945a09..6bbcaa4329 100644 --- a/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md +++ b/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md @@ -261,7 +261,7 @@ All Arduino® boards have a built-in bootloader which allows flashing the board | Power consumption advertising with sensor poiling at 1Hz | | 2.5 | | mA | | Power consumption advertising with sensor poiling once per hour | | 1.15 | | mA | -**Note:** The measurments have been performed by activating temperature sensor, accelerometer and gyroscope, which have been configured with 1Hz sample rate and 1ms latency. +**Note:** The measurements have been performed by activating temperature sensor, accelerometer and gyroscope, which have been configured with 1Hz sample rate and 1ms latency. ## Certifications ### Declaration of Conformity CE DoC (EU) From f706455e6ab18ab697a973f6c21f39395e0c77f0 Mon Sep 17 00:00:00 2001 From: Linnea Date: Mon, 13 Jun 2022 17:10:09 +0200 Subject: [PATCH 3/3] Updates typos --- .../05.nicla/boards/nicla-sense-me/datasheet/datasheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md b/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md index b097945a09..2470e1b804 100644 --- a/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md +++ b/content/hardware/05.nicla/boards/nicla-sense-me/datasheet/datasheet.md @@ -258,8 +258,8 @@ All Arduino® boards have a built-in bootloader which allows flashing the board | ----------------------------------------------------------------| ---- | ----- | ---- | ---- | | Power consumption in standby | | 460 | | uA | | Power consumption with blink sketch | | 960 | | uA | -| Power consumption advertising with sensor poiling at 1Hz | | 2.5 | | mA | -| Power consumption advertising with sensor poiling once per hour | | 1.15 | | mA | +| Power consumption advertising with sensor polling at 1Hz | | 2.5 | | mA | +| Power consumption advertising with sensor polling once per hour | | 1.15 | | mA | **Note:** The measurments have been performed by activating temperature sensor, accelerometer and gyroscope, which have been configured with 1Hz sample rate and 1ms latency.