# Specifications

### General Specifications&#x20;

| **Parameter** | **Value and Units** |
| ------------- | ------------------- |
| Sensor Type   | Digital, Active-low |
| Signal        | n+1                 |

### Electrical Specifications

<table data-header-hidden><thead><tr><th width="274">Parameter</th><th width="105" align="center">Min</th><th width="100" align="center">Typ</th><th width="124" align="center">Max</th><th align="center">Units </th></tr></thead><tbody><tr><td><strong>Parameter</strong></td><td align="center"><strong>Min</strong></td><td align="center"><strong>Typ</strong></td><td align="center"><strong>Max</strong></td><td align="center"><strong>Units</strong> </td></tr><tr><td>Operating Voltage Range</td><td align="center">-</td><td align="center">-</td><td align="center">3.3</td><td align="center">V</td></tr></tbody></table>

### Output States&#x20;

| **Button**  | **n+1 Voltage** | **LED State** | **FTC SDK Logic** |
| ----------- | --------------- | ------------- | ----------------- |
| Not Pressed | 3.3V            | Off           | TRUE              |
| Pressed     | 0V              | On            | FALSE             |

{% hint style="warning" %}
The button is directly in-line with the LED and signal. So if the light is operating correctly, the button is working.
{% endhint %}

## Mechanical Drawings&#x20;

<figure><img src="https://1166281274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-ME3KPEhFI6-MDoP9nZD%2Fuploads%2FVJsghfufpwqhSvqEbtPC%2Fimage.png?alt=media&#x26;token=bc21b689-a2ef-4bdb-87a0-6b5f7593a8a4" alt=""><figcaption></figcaption></figure>

## Pinout and Schematic&#x20;

In the image below, is the key for the wired connection between the touch sensor and the robot controller. The touch sensor does not use or pick up a signal from the **n** (blue) wire. This is not a problem if there is one digital sensor per port. However, If you intend to connect more than one digital sensor to the same port using the sensor splitter cable, make sure that the **n+1** (white) wire portion of the splitter cable is plugged into the touch sensor.&#x20;

<figure><img src="https://1166281274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-ME3KPEhFI6-MDoP9nZD%2Fuploads%2FqyS0u26G3cllihL06OIP%2FTouch-Sensor-Pinout.png?alt=media&#x26;token=1b5fdb8f-6ce3-4d17-85e4-943ed8e30e38" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1166281274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-ME3KPEhFI6-MDoP9nZD%2Fuploads%2FyM1ODRSQlnhCYpqVxusB%2Fimage.png?alt=media&#x26;token=3fef9be4-2f0f-49b0-8b42-c0080f25d113" alt=""><figcaption></figcaption></figure>
