Skip to content

Commit 0fc2391

Browse files
authoredDec 31, 2024··
Merge pull request #62 from Project-Babble/main
Add stuff
2 parents adfc4c1 + 1b8822e commit 0fc2391

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed
 

‎docs/hardware/Firmware/firmware.mdx

+12-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following instructions are for users who have assembled their own hardware o
1212

1313
## Setup
1414

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.
1616

1717
:::info
1818
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
2929
:::
3030

3131
### 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.
3333

3434
### Step 4
3535
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:
4040
### Step 5
4141
At this point, click on the platformio-ide extension on the left toolbar. It's the icon with a bug!
4242

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:
4446
- `env:Babble_USB-wrooms-s3` for wired
4547
- `env:Babble-wrooms-s3` for wireless
4648

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+
4755
<details>
4856
<summary>If flashing wireless firmware, you'll need to set your wifi's `ssid`, `password` and `mdnsname`.</summary>
4957

@@ -105,4 +113,4 @@ Select your device on the corresponding COM port. Then, click on the left arrow
105113

106114
<img src={require("@site/static/img/firmware_ESP32.png").default}/>
107115

108-
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

Comments
 (0)