Binho Customer Support
  • Customer Support Portal
  • User Guide
    • Binho Nova
    • Binho Supernova
    • Hardware Comparison Table
    • Safety Notice
    • Compliance & Legal
    • System Requirements
    • Updating Firmware
    • Protocols and Interfaces
      • I3C Common Command Codes
      • Bridge 1.1 API
        • Bridge 1.1 API - Basic I3C Commands
        • Bridge 1.1 API - I3C Common Command Codes
        • Bridge 1.1 API - I2C Commands
        • Bridge 1.1 API - SPI Commands
        • Bridge 1.1 API - UART Commands
        • Bridge 1.1 API - GPIO Commands
  • Getting Started
    • Hardware Setup
      • Binho Nova
      • Binho Supernova
    • Binho Mission Control
      • Overview
      • Download & Installation
      • Interactive Tour
        • App Layout
        • Protocol Activation
        • Command Panel
        • Transaction Log View
      • Updating Binho Mission Control Software
      • Simulators
      • Communication Protocols
        • SPI
        • UART
        • I2C
        • I3C
        • 1-WIRE
        • GPIO
      • Settings
    • Python SDKs
      • SupernovaController
      • Nova SDK
    • C++ SDK
      • Installation
      • Environment Setup
      • Building the C++ SDK Library
      • Building a Project Using the SDK
      • Example Applications
      • Using the Library
    • Software Releases
  • Examples
    • SupernovaController
    • Other Examples
  • Troubleshooting
    • Solving USB Connection Issues on Linux
  • FAQ
    • What is a host adapter?
    • What protocols are supported?
    • Can multiple devices be used at the same time?
    • Where can I find the product datasheet?
    • Is there a GUI available?
    • Is the ADC calibrated?
    • Is the DAC calibrated?
  • Returns & Warranty
    • 90-Day Return Policy
    • 2-Year Warranty
  • Dropping Legacy Terminology
  • Contact Us
  • Orders & Shipping
    • Place an Order
    • Requesting a Quotation
    • Placing a Purchase Order
    • Shipping Policy
    • International Shipping
    • Tax Exemption
    • Discounts
    • Distributors
Powered by GitBook
On this page
  1. Getting Started
  2. Binho Mission Control
  3. Interactive Tour

Command Panel

PreviousProtocol ActivationNextTransaction Log View

Last updated 7 months ago

By navigating this interactive tour, gain a hands-on understanding of the dynamic capabilities and user-friendly design of the Command Panel.


Centrally positioned between the Navigation Menu and the Transaction Log View, the Command Panel serves as the primary input panel. Here, users can interface directly with devices connected via the chosen host adapter. The options displayed within the Command Panel dynamically adapt based on the selected protocol.

To provide a tangible example, the interactive tour below showcases configurations and transactions with an accelerometer sensor, interfaced through a Binho Supernova Host Adapter.

Walk through the following steps in the example:

  1. Initialize the bus by clicking the "INIT BUS" button.

  2. Select the accelerometer sensor, identified by the address 0x08.

  3. Opt for a push-pull clock frequency set at 12.5 MHz, the maximum frequency supported by the I3C protocol.

  4. Adjust the bus voltage to 3.3 V.

  5. Proceed to read a sequence of 10 bytes.

  6. Conclude by executing two CCC command requests: GETBCR and GETMWL.