# Technical Data

## Overview

* Designed specifically for both **FTC** and **FRC**
* **3mm** mounting holes spaced **24mm** apart
* **JST-PH** 4-pin connector (Connector for REV Robotics Control and Expansion Hubs)
* VCC input **3.3V - 5V**
* **Zero configuration** required&#x20;
* **Active LOW** output
  * LED will turn on when the Sense is near a magnetic field and the output is 0V or GND
  * LED will turn off when Sense is NOT near a magnetic field and the output is VCC
* Do not place Sense near magnetic items that are not meant to trip the sensor, or high current carrying wires, as this could unintentionally trip the sensor.

***

## Electrical Characteristics

<table><thead><tr><th width="172">Value</th><th>Minimum</th><th width="159">Maximum</th><th>Unit</th></tr></thead><tbody><tr><td>VCC</td><td>3.3</td><td>5</td><td>Volts</td></tr><tr><td>Current Draw (No magnetic field present)</td><td>0.012</td><td>0.93</td><td>Milliampere</td></tr><tr><td>Current Draw (Magnetic field present)</td><td>0.93</td><td>3.35</td><td>Milliampere</td></tr></tbody></table>

***

## Testing Data


---

# 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.swyftrobotics.com/electronics/swyft-sense/technical-data.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.
