> For the complete documentation index, see [llms.txt](https://docs.scoutbuoy.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scoutbuoy.org/charging-and-batteries.md).

# Charging & Batteries

**The Scout beacon's battery level should be above 70% at a minimum before use. We strongly recommend fully charging the beacon before deployment** You can see the battery level in the app.

The telemetry beacon takes a long time to charge. To fully charge from a dead battery can take upwards of 24 hours. **Please only use the charging brick and cable provided. Newer USB-C type fast chargers will not work and could damage the electronics**. We recommend storing batteries at 70% charge.

The power consumption of the buoy is directly related to the number of messages it sends. On average, fully charged batteries on the buoy can send about 400 messages before they are fully drained. Setting the interval to longer periods, or even putting the buoy to sleep will conserve power and increase the amount of time a buoy can be deployed.&#x20;

The battery drain over time is not linear but S shaped. Expect battery levels to have an initial steep drop, then hovering around 60%, then drop off steeply before being fully discharged.&#x20;

## **Charging the Beacon**

<figure><img src="/files/yfFcpcjSJ3JTtgZiBwEp" alt=""><figcaption></figcaption></figure>

The Scout telemetry has 4 high quality [Samsung 30Q 18650](https://www.18650batterystore.com/products/samsung-30q) batteries that can be replaced. Please do not attempt to replace these batteries, if you think the batteries need to be replaced (e.g. do not hold a charge, do not charge above 70%) please contact <scout@tnc.org>.

#### &#x20;&#x20;


---

# 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://docs.scoutbuoy.org/charging-and-batteries.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.
