# Back Touch Sensor

The back touch sensor is a flexible printed circuit (FPC) attached to the inside of the back cover for touch functionality. It can only be plugged into the [**BiBoard V1**](https://docs.petoi.com/biboard/biboard-v1-guide).

## Installation&#x20;

Under normal circumstances, there is no need to remove it. If you wish to detach the back cover FPC from the microcontroller completely, please follow these steps:

* After opening the back cover, please note the relative orientation of the mainboard (BiBoard V1) with respect to the back cover. There is a flip tab on the connector - lift this tab upward. Once the tab is flipped open, the cable beneath it can be fully detached along with the back cover and microcontroller.

Reconnecting the cable to the mainboard is the reverse process: align the cable, ensuring proper orientation, and press it firmly into place.

The installation for Bittle X V2 / Bittle X+Arm and Nybble Q is on the subpage.

## **How to use the back touch mode**

By default, the back touch mode is enabled for the **Bittle X V2**. There are two ways to enable/disable this mode manually:

* In the [serial monitor](https://docs.petoi.com/arduino-ide/serial-monitor), send the serial command "**XB**" to enable; Send the serial command "**Xb**" to disable.
* In the [mobile app](https://docs.petoi.com/mobile-app/controller#create-a-single-command), create a customized command with code "**X66**" to enable; Create a customized command with code "**X98**" to disable.

The touch area layouts for Bittle X V2 / Bittle X+Arm and Nybble are on the subpage.

{% hint style="warning" %}
Usage Tips\
Once the mode is enabled:

1. The robot will not execute new actions if the same spot is touched repeatedly or if two touch points are pressed simultaneously.
2. Wait for the current action to complete before triggering a new command to ensure smooth interaction.
   {% endhint %}


---

# 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.petoi.com/extensible-modules/back-touch-sensor.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.
