You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,15 +103,31 @@ The Arduino UNO Q can be powered by:
103
103
104
104
### Install Arduino App Lab
105
105
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.
107
109
108
110

109
111
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
+

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.
***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
+

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®.
Copy file name to clipboardExpand all lines: content/hardware/02.uno/boards/uno-q/tutorials/02.single-board-computer/content.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,9 @@ You can add more functionalities to your UNO Q single-board computer by adding e
175
175
176
176
## Network Mode
177
177
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.
179
181
180
182
- When you open Arduino App Lab, you will see your board listed with the "Network" tag.
181
183
- Click on it and enter the Linux password to log in.
0 commit comments