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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ The connectors are placed in the back of the robot, the pinout is shown in the f
145
145
146
146
## Coding Alvik
147
147
148
-

148
+

149
149
150
150
In order for Alvik to work properly three things have to be set correctly:
151
151
@@ -159,7 +159,7 @@ Alvik comes with a preinstalled version of libraries and firmware, but in case y
159
159
160
160
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.
If something goes wrong it means you need to upload the MicroPython firmware on the Nano ESP32.
165
165
@@ -185,7 +185,7 @@ Open **Arduino Lab for MicroPython** and **connect** Alvik. Then:
185
185
186
186
- Repeat for all the files, from all folders
187
187
188
-

188
+

189
189
190
190
3. Install mpremote
191
191
@@ -531,7 +531,7 @@ Alvik have two controllers
531
531
532
532
### Line Follower
533
533
534
-
## Updating Alvik
534
+
## Updating Alvik
535
535
536
536
### Updating Alvik's Brain (Nano ESP32)
537
537
@@ -587,9 +587,9 @@ With this last step, your Nano ESP32 has been set up with the Alvik out of the b
587
587
588
588
4. Turn ON your alvik, go to the Editor tab and tun the following commands by typing them and clicking on the "Play" button
589
589
590
-
```shell
590
+
```
591
591
from arduino_alvik import update_firmware
592
-
592
+
593
593
update_firmware('./firmware_1_0_0.bin')
594
594
```
595
595
@@ -667,7 +667,7 @@ while (True):
667
667
668
668

669
669
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`***
671
671
672
672
**6. **The last step is to move the _obstacle_avoider.py_ file from the local repository to Alvik's memory.
0 commit comments