# Overview

Binho Mission Control app is a multi-platform desktop application that simplifies device orchestration during embedded system development and testing.

It provides a user-friendly GUI that facilitates interfacing with electronic devices that communicate through a range of protocols, including I2C, I3C, SPI, UART, GPIO, and 1-WIRE, through a host adapter.

The app is compatible with the Binho Nova host adapter, Binho Supernova host adapter, and will be with other host adapters in the market.

<figure><img src="/files/ZHYO9wag1VEt33Hu8558" alt=""><figcaption><p>Screenshot of Binho Mission Control interacting with a downstream device using the I3C protocol</p></figcaption></figure>

### Features

#### Supported Devices:

* Binho Nova Host Adapter.
* Binho Supernova Host Adapter.
* Future compatibility with other host adapters in the market.
* For users who may not have immediate access to the supported physical devices, the app offers built-in simulators.&#x20;

#### Core Features:

* **Diverse Protocol Support:** Seamlessly interface with devices across a variety of protocols, including I2C, I3C, SPI, GPIO, UART, and 1-WIRE.
* **Transactional Clarity:** Effortlessly execute various protocol transactions, from standard write and read operations to advanced functions such as transfer and CCC commands.
* **Intuitive Configuration:** Tailor your device interactions by configuring parameters specific to each protocol. Whether it's adjusting the bus voltage, setting the clock frequency, determining the read payload size, or assigning the address, BMC puts you in the driver's seat.
* **User-Friendly Design:** Boasting a clear and intuitive interface, BMC ensures that both novices and experts can get the most out of their device interactions.
* **Unified Experience Across Devices:** Whether you're working with the Binho Nova or the Binho Supernova, BMC offers a consistent and comprehensive experience.

### Elevating your engineering process

Many semiconductor manufacturers create their own engineering tools to aid customers in product development with their chips, as existing tools are usually poor. This leads to various evaluation tools specific to manufacturers, making the development process unnecessarily complex, inefficient and painful.

Binho Mission Control is designed for engineering prototypes, development, and testing equipment. Its main goal is to become a single, user-centered software tool that sets the standard, allowing engineers to streamline the development and testing phases by eliminating the long feedback loop that arises when coding, building, and testing devices through a microcontroller.

With this software, the user can easily perform the allowed transactions of each protocol, such as write, read, transfer, CCC commands, etc. Besides, the user can configure several parameters depending on the protocol activated. For example, the bus voltage, the clock frequency, the read payload size, the address, etc.

***

The following sections delve into the functionalities of the BMC App. These sections provide a detailed understanding of features for each host adapter, offering clear insights into the app's capabilities and potential uses.


---

# 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://support.binho.io/getting-started/binho-mission-control/overview.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.
