Skip to content

Commit 9afdf89

Browse files
authored
docs: add image for Scratch for Arduino Uno Q in README (#28)
1 parent 39c8165 commit 9afdf89

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
# Scratch for Arduino Uno Q
22

3+
> Arduino UNO Q + Scratch = ❤️
4+
5+
## Description
6+
7+
Scratch for Arduino UNO Q is an Arduino App that runs Scratch directly on the board to control physical world (e.g., LEDs, buttons, and Arduino Modulino) with optional AI model integration.
8+
Accessible from any device via a browser, it makes coding, electronics, and AI hands-on and easy to explore.
9+
10+
![Scratch for Arduion UNO Q](./doc/scratch-unoq.png)
11+
312
## Installation
413

5-
- Connect to the board using `adb` following https://docs.arduino.cc/software/app-lab/tutorials/cli/ and open the `adb shell`
6-
- From inside the board, Install the latest `scratch-arduino-app` into the board running the command:
14+
- Connect the Arduino Uno Q board via USB
15+
- Open an `adb shell` into the board using [adb](https://docs.arduino.cc/software/app-lab/tutorials/cli/)
16+
- Copy and paste the following command into the terminal to install the latest `scratch-arduino-app` into the board:
717

818
```
919
curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/install.sh | bash
1020
```
1121

12-
- Open the `ArduinoAppLab` and start the app
13-
- Visit the `<IP_OR_BOARD_NAME>:7000` to open the Scratch App.
22+
- Open the Scratch interface at the `<IP_OR_BOARD_NAME>:7000` address
1423

1524
### Local development
1625

doc/scratch-unoq.png

210 KB
Loading

0 commit comments

Comments
 (0)