You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
01/docs/hardware/custom_hardware.mdx

17 lines
430 B

---
title: "Custom Hardware"
description: "Control 01 from your own device"
---
You can build your own custom hardware that uses the 01 server.
To use 01 with your custom hardware, run the server:
```bash
poetry run 01 --server
```
You may need to set additional parameters via [flags](/software/flags) depending on your setup.
To transmit audio commands to 01, send LMC audio chunks to the websocket defined by your server.