Skip to content

Commit 6b9b36e

Browse files
committed
fixed spell check
1 parent 82ab248 commit 6b9b36e

File tree

1 file changed

+10
-10
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started

1 file changed

+10
-10
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -154,27 +154,27 @@ It may happen that you used your Nano ESP32 for other projects than Alvik, or yo
154154
2. Download the Alvik micropyton libraries
155155

156156
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)
158158

159159
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
160160

161161
![Setting the FW path on the Labs for micropython](assets/fw_path.png)
162162

163-
163+
164164

165165
4. Make sure your Alvik is OFF, connect it to your computer and then, turn it ON
166166

167167
![Alvik USB Connection](assets/connecting-final.gif)
168168

169-
169+
170170

171171
5. Connect your Alvik to the Arduino Labs for micropython and open the "lib"
172172
![Setting the FW path on the Labs for micropython](assets/lib_folder.png)
173173

174174
6. Select the "Arduino-alvik" and move it to the "lib" folder in your Alvik.
175175
![Setting the FW path on the Labs for micropython](assets/moving_alvik_folder.png)
176176

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.
178178
![Setting the FW path on the Labs for micropython](assets/moving_ucPack.png)
179179

180180
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
187187

188188
![Setting the FW path on the Labs for micropython](assets/moving_examples.png)
189189

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.
191191

192192
### Updating Alvik's Body (STM32)
193193

@@ -201,18 +201,18 @@ With this last step, your Nano ESP32 has been setted up with the Alvik out of th
201201
3. Let's move now the "firmware_x_x_x.bin" to the main root.
202202
![Setting the FW path on the Labs for micropython](assets/moving_fw_bin.png)
203203

204-
204+
205205

206206
4. Turn ON your alvik, go to the Editor tab and tun the following commands by typing them and clicking on the "Play" button
207207
```shell
208208
from arduino_alvik import update_firmware
209-
209+
210210
update_firmware('./firmware_1_0_0.bin')
211211
```
212212

213213
![Setting the FW path on the Labs for micropython](assets/flashing_fw.png)
214214

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.
216216

217217
## Maintenance
218218

@@ -429,7 +429,7 @@ Now you can open the Arduino Lab for MicroPython, connect Alvik and open the exa
429429

430430
Open the example called `bender.py`, launch it and see on your display the image of Bender's robot.
431431

432-
<!--
432+
<!--
433433
## Julian Proposal
434434
435435
## What is Alvik
@@ -525,4 +525,4 @@ Alvik have two controllers
525525
## Want more?
526526
527527
## Need Help?
528-
-->
528+
-->

0 commit comments

Comments
 (0)