You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/hardware/Firmware/firmware.mdx
+12-4
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The following instructions are for users who have assembled their own hardware o
12
12
13
13
## Setup
14
14
15
-
Now that you've assembled your DIY Babble Tracker, you need to flash the firmware for it. This guide uses the wired/wireless `wroom` setup, although the setup process is similar for other devices.
15
+
Now that you've assembled your DIY Babble Tracker, you need to flash the firmware for it. This guide uses the wired/wireless `wroom` setup, although the setup process is similar for other boards.
16
16
17
17
:::info
18
18
At present moment wireless and wired firmware can only be used mutually exclusively, IE you can't switch them out on the fly.
@@ -29,7 +29,7 @@ In testing, sister projects like [VSCodium](https://vscodium.com/) do not suppor
29
29
:::
30
30
31
31
### Step 3
32
-
Download/Clone the [OpenIrirs repo](https://github.com/EyeTrackVR/OpenIris) from EyeTrackVR's Github.
32
+
Download/Clone the [OpenIrirs repo](https://github.com/RamesTheGeneric/OpenIris) from EyeTrackVR's Github.
33
33
34
34
### Step 4
35
35
Open the OpenIris repo inside of VSCode. You may get a prompt to open to an ESP workspace, if you do click on it!
@@ -40,10 +40,18 @@ You should now see something along the lines of this:
40
40
### Step 5
41
41
At this point, click on the platformio-ide extension on the left toolbar. It's the icon with a bug!
42
42
43
-
At the bottom, you'll see an `env:` field followed by the firmware to build and upload. For `wroom`, choose:
43
+
At the bottom, you'll see an `env:` field followed by the firmware to build and upload. You must select the env appropriate to both your board type **and** wired/wireless type.
44
+
45
+
For a `wroom` board:
44
46
-`env:Babble_USB-wrooms-s3` for wired
45
47
-`env:Babble-wrooms-s3` for wireless
46
48
49
+
For Xiao Sense S3:
50
+
-`env:xiaosenses3_USB_release` for wired
51
+
-`env:xiaosenses3_release` for wireless
52
+
53
+
Other supported boards will appear in the selector in wired/wireless variants. Make sure you select the appropriate env for your board.
54
+
47
55
<details>
48
56
<summary>If flashing wireless firmware, you'll need to set your wifi's `ssid`, `password` and `mdnsname`.</summary>
49
57
@@ -105,4 +113,4 @@ Select your device on the corresponding COM port. Then, click on the left arrow
For more information on how to use EyeTrackVR's firmware flashing tool, please refer to their [documentation](https://docs.eyetrackvr.dev/firmware_guide/flashing_tool).
116
+
For more information on how to use EyeTrackVR's firmware flashing tool, please refer to their [documentation](https://docs.eyetrackvr.dev/firmware_guide/flashing_tool).
0 commit comments