# Summary

* [About BPI-G1 IoT development board](/bpi-g1/en.md)
* [BPI-G1 hardware](/bpi-g1/en/chapter1.md)
  * [BPI-G1 hardware interface](/bpi-g1/en/bpig1hardwareinterface.md)
    * [STM32F103CB part Peripheral Interface](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/stm32f103cbparperipherainterface.md)
    * [TI CC3200 part Peripheral Interface](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/ticc3200partperipheralinterface.md)
    * [TI CC2530 part Peripheral Interface](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/ticc2530partperipheralinterface.md)
    * [TI CC2540\\/1 part Peripheral Interface](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/ticc25401partperipheralinterface.md)
    * [Global Power and Ground](/bpi-g1/en/globalpowerandground.md)
    * [Module interconnection](/bpi-g1/en/moduleinterconnection.md)
      * [CC2540 connection with F103](/bpi-g1/en/cc2540connectionwithf103.md)
      * [CC2530 connection with F103](/bpi-g1/en/cc2530connectionwithf103.md)
    * [TI CC3200 mode selection jumper](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/ticc3200modeselectionjumper.md)
    * [Status LEDs for each module](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/statusledsforeachmodule.md)
    * [Button](/bpi-g1/en/button.md)
  * [BPI-G1 Hardware Specifications](/bpi-g1/en/bpig1hardwarespecifications.md)
    * [The features TI CC3200](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/someofthefeaturesticc3200.md)
    * [The features TI CC2530](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/someofthefeaturesticc2530.md)
    * [The features TI CC2540\\/1](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/someofthefeaturesticc25401.md)
    * [The features STM32F103CB](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/someofthefeaturesstm32f103cb.md)
  * [BPI-G1 Main features](/bpi-g1/en/bpig1mainfeatures.md)
    * [Which IDE development can use](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/whichidedevelopmentcanuse.md)
    * [Which emulator debugging](https://github.com/bananapi/bpi-g1/tree/53443e8f269df54ebc1c108032faa7e2628c3e9d/en/whichemulatordebugging.md)
  * [BPI-G1 Schematic](/bpi-g1/en/bpi-g1-schematic.md)
  * [Explanation](/bpi-g1/en/explanation.md)
* BPI-G1 Software
  * [BPI-G1 Quick Start](/bpi-g1/en/bpig1quickstart.md)
    * [Quick start of TI CC3200](/bpi-g1/en/quickstartofticc3200.md)
    * [Quick start of TI CC2540\\/1](/bpi-g1/en/quickstarofticc25401.md)
    * [Quick start of TI CC2530](/bpi-g1/en/quickstartofticc2530.md)
    * [Quick Start STM32F103CB](/bpi-g1/en/quickstartstm32f103cb.md)
  * [BPI-G1 Simple Code Firmware programming manual](/bpi-g1/en/bpig1simplecodefirmwareprogrammingmanual.md)
* [BPI-G1 smart home gateway project](/bpi-g1/en/bpi-g1smarthomegatewayproject.md)
* [BPI-G1 Accessories](/bpi-g1/en/bpig1accessories.md)
  * [BPI Open debugger burn board](/bpi-g1/en/bpiopendebuggerburnboard.md)
  * [BPI-G1 Other Accessories](/bpi-g1/en/bpig1otheraccessories.md)
* [All banana pi product](/bpi-g1/en/allbananapiproduct.md)
* [BPI 4.0 customized Server](/bpi-g1/en/bpi40customizedserver.md)


---

# 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://bananapi.gitbook.io/bpi-g1/en/summary.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.
