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/getting-started/getting-started.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Getting Started with Alvik"
3
3
difficulty: beginner
4
-
description: "Take your first steps with Alvik."
4
+
description: "Take your first steps with Arduino® Alvik."
5
5
tags:
6
6
- Robot
7
7
author: "Jose Garcia"
@@ -82,7 +82,9 @@ while (True):
82
82
83
83

84
84
85
-
***Make sure that Alvik is OFF before connecting it to your computer.***
85
+
***As a good practice, to prevent the Alvik from falling off the table, turn it OFF when you are programming it..***
86
+
87
+
***For Alvik to be recognized by your computer, it must be turned OFF.***
86
88
87
89
**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`.
0 commit comments