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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Powered by the Arduino® Nano ESP32, Alvik offers diverse learning paths through
17
17
18
18

19
19
20
-
Your Alvik robot is equipped with three ready-to-go examples. To choose one of the examples, just turn your Alvik ON, moving the switch located at the bottom right corner of the robot to the right, wait until the LEDs turn blue and use the Up and Down buttons to pick one color, then hit the "tick" confirmation button. It's that easy!
20
+
Your Alvik robot is equipped with three ready-to-go examples. To choose one of the examples, just turn your Alvik ON, move the switch located at the bottom right corner of the robot to the right, wait until the LEDs turn blue and use the Up and Down buttons to pick one color, then hit the "tick" confirmation button. It's that easy!
21
21
22
22
-**Red Program (Touch Mode):** Use the arrows to tell your robot what to do: up and down for moving forward and backward by 10 cm, and left and right for turning 90 degrees in each of the directions. The robot will collect instructions until you press the "tick" confirmation button. Once you press it, the robot will execute all the actions in order.
23
23
@@ -41,7 +41,7 @@ Now that all the previous steps have been set, let's see how to create custom pr

84
84
85
-
***As a good practice, to prevent the Alvik from falling off the table, turn it OFF when you are programming it..***
85
+
***As a good practice, to prevent the Alvik from falling off the table, turn it OFF when you are programming it.***
86
86
87
87
***For Alvik to be recognized by your computer, it must be turned OFF.***
88
88
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`.
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 with`import obstacle_avoider`.
90
90
91
91

92
92
@@ -96,10 +96,10 @@ while (True):
96
96
97
97

98
98
99
-
You are now all set, disconnect Alvik from the computer, put some obstacles around Alvik, turn it ON and see how Alvik navigates around your room avoiding them.
99
+
You are now all set, disconnect Alvik from the computer, put some obstacles around Alvik, turn it ON, and see how Alvik navigates around your room avoiding them.
100
100
101
101
### Next Steps
102
102
103
-
* There are a set of already build examples that will help you to better understand how Alvik works, you can download them from [this link](https://github.com/arduino/arduino-alvik-mpy/archive/refs/tags/0.2.0.zip), unzip them in your already created _alvik_ folder and you will be able to see them straight away in the Arduino Labs for MicroPython IDE.
103
+
* There is a set of already built examples that will help you to better understand how Alvik works, you can download them from [this link](https://github.com/arduino/arduino-alvik-mpy/archive/refs/tags/0.2.0.zip), unzip them in your already created _alvik_ folder and you will be able to see them straight away in the Arduino Labs for MicroPython IDE.
104
104
* If you want to learn more about how Alvik is built or which functions you can use to program it, visit the documentation in the [Docs space for Alvik](https://docs.arduino.cc/hardware/alvik/) and follow the respective [Alvik's User Manual]((https://docs.arduino.cc/hardware/alvik/user-manual) to know more about how to build incredible projects with your robot!
105
-
* If you want to follow step-by-step guided projects following a educational approach to learn MicroPython and robotics topics with Alvik, follow the [Explore Robotics in MicroPython](https://courses.arduino.cc/explore-robotics-micropython/) course.
105
+
* If you want to follow step-by-step guided projects following an educational approach to learn MicroPython and robotics topics with Alvik, follow the [Explore Robotics in MicroPython](https://courses.arduino.cc/explore-robotics-micropython/) course.
0 commit comments