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
+13-15
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ At the back-right side of Alvik there is the main switch of the robot. When ON t
109
109
110
110
The battery is a rechargeable Li-ion 18650, it allows to run Alvik for 8+ hours non stop.
111
111
112
-
When you connect your Alvik to the computer, the Nano ESP32 reports the status of the battery through the terminal of the Arduino Lab for MicroPython and with its RGB status LED. In order to see the state of the battery, you need to call the `Alvik.begin()` function in any program or directly at the command line area.
112
+
When you connect your Alvik to the computer, the Nano ESP32 reports the status of the battery through the terminal of the Arduino Lab for MicroPython and with its RGB status LED. In order to see the state of the battery, you need to call the `alvik.begin()` function in any program or directly at the command line area.
113
113
114
114
When the battery is charging the status LED will blink RED for one second.
115
115
@@ -281,31 +281,30 @@ To get started to play with Alvik you will need the following hardware and softw
281
281
282
282
It may happen that you used your Nano ESP32 for other projects than Alvik, or you need to replace it. In order to make your Nano ESP32 work with Alvik, there are few steps needed:
283
283
284
-
1. Install the micropython bootloader on it following [this guide](https://docs.arduino.cc/micropython/basics/board-installation/).
285
-
286
-
2. Download the Alvik micropyton libraries
287
-
Alvik micropython libraries from the [Alvik repository](https://github.com/arduino/arduino-alvik-mpy/tree/main)
288
-
ucPack libraries from the [ucPack repository](https://github.com/arduino/ucPack-mpy/tree/main)
284
+
1. Install the micropython bootloader on it following [this guide](https://docs.arduino.cc/micropython/basics/board-installation/)
289
285
286
+
2. You will need to download two libraries:
287
+
* Alvik micropython libraries from the [Alvik repository](https://github.com/arduino/arduino-alvik-mpy/tree/main)
288
+
* ucPack libraries from the [ucPack repository](https://github.com/arduino/ucPack-mpy/tree/main)
290
289
291
290
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
292
291
293
-

292
+

294
293
295
294
4. Make sure your Alvik is OFF, connect it to your computer and then, turn it ON
296
295
297
296

298
297
299
-
5. Connect your Alvik to the Arduino Labs for micropython and open the "lib"
300
-

298
+
5. Connect your Alvik to the Arduino Labs for micropython and open the folder "lib" inside Alvik's files (left window)
299
+

301
300
302
-
6. Select the "Arduino-alvik" and move it inside the "lib" folder in your Alvik.
303
-

301
+
6. Select the "arduino_alvik" (right window) and move it inside the "lib" folder in your Alvik.
302
+

304
303
305
304
7. Go back to the main folder and select the "ucPack-mpy-main" folder and move it next to the arduino_alvik inside the "lib" folder in your Nano ESP32.
306
-

305
+

307
306
308
-
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.
307
+
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. Cnce there, select the following files and move them to the main folder of the ESP32.
309
308
310
309
`demo.py`
311
310
`hand_follower.py`
@@ -329,11 +328,10 @@ With this last step, your Nano ESP32 has been set up with the Alvik out of the b
329
328
3. Let's move now the "firmware_x_x_x.bin" to the main root.
330
329

331
330
332
-
4. Turn ON your alvik, go to the Editor tab and tun the following commands by typing them and clicking on the "Play" button
331
+
4. Turn ON your alvik, go to the Editor tab and write the following commands by typing them in the Python terminal and clicking on the "Play" button. You will need to change the "update_firmware command" to call the right name of your bin file.
0 commit comments