diff --git a/docs/hardware/01-light/chip.md b/docs/hardware/01-light/chip.md
new file mode 100644
index 0000000..ad86487
--- /dev/null
+++ b/docs/hardware/01-light/chip.md
@@ -0,0 +1,7 @@
+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.
+
+
+
+ Hardcoding is recommended for a more streamlined setup and development environment. However, if you don't hardcode these values or if the ESP32 can't connect using the provided information, it will automatically default to a captive portal for configuration.
+
+
+
+5. Go to Tools -> Board -> Boards Manager, search "esp32", then install the boards by Arduino and Espressif.
@@ -60,7 +72,7 @@ To set up the ESP32 for use with 01, follow this guide to install the firmware:
6. To flash the .ino to the board, connect the board to the USB port.
-
+
7. Select the port from the dropdown on the IDE, then select the M5Atom board (or M5Stack-ATOM if you have that).
diff --git a/docs/hardware/01-light/esp32/esp32.mdx b/docs/hardware/esp32/esp32.mdx
similarity index 100%
rename from docs/hardware/01-light/esp32/esp32.mdx
rename to docs/hardware/esp32/esp32.mdx
diff --git a/docs/mint.json b/docs/mint.json
index c1baca8..5321e66 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -55,18 +55,29 @@
{
"group": "01 Light",
"pages": [
+ "hardware/01-light/introduction",
"hardware/01-light/materials",
"hardware/01-light/case",
"hardware/01-light/assembly",
- "hardware/01-light/esp32",
+ "hardware/01-light/chip",
"hardware/01-light/connect"
]
},
+ {
+ "group": "ESP32",
+ "pages": [
+ "hardware/esp32/esp32-setup"
+ ]
+ },
"hardware/custom_hardware",
"hardware/desktop",
{
"group": "Mobile",
- "pages": ["hardware/mobile/ios", "hardware/mobile/android", "hardware/mobile/privacy"]
+ "pages": [
+ "hardware/mobile/ios",
+ "hardware/mobile/android",
+ "hardware/mobile/privacy"
+ ]
}
]
},