docs/doc/hardware/OmiConsumer.mdx
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>| 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 |
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>Look for releases tagged with `OMI CV1` for consumer device compatibility.
<Card title="Firmware Compilation Guide" icon="terminal" href="/doc/developer/firmware/Compile_firmware">
Learn how to build firmware from source
</Card>