> For the complete documentation index, see [llms.txt](https://machine-ideas-llc.gitbook.io/core64/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://machine-ideas-llc.gitbook.io/core64/appendix-b-battery-and-power-options.md).

# Appendix B: Battery and Power Routing Options

{% hint style="danger" %}
DO NOT EXCEED 7.5V INPUT!!! You will destroy the 5V regulator.
{% endhint %}

## Battery Placement

The batteries can be secured to the top of the Logic Board, or the bottom of the LED Matrix board. Be sure to avoid interference with the capacitor on the right edge of the Logic Board.

## Alkaline Cells

You can use pretty much any alkaline "AAA" battery in the included pack. Just don't exceed 7.5V. You can also use the disposable primary Lithium cells. The open circuit voltage is dropped enough through the reverse polarity protection circuit and the system load so as to be safe. You could even go with a 3X "AA" battery pack and still squeeze that in between the Logic and LED Matrix boards.&#x20;

## Rechargeables

NiCd and NiMh are acceptable options. You will have to remove them to charge them.

## LiPo

{% hint style="warning" %}
USE ONLY 1S LIPOs AND MAKE SURE THEY ARE COMPATIBLE WITH THE CHARGER YOU CHOOSE.
{% endhint %}

These two LiPo charge managers are directly compatible with the Core 64 Logic or Core Boards:

{% embed url="<https://www.adafruit.com/product/1904>" %}

{% embed url="<https://www.adafruit.com/product/4410>" %}

And this battery is about as big as you'll want to squeeze in. You can choose a smaller one if you want.

{% embed url="<https://www.adafruit.com/product/328>" %}

{% hint style="success" %}
I recommend the Adafruit Micro LiPo charger with the USB Type C port (#4410) and the 2500mAh Lipo (#328). This gives you the option to charge the board with either a USB C or Micro USB connection (through the Teensy board).
{% endhint %}

You do not have to include the charge manager, but it is convenient for plugging in a 1S LiPo and charging it safely.

## Power Routing Options

The default configuration for the power switch on the left edge is to provide power to the system from either the battery (the UP position for the switch) or from a USB cable connected to the Teensy (the DOWN position for the switch).


---

# 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:

```
GET https://machine-ideas-llc.gitbook.io/core64/appendix-b-battery-and-power-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
