Skip to content

Commit 42a26d1

Browse files
committed
Create If-your-Arduino-UNO-Q-is-not-detected-by-Arduino-App-Lab.md
1 parent f93f6f7 commit 42a26d1

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
title: "If your Arduino UNO Q is not detected by Arduino App Lab"
3+
---
4+
5+
When Arduino App Lab starts, it will look for Arduino UNO Q boards connected on a USB port, [TODO]
6+
7+
In this article:
8+
9+
- [If your board is not detected via USB](#if-your-board-is-not-detected-via-usb)
10+
- [If your board is not detected via Wi-Fi](#if-your-board-is-not-detected-via-wi-fi)
11+
- [If your board is still not detected](#if-your-board-is-not-detected-via-wi-fi)
12+
13+
---
14+
15+
## If your board is not detected via USB
16+
17+
Try again after each step:
18+
19+
1. [Disconnect and reconnect your board](#disconnect-and-reconnect-your-board)
20+
2. [Check board connections](#check-board-connections)
21+
22+
### 1. Disconnect and reconnect your board {#disconnect-and-reconnect-your-board}
23+
24+
1. Disconnect and reconnect your board to reset its power.
25+
1. Verify that at least one LED on your board lights on.<!-- TODO -->
26+
1. Wait for the Arduino UNO Q to fully boot up. AT first, the LED matrix will display a swirling animation the shape of the Arduino logo. Once the board has finished booting, the LED matrix will instead display a heartbeat animation.
27+
1. Check for any system notifications that may prompt you to grant USB device permissions, and allow them if they appear.
28+
29+
### 2. Check board connections {#check-board-connections}
30+
31+
A common reason for a board not being detected is an issue with the USB connection. Follow the instructions below to ensure a proper setup:
32+
33+
- *Use a Data USB Cable*: Connect your board with a data USB cable, not a charging-only cable.
34+
- *Test the USB Cable*: Confirm the cable is working by testing it with another device or trying a different cable.
35+
- *Connect directly*: Connect the board directly to your computer instead of through a USB hub.
36+
- *Try a Different USB Port*: If the board is still not detected, try a different USB port on your computer.
37+
- *Disconnect jumper cables*: Remove any jumper cables connected to the board’s pins, as they may interfere with detection.
38+
39+
Some USB accessories are not compatible with Arduino UNO Q:
40+
41+
- Arduino UNO Q is not compatible with Apple USB-C hubs.
42+
- Arduino UNO Q may not be detected when connected to USB-A ports on some USB hubs.
43+
44+
---
45+
46+
## If your board is not detected via Wi-Fi
47+
48+
Try again after each step:
49+
50+
1. [Restart your board](#restart-your-board)
51+
2. [Check your Wi-Fi configuration](#check-your-wi-fi-configuration)
52+
53+
> [!IMPORTANT]
54+
> To detect a UNO Q via Wi-Fi, you first need to connect to it via USB and configure the network connection.
55+
56+
### 1. Restart your board {#restart-your-board}
57+
58+
1. Disconnect and reconnect UNO Q from it's power supply.
59+
1. Verify that at least one LED on your board lights on.
60+
1. Wait for the Arduino UNO Q to fully boot up. AT first, the LED matrix will display a swirling animation the shape of the Arduino logo. Once the board has finished booting, the LED matrix will instead display a heartbeat animation.
61+
62+
### 2. Check your Wi-Fi configuration {#check-your-wi-fi-configuration}
63+
64+
1. Ensure that your Wi-Fi router or access point is turned on and accessible.
65+
1. Ensure that your computer and your UNO Q board are connected to the same Wi-Fi network.
66+
1. Verify that your UNO Q board has the correct Wi-Fi name and password in [Single-Board Computer mode](https://docs.arduino.cc/tutorials/uno-q/single-board-computer/).

0 commit comments

Comments
 (0)