# Hardware

## The SuperB Hardware

\
(The SuperB breakout overview, take note of the locations of "EN" and "IO0")

![ESP32 Breakout Overview](/files/-Lhg6E3Lmt6lSQkX5opf)

## Bootloader Mode

To place SuperB into bootloader mode, EN must be brought low and returned to high while IO0 is held low. Or, in other words, IO0 must be held low during the EN rising edge. (See depiction below)<br>

![Graph showing EN and IO0](/files/-Lhg6E3Nfp4bKlobVHnh)


---

# 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.macchina.cc/product-documentation/superb-docs/hardware.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.
