ESP32 docs fix
This commit is contained in:
parent
a0d1e7038b
commit
ec00cd0617
|
@ -1,7 +0,0 @@
|
||||||
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.
|
|
||||||
|
|
||||||
<div style="display: flex; justify-content: center;">
|
|
||||||
<img src="../esp32/assets/m5atomecho.png" alt="M5Atom ESP32 Pico" width="60%" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
To set up the M5Atom for use with 01 Light, please follow the detailed instructions in our [ESP32 Setup Guide](../esp32/esp32-setup.md). This guide will walk you through the process of installing the necessary firmware and configuring your device.
|
|
|
@ -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.
|
|
@ -78,12 +78,7 @@
|
||||||
"hardware/01-light/connect"
|
"hardware/01-light/connect"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
"hardware/esp32/esp32",
|
||||||
"group": "ESP32",
|
|
||||||
"pages": [
|
|
||||||
"hardware/esp32/esp32-setup"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"hardware/custom_hardware",
|
"hardware/custom_hardware",
|
||||||
"hardware/desktop",
|
"hardware/desktop",
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,12 +10,11 @@ To install the 01 software:
|
||||||
```bash
|
```bash
|
||||||
# Clone the repo and navigate into the 01 directory
|
# Clone the repo and navigate into the 01 directory
|
||||||
git clone https://github.com/OpenInterpreter/01.git
|
git clone https://github.com/OpenInterpreter/01.git
|
||||||
|
cd 01
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run the 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:
|
Navigate to the project's software directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -110,9 +110,4 @@ description: "Frequently Asked Questions"
|
||||||
recommended gpt models: "OpenAI encrypts all data at rest (AES-256) and in
|
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
|
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.
|
I'd expect all large providers to have the same encryption standards.
|
||||||
</Accordion>
|
</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?
|
|
Loading…
Reference in New Issue