# Stress Fight Pad

Repo: <https://github.com/GroooveBob/Stress>

DIY Kit / Pre-soldered: <https://shop.beekeeb.com/product/stress-fightpad/>

## Entering Bootloader Mode

There are 2 methods to enter bootloader mode.

Method 1: Press and hold "BOOT" button on the RP2040-Zero controller then connect the Stress Fight Pad to your computer

Method 2: After connecting the Stress Fight Pad to you computer, press and hold the "BOOT" button, then press "RESET" button on the RP2040-Zero controller.

## Entering GP2040 Web UI

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

1. Press and hold "START" button on the Stress Fight Pad
2. Connect the Stress Fight Pad to your computer
3. The Web UI can be accessed at <http://192.168.7.1/>


---

# Agent Instructions: 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://docs.beekeeb.com/stress-fight-pad.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.
