From 351f9ae8537f732f0a3ecbb5556edd599de9b874 Mon Sep 17 00:00:00 2001 From: Ernesto Voltaggio <92443068+91volt@users.noreply.github.com> Date: Tue, 16 Dec 2025 07:33:10 +0100 Subject: [PATCH 1/3] Add local discovery informations --- .../boards/uno-q/tutorials/01.user-manual/content.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md index e0e5b6680f..eebd27bc17 100644 --- a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md +++ b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md @@ -121,13 +121,18 @@ To install it in your personal computer for a **PC Hosted** setup, go to the [so 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. -- When you open Arduino App Lab, you will see your board listed with the "Network" tag. +- When you open Arduino App Lab, your board will appear with the **Network** tag if it can be discovered on your local network. - Click on it and enter the Linux password to log in. - You will now have access to the board remotely. ![Network Mode](assets/network-mode.gif) -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®. +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. + +**Note** +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. + +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®. ### Hello World Example From 1babdbd938a7716d4bc4be7f37a346c06e48e047 Mon Sep 17 00:00:00 2001 From: Ernesto Voltaggio <92443068+91volt@users.noreply.github.com> Date: Tue, 16 Dec 2025 07:34:45 +0100 Subject: [PATCH 2/3] Fix network mode section --- .../02.uno/boards/uno-q/tutorials/01.user-manual/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md index eebd27bc17..8dc18ca4fd 100644 --- a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md +++ b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md @@ -127,6 +127,8 @@ Even when you have set up your Arduino UNO Q as a **single-board computer**, you ![Network Mode](assets/network-mode.gif) +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®. + 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. **Note** From 99f6dc2f12f66a7e1827d3166b6868c398ffbd64 Mon Sep 17 00:00:00 2001 From: Ernesto Voltaggio <92443068+91volt@users.noreply.github.com> Date: Tue, 16 Dec 2025 07:48:31 +0100 Subject: [PATCH 3/3] Fix network mode section --- .../02.uno/boards/uno-q/tutorials/01.user-manual/content.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md index 8dc18ca4fd..d17088b9de 100644 --- a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md +++ b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md @@ -134,7 +134,6 @@ Network Mode relies on **local network discovery (mDNS)** to automatically find **Note** 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. -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®. ### Hello World Example