> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omi.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Omi

> The Omi Consumer Version 1 (CV1) is the latest hardware, built for everyday use. Powered by a dual-core nRF5340 SoC with Wi-Fi 6 and dual microphones for high-quality audio capture.

## Overview

The Omi Consumer Version 1 (CV1) is the production-ready Omi hardware designed for everyday use. It features significant upgrades over the DevKit series.

<CardGroup cols={2}>
  <Card title="nRF5340 SoC" icon="microchip">
    Dual-core Bluetooth LE processor
  </Card>

  <Card title="Wi-Fi 6" icon="wifi">
    nRF7002 chip for high-speed connectivity
  </Card>

  <Card title="Dual Microphones" icon="microphone">
    T5838 top-port PDM mics for superior audio
  </Card>

  <Card title="Production Quality" icon="gem">
    Built for everyday consumer use
  </Card>
</CardGroup>

***

## Technical Specifications

| Component   | Specification                       |
| ----------- | ----------------------------------- |
| Processor   | nRF5340 dual-core Bluetooth LE SoC  |
| Wireless    | nRF7002 Wi-Fi 6 chip                |
| Audio       | Dual T5838 top-port PDM microphones |
| Form Factor | Consumer-grade wearable             |

***

## How to Get It

<Card title="Order Omi" icon="cart-shopping" href="https://omi.me">
  Purchase the Omi consumer device from the official Based Hardware store
</Card>

***

## Firmware

The recommended way to update your device is through the Omi app's built-in OTA (Over-The-Air) update feature.

<Steps>
  <Step title="Install the Omi App">
    Download from the [Apple App Store](https://apps.apple.com/us/app/omi-ai-wearable/id6502156163) or [Google Play Store](https://play.google.com/store/apps/details?id=com.friend.ios)
  </Step>

  <Step title="Connect Your Device">
    Pair your Omi via Bluetooth
  </Step>

  <Step title="Check for Updates">
    The app will notify you when firmware updates are available
  </Step>
</Steps>

### Manual Firmware Update

<AccordionGroup>
  <Accordion title="Download Pre-built Firmware" icon="download">
    Download a pre-built firmware version from the [Omi GitHub Releases](https://github.com/BasedHardware/omi/releases?q=release_firmware+OMI+CV1).

    Look for releases tagged with `OMI CV1` for consumer device compatibility.
  </Accordion>

  <Accordion title="Compile Firmware Yourself" icon="code">
    For advanced users who want to customize the firmware:

    <Card title="Firmware Compilation Guide" icon="terminal" href="/doc/developer/firmware/Compile_firmware">
      Learn how to build firmware from source
    </Card>
  </Accordion>
</AccordionGroup>

***

## Open Source Hardware

<Card title="Open Source Design Files" icon="code-branch" href="/doc/hardware/consumer">
  Complete PCB schematics, Gerbers, Altium source, mechanical STEP files, BOM, and assembly guides — all MIT licensed
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="DevKit 2" icon="microchip" href="/doc/hardware/DevKit2">
    Developer version with 8GB storage
  </Card>

  <Card title="Omi Glass" icon="glasses" href="/doc/hardware/omiGlass">
    Glasses form factor variant
  </Card>

  <Card title="Firmware Guide" icon="code" href="/doc/developer/firmware/Compile_firmware">
    Compile custom firmware
  </Card>

  <Card title="App Setup" icon="mobile" href="/doc/get_started/introduction">
    Get started with the Omi app
  </Card>

  <Card title="Painting Omi" icon="paint-roller" href="/doc/hardware/PaintingOMI">
    Guide on painting your device
  </Card>
</CardGroup>
