Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/keyword-spotting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The **Hey Arduino!** example triggers a LED matrix animation whenever the keywor

To use this example, we need to use **Network Mode**, as it requires a [USB-C® hub](https://store.arduino.cc/products/usb-c-to-hdmi-multiport-adapter-with-ethernet-and-usb-hub) (to connect the microphone).

Network mode is selected when launching the Arduino App Lab. You can read more about this the [Network Mode section](/first-setup#option-2-remote-connect-ssh).
Network mode is selected when launching the Arduino App Lab. You can read more about this the [Network Mode section](/learn/first-setup#option-2-remote-connect-ssh).

## Bricks Used

Expand Down
2 changes: 1 addition & 1 deletion examples/theremin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The theremin simulator example uses the following Bricks:

- Arduino App Lab

**Important:** A **USB-C® hub is mandatory** for this example. The UNO Q's single port must be used for the hub, which provides the necessary connections for both the power supply and the USB audio device. Consequently, this example must be run in **[Network Mode](learn/network-mode)** or **[SBC Mode](learn/single-board-computer)**.
**Important:** A **USB-C® hub is mandatory** for this example. The UNO Q's single port must be used for the hub, which provides the necessary connections for both the power supply and the USB audio device. Consequently, this example must be run in **[Network Mode](/learn/network-mode)** or **[SBC Mode](/learn/single-board-computer)**.

**Note:** **HDMI audio** and **Bluetooth® Speakers** are not supported by this App.

Expand Down