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
  • Desktop App Guide
  • Python SDK Guide

Getting Started

PreviousBridge 1.1 API - GPIO CommandsNextHardware Setup

Last updated 8 months ago

Welcome to our Getting Started Guide. Both the Binho Nova and the Binho Supernova were designed for ultimate flexibility, as such, there are multiple ways to control and interact with them. First, follow the Hardware Setup Guide to quickly get your device connected to the host computer and your electronics:

Once everything is connected, follow the guides below to learn how to interact with the Binho Nova and/or the Binho Supernova, using our GUI desktop application Binho Mission Control. Alternatively you can use one of the SDKs we offer to obtain more configurability.

Desktop App Guide

The best way to familiarize yourself with the Binho host adapter is to test it using Binho Mission Control, the cross-platform desktop software designed for interfacing with host adapters. Even if you plan to use it in automated settings, starting with the GUI is recommended before you begin writing scripts.

Python SDK Guide

When you're ready to start writing your own automated scripts, take a look at our guide for using our Python SDKs.

Hardware Setup
Binho Mission Control
Python SDKs