> For the complete documentation index, see [llms.txt](https://tk233.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tk233.gitbook.io/notes/electrical.md).

# Electrical

- [A Note on the Polarity of the Famous TT Motor](https://tk233.gitbook.io/notes/electrical/a-note-on-the-polarity-of-the-famous-tt-motor.md)
- [Wiring Pinmap Convention](https://tk233.gitbook.io/notes/electrical/wiring-convention.md)
- [MCU Pinmap Convention](https://tk233.gitbook.io/notes/electrical/mcu-pinmap-convention.md)
- [PCB Design and Manufacturing Conventions](https://tk233.gitbook.io/notes/electrical/pcb-design-and-manufacturing-conventions.md)
- [ESP32 Cam](https://tk233.gitbook.io/notes/electrical/esp32-cam.md)
- [LiPo Safety](https://tk233.gitbook.io/notes/electrical/lipo-safety.md)
- [AS5600 Modification](https://tk233.gitbook.io/notes/electrical/as5600-modification.md)
- [OpenOCD and FTDI Chips](https://tk233.gitbook.io/notes/electrical/openocd-and-ftdi-chips.md)
- [FT-LINK FTDI Debugger Design Considerations](https://tk233.gitbook.io/notes/electrical/ft-link-ftdi-debugger-design-considerations.md)
- [A Study on Reset Pin Connection](https://tk233.gitbook.io/notes/electrical/a-study-on-reset-pin-connection.md)
- [Note on CAN Termination Resistor](https://tk233.gitbook.io/notes/electrical/note-on-can-termination-resistor.md)


---

# 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://tk233.gitbook.io/notes/electrical.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.
