01 light docs

pull/291/head
Mike Bird 5 months ago
parent 6ad16c419e
commit a215233c2c

@ -9,7 +9,7 @@ Watch this video from James at CAD9 Design for a detailed guide on assembling yo
width="560" width="560"
height="315" height="315"
src="https://www.youtube.com/embed/37a5bgvoZy8" src="https://www.youtube.com/embed/37a5bgvoZy8"
frameborder="0" frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen allowfullscreen
></iframe> ></iframe>

@ -13,7 +13,7 @@ Watch this video from James at CAD9 Design for a deep dive on his design.
width="560" width="560"
height="315" height="315"
src="https://www.youtube.com/embed/BjoO0Kt-IWM" src="https://www.youtube.com/embed/BjoO0Kt-IWM"
frameborder="0" frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen allowfullscreen
></iframe> ></iframe>

@ -5,10 +5,10 @@ description: "How to setup the ESP32"
To set up the ESP32 for use with 01, follow this guide to install the firmware: To set up the ESP32 for use with 01, follow this guide to install the firmware:
1. Download [Arduino IDE](https://www.arduino.cc/en/software) 1. Download [Arduino IDE](https://www.arduino.cc/en/software).
2. Get the firmware by copying the contents of [client.ino](https://github.com/OpenInterpreter/01/blob/main/software/source/clients/esp32/src/client/client.ino) from the 01 repository. 2. Get the firmware by copying the contents of [client.ino](https://github.com/OpenInterpreter/01/blob/main/software/source/clients/esp32/src/client/client.ino) from the 01 repository.
3. Open Arduino IDE and paste the client.ino contents 3. Open Arduino IDE and paste the client.ino contents.
4. Go to Tools -> Board -> Boards Manager, search "esp32", then install the boards by Arduino and Espressif 4. Go to Tools -> Board -> Boards Manager, search "esp32", then install the boards by Arduino and Espressif.
5. Go to Tools -> Manage Libraries, then install the following: 5. Go to Tools -> Manage Libraries, then install the following:
- M5Atom by M5Stack [Reference](https://www.arduino.cc/reference/en/libraries/m5atom/) - M5Atom by M5Stack [Reference](https://www.arduino.cc/reference/en/libraries/m5atom/)
@ -24,7 +24,7 @@ Watch this video from Thomas for a step-by-step guide on flashing the ESP32 and
width="560" width="560"
height="315" height="315"
src="https://www.youtube.com/embed/Y76zed8nEE8" src="https://www.youtube.com/embed/Y76zed8nEE8"
frameborder="0" frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen allowfullscreen
></iframe> ></iframe>

Loading…
Cancel
Save