> ## 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.

# Build Your Own Omi Device

> As an open-source community, we empower enthusiasts to create their own Omi devices. This guide focuses on building the DevKit 1, as later versions use custom PCBs not suited for DIY assembly.

## Overview

Building your own Omi device is a rewarding experience that gives you complete control over your hardware. This guide covers everything you need to know to build the **DevKit 1**.

<CardGroup cols={2}>
  <Card title="Open Source" icon="code-branch">
    All designs are freely available
  </Card>

  <Card title="Full Control" icon="sliders">
    Customize your build as needed
  </Card>

  <Card title="Learning Experience" icon="graduation-cap">
    Gain hands-on electronics skills
  </Card>

  <Card title="Community Support" icon="users">
    Get help from fellow builders
  </Card>
</CardGroup>

***

## Is This Guide for You?

<Warning>
  Building your own Omi device requires **advanced knowledge** of soldering and basic electronics. If you're new to electronics, consider purchasing a pre-built device instead.
</Warning>

| Skill Level  | Recommendation                           |
| ------------ | ---------------------------------------- |
| Beginner     | Purchase from [Omi Shop](https://omi.me) |
| Intermediate | Follow this guide with extra caution     |
| Advanced     | This guide is perfect for you            |

***

## Is It Cheaper?

<Note>
  While building your own device is a great learning experience, it may not always be cheaper than purchasing from our [Shop](https://omi.me).
</Note>

Consider these factors before deciding:

<CardGroup cols={2}>
  <Card title="Parts Availability" icon="box">
    Component prices vary by region
  </Card>

  <Card title="Shipping Costs" icon="truck">
    Multiple vendors mean multiple shipping fees
  </Card>

  <Card title="Tools Required" icon="screwdriver-wrench">
    You may need to purchase tools
  </Card>

  <Card title="Time Investment" icon="clock">
    Assembly takes several hours
  </Card>
</CardGroup>

<Tip>
  Compare the total cost of parts, tools, and shipping against the shop price before deciding to build your own.
</Tip>

***

## Requirements

### Skills Needed

<CardGroup cols={3}>
  <Card title="Soldering" icon="fire">
    Through-hole and surface-mount experience
  </Card>

  <Card title="Electronics" icon="microchip">
    Basic PCB and circuit understanding
  </Card>

  <Card title="Microcontrollers" icon="memory">
    Familiarity with programming boards
  </Card>
</CardGroup>

### Tools & Materials

| Tool              | Purpose               |
| ----------------- | --------------------- |
| Soldering iron    | Connecting components |
| Solder            | Joining connections   |
| Fine-tip tweezers | Handling small parts  |
| Wire stripper     | Preparing wires       |
| 3D printed case   | Device enclosure      |

***

## Important Notes

<Warning>
  **Safety First:** Always follow safety precautions when working with electronics and soldering equipment. Work in a well-ventilated area and wear appropriate protective equipment.
</Warning>

<Info>
  **Custom PCBs:** The DevKit 2 and Omi CV1 use custom PCBs, making them unsuitable for DIY assembly without specialized manufacturing equipment. This guide focuses on DevKit 1 only.
</Info>

***

## Ready to Build?

<Steps>
  <Step title="Get the Parts">
    Review and purchase all components from the parts list
  </Step>

  <Step title="Print the Case">
    3D print or order the enclosure
  </Step>

  <Step title="Assemble the Device">
    Follow the step-by-step build guide
  </Step>

  <Step title="Flash Firmware">
    Install the latest firmware
  </Step>
</Steps>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Parts List" icon="list-check" href="/doc/assembly/Buying_Guide">
    See all required components and where to buy them
  </Card>

  <Card title="Build Guide" icon="screwdriver-wrench" href="/doc/assembly/Build_the_device">
    Step-by-step assembly instructions
  </Card>

  <Card title="Flash Firmware" icon="bolt" href="/doc/get_started/Flash_device">
    Install firmware on your device
  </Card>

  <Card title="Buy Pre-built" icon="cart-shopping" href="https://omi.me">
    Purchase a ready-made device instead
  </Card>
</CardGroup>
