Setup
Get your 01 client up and running
ESP32 Playback
To set up audio recording + playback on the ESP32 (M5 Atom), do the following:
- Open Arduino IDE, and open the client/client.ino file
- Go to Tools -> Board -> Boards Manager, search “esp32”, then install the boards by Arduino and Espressif
- Go to Tools -> Manage Libraries, then install the following:
- 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.
- 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
Client only
Flags
-
--client
Run client. -
--client-type TEXT
Specify the client type. Default:auto
.