From 4b36a827f1056636b5b5e4f52ebfc0461cfb8ac4 Mon Sep 17 00:00:00 2001 From: Sayanee Date: Thu, 11 Apr 2024 15:24:33 +0800 Subject: [PATCH] docs (power): remove HTML and convert content to only markdown --- _includes | 2 +- _layouts | 2 +- power.md | 64 +++++++++++++++++++------------------------------------ 3 files changed, 24 insertions(+), 44 deletions(-) diff --git a/_includes b/_includes index 782265b..b264fcc 160000 --- a/_includes +++ b/_includes @@ -1 +1 @@ -Subproject commit 782265be6959bc31be4e03b37e4e4ec5cdd46a41 +Subproject commit b264fccb9b2c9a6f6a106062b07c654409129ce1 diff --git a/_layouts b/_layouts index 871e0da..13b758a 160000 --- a/_layouts +++ b/_layouts @@ -1 +1 @@ -Subproject commit 871e0da74a313777b7e1cc14ad167a19c84250d0 +Subproject commit 13b758a0dc710e05cb0604582ac506a06a68bc61 diff --git a/power.md b/power.md index 3fb68ef..b316c9f 100644 --- a/power.md +++ b/power.md @@ -15,45 +15,25 @@ power: charging_instruction: Just plug in the USB cable to the Oak PCB that has the 18650 battery in the holder at the back. RED Charging LED will light up when charging. The battery will be fully charged when the RED Charging LED turns off. --- -
-
-

Charging the battery

-
-

The multimeter with data logging feature was hooked up to the test points of VBAT and GND. It took about 11 hours to fully charge the battery with the on-board charging circuit.

-
-
-
- Charging Setup -
-
- Charging Setup -
-
-
- - Charging graph - -
-

Measuring battery life

-
-

Two types of firmware was uploaded to measure the longest possible and shortest possible battery life:

-
    -
  1. Longest possible: Blinky LED was 19 hours
  2. -
  3. Shortest possible: Demo was 14 hours
  4. -
-
-
-
- Charging Setup -
-
- Charging Setup -
-
-
- - Example of a discharging graph - -
-
-
+## Charging the battery + +The multimeter with data logging feature was hooked up to the test points of `VBAT` and `GND`. It took about 11 hours to fully charge the battery with the on-board charging circuit. + +[![Charging Setup]({{site.url}}/images/design/charging-setup-1.jpg)]({{site.url}}/images/design/charging-setup-1.jpg) + +[![Charging Setup]({{site.url}}/images/design/charging-setup-2.jpg)]({{site.url}}/images/design/charging-setup-2.jpg) + +[![Charging graph]({{site.url}}/images/design/charging.png)]({{site.url}}/images/design/charging.png) + +## Measuring battery life + +Two types of firmware was uploaded to measure the longest possible and shortest possible battery life: + +1. Longest possible: Blinky LED was `19 hours` +1. Shortest possible: Demo was `14 hours` + +[![Charging Setup]({{site.url}}/images/design/discharging-setup-1.jpg)]({{site.url}}/images/design/discharging-setup-1.jpg) + +[![Charging Setup]({{site.url}}/images/design/discharging-setup-2.jpg)]({{site.url}}/images/design/discharging-setup-2.jpg) + +[![Example of a discharging graph]({{site.url}}/images/design/discharging.png)]({{site.url}}/images/design/discharging.png)