Skip to content

Commit ac5df75

Browse files
committed
fixing linter issues
1 parent 8a466d0 commit ac5df75

File tree

1 file changed

+5
-5
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/getting-started

1 file changed

+5
-5
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/getting-started/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ tags:
66
- Robot
77
author: "Jose Garcia"
88
---
9-
# Getting Started With Alvik
9+
## Getting Started With Alvik
1010

1111
Arduino® Alvik is a powerful and versatile robot specifically designed for programming and STEAM education.
1212
![Alvik's Robot](assets/alvik_main.jpg)
1313

1414
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.
1515

16-
17-
## Unboxing Alvik
16+
### Unboxing Alvik
1817

1918
![Selecting one of the ready-to-go examples](assets/select-examples.gif)
2019

@@ -28,7 +27,7 @@ Your Alvik robot is equipped with three ready-to-go examples. To choose one of t
2827

2928
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.
3029

31-
## Let's Start Coding Alvik
30+
### Let's Start Coding Alvik
3231

3332
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.
3433

@@ -97,7 +96,8 @@ while (True):
9796

9897
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.
9998

100-
## Next Steps
99+
### Next Steps
100+
101101
* 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.
102102
* 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/).
103103
* 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

Comments
 (0)