Skip to content

Commit 9c9427c

Browse files
committed
Add instructions on how to set an app as default
1 parent ff69bed commit 9c9427c

File tree

1 file changed

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

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,29 @@ You should now see the red LED of the built-in RGB LED turning on for one second
154154

155155
***The LED controlled in this example is driven by the STM32 microcontroller through the Arduino sketch.***
156156

157+
### Running an App at Startup
158+
159+
You can configure a specific App to launch automatically whenever the UNO Q is powered on. This is useful for standalone projects where the board operates without a computer connection.
160+
161+
**Note:** You cannot set a built-in **Example** as the startup app directly from the UI. You must first click **Copy and edit app** from the example or create a new **App** from scratch.
162+
163+
1. Open your custom App (or the copy of an example).
164+
2. Locate the **Run** button in the top right corner.
165+
3. Click the arrow (▼) next to the Run button to open the menu.
166+
4. Toggle the **Run at startup** switch to the **ON** position.
167+
168+
![Run at startup option](assets/run-at-startup.png)
169+
170+
Once configured, a **DEFAULT** badge will appear next to your App's name, indicating it will run automatically upon boot.
171+
172+
#### Advanced: Using the CLI
173+
174+
Alternatively, you can set the default app using the command line interface (CLI) inside the UNO Q terminal:
175+
176+
```bash
177+
arduino-app-cli properties set default user:<NAME_OF_YOUR_APP>
178+
```
179+
157180
### Arduino IDE (Beta)
158181

159182
The Arduino UNO Q is compatible with the standard Arduino IDE, allowing you to program the board using the familiar Arduino language and ecosystem.

0 commit comments

Comments
 (0)