Back to Omi

Omi

docs/doc/hardware/OmiConsumer.mdx

3.0.0-Android-App3.1 KB
Original Source

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

ComponentSpecification
ProcessornRF5340 dual-core Bluetooth LE SoC
WirelessnRF7002 Wi-Fi 6 chip
AudioDual T5838 top-port PDM microphones
Form FactorConsumer-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>
<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>