m5 atom page

pull/289/head
Mike Bird 6 months ago
parent ca28f165b5
commit a5d345a55d

@ -1,6 +1,6 @@
---
title: "Setup"
description: "Get your 01 client up and running"
title: "M5 Atom"
description: "Prep your M5 Atom"
---
## ESP32 Playback
@ -16,27 +16,3 @@ To set up audio recording + playback on the ESP32 (M5 Atom), do the following:
4. The board needs to connect to WiFi. Once you flash, connect to ESP32 wifi "captive" which will get wifi details. Once it connects, it will ask you to enter 01OS server address in the format "domain.com:port" or "ip:port". Once its able to connect you can use the device.
5. To flash the .ino to the board, connect the board to the USB port, select the port from the dropdown on the IDE, then select the M5Atom board (or M5Stack-ATOM if you have that). Click on upload to flash the board.
## Desktop
### Server with a client
```bash
# run 01 with no args
poetry run 01
```
### Client only
```bash
poetry run 01 --client
```
### Flags
- `--client`
Run client.
- `--client-type TEXT`
Specify the client type.
Default: `auto`.

@ -41,11 +41,11 @@
},
{
"group": "Software Setup",
"pages": ["software/installation", "software/setup", "software/client"]
"pages": ["software/installation", "software/setup"]
},
{
"group": "Hardware Setup",
"pages": ["hardware/01-light"]
"pages": ["hardware/01-light", "hardware/m5atom"]
},
{
"group": "Using 01",

Loading…
Cancel
Save