Skip to content

Commit 39c4c3d

Browse files
authored
Merge pull request #2667 from arduino/mcmchris/uno-q/network-mode
[PXCT-1485] Specify that SBC / Network Mode works in parallel
2 parents 1fb3bec + bccf767 commit 39c4c3d

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed
2.73 MB
Loading
1010 KB
Loading

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,31 @@ The Arduino UNO Q can be powered by:
103103

104104
### Install Arduino App Lab
105105

106-
Arduino has introduced **Arduino App Lab**, a unified development environment that extends the classic Arduino experience into the world of high-performance computing. Arduino App Lab lets you seamlessly combine Arduino sketches, Python scripts, and containerized Linux applications into a single workflow. With intuitive building blocks called Bricks, preconfigured AI models, and integrated orchestration, it reduces complexity while enabling you to create everything from simple prototypes to advanced, computation-intensive applications.
106+
The [Arduino App Lab](https://docs.arduino.cc/software/app-lab/) is a unified development environment that extends the classic Arduino experience into the world of high-performance computing. Arduino App Lab lets you seamlessly combine Arduino sketches, Python scripts, and containerized Linux applications into a single workflow.
107+
108+
With code building blocks called Bricks, preconfigured AI models, and integrated orchestration, it reduces complexity while enabling you to create everything from simple prototypes to advanced, computation-intensive applications.
107109

108110
![Arduino App Lab IDE](assets/app-lab.png)
109111

110-
To install it, go to the [software section](https://www.arduino.cc/en/software/#app-lab-section) on our official website, scroll to Arduino App Lab and select your OS’s respective variant.
112+
Arduino App Lab comes **pre-installed** on the UNO Q and can be used in Single-Board Computer (SBC) mode. We highly recommend the <strong>4 GB of RAM</strong> UNO Q variant for a better **standalone** experience.
113+
114+
![SBC and PC hosted modes](assets/modes-2.png)
115+
116+
To install it in your personal computer for a **PC Hosted** setup, go to the [software section](https://www.arduino.cc/en/software/#app-lab-section) on our official website, scroll to Arduino App Lab and select your OS’s respective variant.
111117

112118
![Arduino App Lab Install](assets/app-lab-download.png)
113119

114-
***Arduino App Lab comes pre-installed on the UNO Q and can be used in single-board computer mode. We highly recommend the <strong>4 GB of RAM</strong> UNO Q variant for a better experience.***
120+
#### Network Mode
121+
122+
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.
123+
124+
- When you open Arduino App Lab, you will see your board listed with the "Network" tag.
125+
- Click on it and enter the Linux password to log in.
126+
- You will now have access to the board remotely.
127+
128+
![Network Mode](assets/network-mode.gif)
129+
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®.
115131

116132
### Hello World Example
117133

content/hardware/02.uno/boards/uno-q/tutorials/02.single-board-computer/content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ You can add more functionalities to your UNO Q single-board computer by adding e
175175

176176
## Network Mode
177177

178-
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**.
178+
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**.
179+
180+
This provides a flexible way of developing Apps on your computer, and testing them locally on the board, as both modes can be used simultaneously.
179181

180182
- When you open Arduino App Lab, you will see your board listed with the "Network" tag.
181183
- Click on it and enter the Linux password to log in.

0 commit comments

Comments
 (0)