Skip to content

Commit 2e59093

Browse files
committed
fixing linter changes
1 parent da16c47 commit 2e59093

15 files changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The connectors are placed in the back of the robot, the pinout is shown in the f
145145

146146
## Coding Alvik
147147

148-
![Alvik USB Connection](/Users/josegardel/Documents/arduino_GH/docs-content-private/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/assets/connecting-final.gif)
148+
![Alvik USB Connection](assets/connecting-final.gif)
149149

150150
In order for Alvik to work properly three things have to be set correctly:
151151

@@ -159,7 +159,7 @@ Alvik comes with a preinstalled version of libraries and firmware, but in case y
159159

160160
Download and install the [Arduino Lab for MicroPython](https://labs.arduino.cc/en/labs/micropython), if you are able to connect the Arduino Nano ESP32 it means that you're board is ready. You have to see the **CONNECTED** yellow label at the bottom.
161161

162-
![Connection Succeeded](/Users/josegardel/Documents/arduino_GH/docs-content-private/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/assets/connection_succeeded.png)
162+
![Connection Succeeded](assets/connection_succeeded.png)
163163

164164
If something goes wrong it means you need to upload the MicroPython firmware on the Nano ESP32.
165165

@@ -185,7 +185,7 @@ Open **Arduino Lab for MicroPython** and **connect** Alvik. Then:
185185

186186
- Repeat for all the files, from all folders
187187

188-
![Delete all files](/Users/josegardel/Documents/arduino_GH/docs-content-private/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/assets/delete_files.png)
188+
![Delete all files](assets/delete_files.png)
189189

190190
3. Install mpremote
191191

@@ -531,7 +531,7 @@ Alvik have two controllers
531531
532532
### Line Follower
533533
534-
## Updating Alvik
534+
## Updating Alvik
535535
536536
### Updating Alvik's Brain (Nano ESP32)
537537
@@ -587,9 +587,9 @@ With this last step, your Nano ESP32 has been set up with the Alvik out of the b
587587
588588
4. Turn ON your alvik, go to the Editor tab and tun the following commands by typing them and clicking on the "Play" button
589589
590-
```shell
590+
```
591591
from arduino_alvik import update_firmware
592-
592+
593593
update_firmware('./firmware_1_0_0.bin')
594594
```
595595
@@ -667,7 +667,7 @@ while (True):
667667
668668
![Connecting Alvik to the IDE](/Users/josegardel/Documents/arduino_GH/docs-content-private/content/hardware/08.edu/solution-and-kits/alvik/tutorials/getting-started/assets/connecting_alvik_ide.gif)
669669
670-
*** If you want to go back to the out of the box experience where you could select between reg, green and blue programs, you only need to modify the _main.py_ again replacing the `import obstacle_avoider` statement by `import demo`***
670+
***If you want to go back to the out of the box experience where you could select between reg, green and blue programs, you only need to modify the _main.py_ again replacing the `import obstacle_avoider` statement by `import demo`***
671671
672672
**6. **The last step is to move the _obstacle_avoider.py_ file from the local repository to Alvik's memory.
673673

0 commit comments

Comments
 (0)