# Connecting the Hardware

### Connection to the Computer

Use the provided USB Type-C (male) to USB Type-A (male) cable to connect the *Binho Nova Multi-Protocol USB Host Adapter* to your host PC. The device can be plugged into any available USB port - there is no requirement to plug it into a USB 3.0 port.

Upon power up, the Status LED on the *Binho Nova Multi-Protocol USB Host adapter* will shine *yellow* while it is waiting for the COM port to be opened. When connected properly, the device should immediately enumerate and become available for use as a new COM port. Once a serial connection has been established between the device and the host computer, the Status LED will shine *blue*.

{% hint style="info" %}
The Status LED is user-programmable, so after initial power up and establishment of the serial connection, the Status LED color meaning is not correlated with any particular device state unless specifically set from within the test scripts.
{% endhint %}

### Connection to the Test Circuit

The *Binho Nova Multi-Protocol USB Host Adapter* features an integrated wire harness terminated with a 1.27mm pitch 2x5 IDC Connector. This harness contains the 5 signal pins, 1 x 3V3 power signal, 1 x VBUS power signal, and 3 x GND signals.

The figure below shows the connector pinout and channel functions:

![](/files/-MADIIlb0CShM3ueFfMC)

Use the link below to download a printable PDF version of this image for easy reference:

{% file src="/files/-MHY2Y3VvRnIzvdB12i\_" %}
Binho Nova Pinout PDF
{% endfile %}

{% hint style="success" %}
Dallas 1-WIRE and Atmel SWI (Single-Wire Interface) protocol can be configured to work with any of the five IO pins. It is especially convenient to use with IO0 or IO2 as it’s possible to engage a suitable internal pull up resistor on these channels.
{% endhint %}

Clearly the most convenient method to connect the signals is by including a footprint for the 2x5 IDC connector on your circuit board, but this isn't always an option. As such, you can use the included Breadboard Adapter board to breakout the signals to 0.1in/2.54mm pitch headers which can easily be connected with jumper wires.

![Using the Breadboard Breakout Adapter](/files/-Lgzr5hBoxi-om-AOuwV)

Furthermore, there are several accessories available that make it easy to connect directly to your test circuitry. You can learn all about them here:

{% content-ref url="/pages/-LgvGQmjXHsLC5aR0x5y" %}
[Accessories](/user-guide/accessories.md)
{% endcontent-ref %}


---

# 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://csupport.binho.io/user-guide/using-the-device/connecting-the-hardware.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.
