> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/rev-hardware-client/home/rev-hardware-client-overview.md).

# REV Hardware Client Overview

{% hint style="danger" %}
Those using REV ION products on REVLib 2026 or newer must use [REV Hardware Client 2](https://docs.revrobotics.com/rev-hardware-client-2).
{% endhint %}

The REV Hardware Client (RHC) is software designed to make managing REV devices easier for the user. This Client automatically detects connected device(s), downloads the latest software for those device(s), and allows for seamless updating of the device(s)&#x20;

Be sure to check the [changelog](https://docs.revrobotics.com/rev-hardware-client/home/pages/ZQHOR1K0TT0Ll3y4hQXc#version-1.7.0) for the latest version of the RHC.

## Downloads

<p align="center"><a href="https://github.com/REVrobotics/REV-Software-Binaries/releases/download/rhc-1.7.6/REV-Hardware-Client-Setup-1.7.6.exe" class="button primary" data-icon="download">REV Hardware Client - Version 1.7.6</a></p>

{% hint style="info" %}
You can also download the REV Hardware Client using an offline installer, bundled with software from **March 18, 2025**:

<p align="center"><a href="https://github.com/REVrobotics/REV-Software-Binaries/releases/download/rhc-1.7.5/REV-Hardware-Client-Setup-1.7.5-offline-FTC-2025-03-18.exe" class="button primary" data-icon="download">FTC Offline Installer</a><a href="https://github.com/REVrobotics/REV-Software-Binaries/releases/download/rhc-1.7.5/REV-Hardware-Client-Setup-1.7.5-offline-allSoftware-2025-03-18.exe" class="button primary" data-icon="download">Offline Installer - All available software</a></p>
{% endhint %}

{% hint style="warning" %}
As of April 12, 2024 Windows 10 or later is required for the latest version of the REV Hardware Client. [Please use 1.6.4 if you are on an older version of Windows.](https://github.com/REVrobotics/REV-Software-Binaries/releases/download/rhc-1.6.4/REV-Hardware-Client-Setup-1.6.4.exe)
{% endhint %}

## Feature Summary

* Automatically detect supported devices when connected via USB
* Connect a REV Control Hub via Wi-Fi
* One Click update of all software on connected devices
* Pre-download software updates without a connected device
* Back up and restore user data from supported devices&#x20;
  * REV DUO: Control Hub&#x20;
  * REV ION: SPARK Flex and SPARK MAX&#x20;
* Install and switch between DS and RC applications on Android Devices
* Access the Robot Control Console on the Control Hub
* Auto-update to the latest version of the REV Hardware Client
* Display devices connected via RS485

## Supported Devices

* REV Control Hub (REV-31-1595)
* REV Expansion Hub (REV-31-1153)
* REV Driver Hub (REV-31-1596)
* REV Servo Hub (REV-11-1855)
* Android Device via ADB
* Generic CAN Devices
* *Legacy compatible (2025 and earlier firmware):*
  * *REV SPARK Flex (REV-11-2159)*
  * *REV SPARK MAX (REV-11-2158)*
  * *REV Power Distribution Hub (REV-11-1850)*
  * *REV Pneumatic Hub (REV-11-1852)*


---

# 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://docs.revrobotics.com/rev-hardware-client/home/rev-hardware-client-overview.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.
