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/01.getting-started/getting-started.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -154,27 +154,27 @@ It may happen that you used your Nano ESP32 for other projects than Alvik, or yo
154
154
2. Download the Alvik micropyton libraries
155
155
156
156
1. Alvik micropython libraries from the [Alvik repository](https://github.com/arduino/arduino-alvik-mpy/tree/main)
157
-
2. ucPack libraries from the [ucPack repository](https://github.com/arduino/ucPack-mpy/tree/main)
157
+
2. ucPack libraries from the [ucPack repository](https://github.com/arduino/ucPack-mpy/tree/main)
158
158
159
159
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
160
160
161
161

162
162
163
-
163
+
164
164
165
165
4. Make sure your Alvik is OFF, connect it to your computer and then, turn it ON
166
166
167
167

168
168
169
-
169
+
170
170
171
171
5. Connect your Alvik to the Arduino Labs for micropython and open the "lib"
172
172

173
173
174
174
6. Select the "Arduino-alvik" and move it to the "lib" folder in your Alvik.
175
175

176
176
177
-
7. Go back to the main folder and select the "ucPack-mpy-main" folder and move it next ot the arduino_alvik inside the "lib" folder in your Nano ESP32.
177
+
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.
178
178

179
179
180
180
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.
@@ -187,7 +187,7 @@ It may happen that you used your Nano ESP32 for other projects than Alvik, or yo
187
187
188
188

189
189
190
-
With this last step, your Nano ESP32 has been setted up with the Alvik out of the box experience and is ready to be used.
190
+
With this last step, your Nano ESP32 has been set up with the Alvik out of the box experience and is ready to be used.
191
191
192
192
### Updating Alvik's Body (STM32)
193
193
@@ -201,18 +201,18 @@ With this last step, your Nano ESP32 has been setted up with the Alvik out of th
201
201
3. Let's move now the "firmware_x_x_x.bin" to the main root.
202
202

203
203
204
-
204
+
205
205
206
206
4. Turn ON your alvik, go to the Editor tab and tun the following commands by typing them and clicking on the "Play" button
207
207
```shell
208
208
from arduino_alvik import update_firmware
209
-
209
+
210
210
update_firmware('./firmware_1_0_0.bin')
211
211
```
212
212
213
213

214
214
215
-
After executing these commands, there will be updates of the process on the prompt, once the process finishes, the firmware of your alvik will be updated.
215
+
After executing these commands, there will be updates of the process on the prompt, once the process finishes, the firmware of your alvik will be updated.
216
216
217
217
## Maintenance
218
218
@@ -429,7 +429,7 @@ Now you can open the Arduino Lab for MicroPython, connect Alvik and open the exa
429
429
430
430
Open the example called `bender.py`, launch it and see on your display the image of Bender's robot.
0 commit comments