> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/new-alarms/installation/set-up-bsp-adapters.md).

# Set Up BSP Adapters

BSP adapters add addressable wired sensor coverage to a compatible Verkada alarm panel using a single cable run. There are two adapters:

* **QX61 BSP RS-485 Adapter -** Converts an RS-485 port on the alarm panel into a BSP cable run. Each QX61 supports one BSP run and one RS-485 passthrough, so the port can still be used for another RS-485 device.
* **QX51 BSP Sensor Adapter -** An addressable sensor module that expands the panel's input capacity. Each QX51 supports up to two sensors, and multiple units daisy-chain off a QX61 or a BP42's onboard BSP port.

{% hint style="info" %}
When taking over a non-Verkada addressable or polling loop system, disconnect all non-Verkada polling loop modules before connecting the loop to the Verkada alarm panel. Non-Verkada modules are not rated for the higher voltage supplied by the BP52 and may damage the cable.&#x20;
{% endhint %}

***

## Supported configurations and limits

Before installation, run the [BSP calculator](https://www.verkada.com/alarms/addressable-sensor-system/calculator/) for each QX51 chain you plan to deploy. Use the results to determine how many adapters you need, and verify that your design stays within the voltage, current, and cable-length limits for your wire gauge.

<table><thead><tr><th width="339.08984375"></th><th></th></tr></thead><tbody><tr><td>QX51 modules per BSP run</td><td>Up to 100</td></tr><tr><td>Sensors per QX51</td><td>Up to 2</td></tr><tr><td>Powered sensors per QX51</td><td>1</td></tr><tr><td>Powered sensors per BSP run</td><td>Up to 50</td></tr><tr><td>BSP runs per QX61</td><td>1</td></tr><tr><td>RS-485 passthrough per QX61</td><td>1</td></tr></tbody></table>

Each QX51 supports the following sensor combinations:

* One unpowered sensor, such as a door contact.
* Two unpowered sensors.
* One unpowered sensor and one powered sensor, such as a door contact and a motion sensor.
* One powered sensor.

{% hint style="warning" %}
Two powered sensors on a single QX51 are **not supported**. Powered sensors draw 12V from the QX51's AUX terminal, which supports one device.
{% endhint %}

***

## BSP adapter setup

{% stepper %}
{% step %}
Confirm your alarm panel is added to your New Alarms site and is online.&#x20;
{% endstep %}

{% step %}
**Wire the adapters.**&#x20;

1. Connect the QX61 to the panel's RS-485 port using a 4-conductor cable.
2. Connect the QX51s:
   * Daisy-chain the BSP cable from the QX61 through each QX51.
   * If you are using a BP42, daisy-chain the QX51s directly from its onboard BSP port.

Refer to the [QX61](https://docs.verkada.com/docs/QX61-install-guide.pdf) and [QX51](https://docs.verkada.com/docs/QX51-install-guide.pdf) install guides for wiring diagrams and terminal block details.&#x20;
{% endstep %}

{% step %}
**Add the adapters to Command**.&#x20;

Either [add the QX61 and QX51 serial numbers to your Command organization](/command/organization-settings/add-a-device-to-your-command-organization.md) and move them from unassigned devices into your Alarm site, or add them through [bulk provisioning](/new-alarms/bulk-provision-wired-alarm-devices.md).
{% endstep %}

{% step %}
On the **Devices** page, select the alarm panel, then select the BSP run for the RS-485 port the QX61 and QX51 are wired to.
{% endstep %}

{% step %}
In the top right, click **Identify** to locate each sensor by triggering it rather than matching devices manually. Use **Identify when** commissioning new or existing runs.

1. Trigger each sensor one at a time. Open the door contact or walk in front of the motion sensor.
2. The triggered sensor appears in Command, where you can name and configure it.
   {% endstep %}
   {% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/new-alarms/installation/set-up-bsp-adapters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
