Skip to content

Commit

Permalink
ESP32 docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Sep 9, 2024
1 parent a0d1e70 commit ec00cd0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 21 deletions.
7 changes: 0 additions & 7 deletions docs/hardware/01-light/chip.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/hardware/01-light/chip.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


For the 01 Light project, we've chosen the M5Atom, which features an ESP32 Pico chip. This compact and powerful microcontroller is ideal for our needs, offering built-in Wi-Fi and Bluetooth capabilities, a microphone, speaker, and button.

To set up the M5Atom for use with 01 Light, please follow the detailed instructions in our [ESP32 Setup Guide](../esp32). This guide will walk you through the process of installing the necessary firmware and configuring your device.
File renamed without changes.
7 changes: 1 addition & 6 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@
"hardware/01-light/connect"
]
},
{
"group": "ESP32",
"pages": [
"hardware/esp32/esp32-setup"
]
},
"hardware/esp32/esp32",
"hardware/custom_hardware",
"hardware/desktop",
{
Expand Down
3 changes: 1 addition & 2 deletions docs/software/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ To install the 01 software:
```bash
# Clone the repo and navigate into the 01 directory
git clone https://github.com/OpenInterpreter/01.git
cd 01
```

## Run the 01

In order to run 01 on your computer, use [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer).

Navigate to the project's software directory:

```bash
Expand Down
7 changes: 1 addition & 6 deletions docs/troubleshooting/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,4 @@ description: "Frequently Asked Questions"
recommended gpt models: "OpenAI encrypts all data at rest (AES-256) and in
transit (TLS 1.2+)". This will be different for Anthropic, Ollama, etc. but
I'd expect all large providers to have the same encryption standards.
</Accordion>

- How do you build on top of the 01?
- What are minimum hardware requirements?
- What firmware do I use to connect? - What ideally do I need in my code to access
the server correctly?
</Accordion>

0 comments on commit ec00cd0

Please sign in to comment.