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/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Alvik is a robot with two controllers and a wide range of sensors and actuators.
27
27
Inside the Arduino Alvik package you'll find the following items:
28
28
29
29
- Alvik robot
30
-
- 18650 Li-Ion battery attached to the robot
30
+
- 18650 Li-Ion battery attached to the robot
31
31
- USB-C® to USB-C® cable
32
32
33
33
### Alvik Overview
@@ -255,8 +255,8 @@ It may happen that you used your Nano ESP32 for other projects than Alvik, or yo
255
255
256
256
2. Download the Alvik micropyton libraries
257
257
258
-
1. Alvik micropython libraries from the [Alvik repository](https://github.com/arduino/arduino-alvik-mpy/tree/main)
259
-
2. ucPack libraries from the [ucPack repository](https://github.com/arduino/ucPack-mpy/tree/main)
258
+
Alvik micropython libraries from the [Alvik repository](https://github.com/arduino/arduino-alvik-mpy/tree/main)
259
+
ucPack libraries from the [ucPack repository](https://github.com/arduino/ucPack-mpy/tree/main)
260
260
261
261
3. Unzip both of the downloaded libraries in a single "Alvik" folder, open the Arduino Lab for MicroPython, go to the "files" tab and set the path to the unzipped folder on the Arduino Lab for Micropython
262
262
@@ -277,11 +277,11 @@ It may happen that you used your Nano ESP32 for other projects than Alvik, or yo
277
277
278
278
8. Now go back to the main root of the files system on the Nano ESP32. Then in your local folder navigate to the examples folder once there, select the following files and move them to the main folder of the ESP32.
279
279
280
-
1.demo.py
281
-
2.hand_follower.py
282
-
3.line_follower.py
283
-
4.main.py
284
-
5.touch_move.py
280
+
`demo.py`
281
+
`hand_follower.py`
282
+
`line_follower.py`
283
+
`main.py`
284
+
`touch_move.py`
285
285
286
286

287
287
@@ -802,7 +802,7 @@ In this example, the robot uses its line follower sensor array to navigate along
802
802
```
803
803
804
804
**Outputs:**
805
-
-`color`: The label of the color as recognized by the sensor. These can be:
805
+
`color`: The label of the color as recognized by the sensor. These can be:
The `<device port>` is the name of the USB port that your computer assigned to the Nano ESP32. There are several ways to find it, depending on your Operating System, for example:
1630
1630
1631
-
- You can use the Arduino IDE to know the port by [following this guide](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE).
1632
-
- You can look it using the Arduino Lab for MicroPython by clicking `Connect` after have connected the Alvik with the USB cable.
1633
-
- You can look at the list of the USB devices attached to the PC
1631
+
You can use the Arduino IDE to know the port by [following this guide](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE).
1632
+
You can look it using the Arduino Lab for MicroPython by clicking `Connect` after have connected the Alvik with the USB cable.
1633
+
You can look at the list of the USB devices attached to the PC
0 commit comments