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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,14 @@ tags:
6
6
- Robot
7
7
author: "Jose Garcia"
8
8
---
9
-
# Getting Started With Alvik
9
+
##Getting Started With Alvik
10
10
11
11
Arduino® Alvik is a powerful and versatile robot specifically designed for programming and STEAM education.
12
12

13
13
14
14
Powered by the Arduino® Nano ESP32, Alvik offers diverse learning paths through different programming languages including MicroPython, the Arduino language, and block-based coding; enabling different possibilities to explore Robotics, IoT and Artificial Intelligence.
15
15
16
-
17
-
## Unboxing Alvik
16
+
### Unboxing Alvik
18
17
19
18

20
19
@@ -28,7 +27,7 @@ Your Alvik robot is equipped with three ready-to-go examples. To choose one of t
28
27
29
28
Now that you have played with Alvik and have seen it moving, it is time to know more in-depth how it is built and how to get much more than the out-of-the-box experience from it.
30
29
31
-
## Let's Start Coding Alvik
30
+
###Let's Start Coding Alvik
32
31
33
32
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.
34
33
@@ -97,7 +96,8 @@ while (True):
97
96
98
97
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.
99
98
100
-
## Next Steps
99
+
### Next Steps
100
+
101
101
* 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.
102
102
* 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/).
103
103
* 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.
0 commit comments