Skip to content

Commit 351f9ae

Browse files
committed
Add local discovery informations
1 parent 5e97088 commit 351f9ae

File tree

1 file changed

+7
-2
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual

1 file changed

+7
-2
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,18 @@ To install it in your personal computer for a **PC Hosted** setup, go to the [so
121121

122122
Even when you have set up your Arduino UNO Q as a **single-board computer**, you can access it remotely from your personal machine by using the Arduino App Lab desktop and the **Network Mode**. Both modes can be used simultaneously.
123123

124-
- When you open Arduino App Lab, you will see your board listed with the "Network" tag.
124+
- When you open Arduino App Lab, your board will appear with the **Network** tag if it can be discovered on your local network.
125125
- Click on it and enter the Linux password to log in.
126126
- You will now have access to the board remotely.
127127

128128
![Network Mode](assets/network-mode.gif)
129129

130-
With this method, you can access your UNO Q from any machine in your local network. This allows you to use Arduino App Lab as if you were connected directly to the board, where you can develop & run Apps in the same way as if it was connected via USB-C®.
130+
Network Mode relies on **local network discovery (mDNS)** to automatically find boards on the same network. Some network configurations such as guest Wi-Fi, corporate or IoT networks, VPNs, or strict firewall rules may prevent automatic discovery, even if the board is connected to Wi-Fi.
131+
132+
**Note**
133+
Being able to access the board via browser, SSH, or IP address does not guarantee that it will appear in Network Mode. Arduino App Lab uses local network discovery to list boards automatically.
134+
135+
With this method, you can access your UNO Q from other machines on the same local network using Arduino App Lab. When the board is discovered, you can develop and run Apps in the same way as if it were connected directly via USB-C®.
131136

132137
### Hello World Example
133138

0 commit comments

Comments
 (0)