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
Explicitly call out matching the env to the board, using xiao S3 Sense as an example
I and at least one other person in discord accidentally flashed wroom firmware to a Xiao S3 Sense because this section feels authoritative on which firmware to select irrespective of your board type.
Copy file name to clipboardExpand all lines: docs/hardware/Firmware/firmware.mdx
+11-3Lines changed: 11 additions & 3 deletions
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.
@@ -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