Skip to content

Commit f6a6ab4

Browse files
committed
Merge branch 'JGD_new-getting_started' of https://github.com/arduino/docs-content-private into JGD_new-getting_started
2 parents 3681090 + 9d8cd5c commit f6a6ab4

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Powered by the Arduino® Nano ESP32, Alvik offers diverse learning paths through
1717

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

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!
2121

2222
- **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.
2323

@@ -41,7 +41,7 @@ Now that all the previous steps have been set, let's see how to create custom pr
4141

4242
![Creating obstacle_avoider.py file](assets/creating_file.png)
4343

44-
**3. **Double click on the file to open it. Once it is opened, erase the text on it and add the following code.
44+
**3. **Double-click on the file to open it. Once it is opened, erase the text on it and add the following code.
4545

4646
![Adding custom code](assets/adding_custom_code.gif)
4747

@@ -82,11 +82,11 @@ while (True):
8282

8383
![Connecting Alvik to the PC](assets/connecting_alvik.gif)
8484

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.***
8686

8787
***For Alvik to be recognized by your computer, it must be turned OFF.***
8888

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`.
9090

9191
![Connecting Alvik to the IDE](assets/connecting_alvik_ide.gif)
9292

@@ -96,10 +96,10 @@ while (True):
9696

9797
![Moving file from local to Alvik's memory](assets/local2memory.gif)
9898

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.
100100

101101
### Next Steps
102102

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.
104104
* 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

Comments
 (0)