> For the complete documentation index, see [llms.txt](https://support.onegiantleap.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.onegiantleap.co.nz/general/battery.md).

# Battery Charging

{% hint style="info" %}
Your Power Meter will have been shipped to you in Deep Sleep mode.

Before the Power Meter will operate you will need to attach the wireless charger to the Power Meter spigot to force it out of deep sleep.
{% endhint %}

## Charging time

Charging a battery from empty to full should take around 3.5 to 4 hours.

## Charger placement

{% hint style="warning" %}
If you are charging a Power Meter that has a fully depleted battery, it is important to place the charger onto the shaft ***prior*** to supplying power to the charger.&#x20;

Failure to follow this procedure may result in a temporary [fault](/legacy-features/high-speed-data/how-to-resolve-the-high-speed-data-recording-fault.md) which causes the Power Meter to not record High Speed Data files.  &#x20;
{% endhint %}

<figure><img src="/files/0NZlOLt2xQOy49aQez3f" alt=""><figcaption><p>Locate the charger on the paddle shaft as shown above.</p></figcaption></figure>

* The <mark style="color:red;">red</mark> LED on the charger will illuminate when the charger is powered i.e. one end of the microUSB cable is plugged into the charger and the other end is plugged into an appropriate 5V wall adapter or USB port.
* The <mark style="color:green;">green</mark> LED on the charger will only illuminate when the charger is in the correct position and the power meter is being charged.

## Battery level indication

When the Power Meter is awake the power meter LED will indicate battery level via the number of flashes.&#x20;

* 1 flash between pauses = 0 - 20% charge
* 2 flashes between pauses = 20 - 40% charge
* 3 flashes between pauses = 40 - 60% charge
* 4 flashes between pauses = 60 - 80% charge
* 5 flashes between pauses = 80 - 100% charge


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.onegiantleap.co.nz/general/battery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
