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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Inside the Arduino Alvik package you'll find the following items:
28
28
29
29
- Alvik robot
30
30
- 18650 Li-Ion battery attached to the robot
31
-
- USB-C to USB-C cable
31
+
- USB-C® to USB-C® cable
32
32
33
33
### Alvik Overview
34
34
@@ -208,7 +208,7 @@ The connectors are placed in the back of the robot, the pinout is shown in the f
208
208
209
209
The Arduino Alvik robot package includes the following items:
210
210
- Alvik robot
211
-
- USB-C to USB-C cable
211
+
- USB-C® to USB-C® cable
212
212
- Phillips screwdriver
213
213
- 18650 Li-Ion battery
214
214
@@ -311,7 +311,7 @@ With this last step, your Nano ESP32 has been set up with the Alvik out of the b
311
311
312
312
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.
313
313
314
-
### Hello Alvik! Your first program!
314
+
### Hello Alvik! Your First Program!
315
315
316
316
Alvik is intended to be programmed with MicroPyton. We recommend you to install the [Arduino Lab for MicroPython](https://labs.arduino.cc/en/labs/micropython) editor.
317
317
@@ -320,15 +320,15 @@ Now that all the previous steps have been set, let's see how to create custom pr
320
320
321
321
**1. **Create an Alvik folder in your computer and set it as the path of the Arduino Lab for MicroPython IDE
322
322
323
-

323
+

324
324
325
325
**2. **Create a new file "obstacle_avoider.py" in your local folder
**4. **Connect Alvik to your PC using the cable included in the box, under the tray.
375
375
376
-

376
+

377
377
378
378
***Make sure that Alvik is OFF before connecting it to your computer.***
379
379
380
380
**5. **Once Alvik is connected to the PC, connect it to the Arduino Lab for MicroPython and open the _main.py_ file in the Alvik folder. Once the file is opened let's replace the `import demo` statement by `import obstacle_avoider`.
381
381
382
-

382
+

383
383
384
384
***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`***
385
385
@@ -389,7 +389,7 @@ while (True):
389
389
390
390
You are now all set, disconnect Alvik from the computer, put some obstacles around Alvik, turn it ON and see how Alvik detects them and turns to avoid them.
0 commit comments