Skip to content

Commit f7ad2e8

Browse files
committed
[PXCT-148]add updater info
1 parent f2a2896 commit f7ad2e8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
1.03 MB
Loading

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,22 @@ Your Alvik robot is equipped with three ready-to-go examples. To choose one of t
2727

2828
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 program Alvik to do amazing things.
2929

30+
## Update Firmware with Alvik Updater
31+
32+
Keeping your Alvik’s firmware updated ensures it has the latest features, bug fixes, and performance enhancements. Regular updates also help maintain compatibility with other software, providing optimal performance for your robot.
33+
34+
![Alvik Firmware Updater](assets/AlvikFirmwareUpdater30sec.gif)
35+
36+
1. Visit https://alvikupdate.arduino.cc.
37+
2. Connect Alvik to your computer.
38+
3. Turn ON your Alvik.
39+
4. Click the "Connect" button.
40+
5. **A pop-up window will appear** prompting you to select the COM port. Choose the correct port and confirm.
41+
6. Once connected, click the "Update" button and wait for the process to complete.
42+
3043
### Let's Start Coding Alvik
3144

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. Follow the instructions next to the download link to install it and open the IDE.
45+
Alvik is intended to be programmed with MicroPython. We recommend you to install the [Arduino Lab for MicroPython](https://labs.arduino.cc/en/labs/micropython) editor. Follow the instructions next to the download link to install it and open the IDE.
3346

3447
Alternatively, on par with other Arduino products, you can also program your Alvik using Arduino IDE and C++. If this is the case you can find setup instructions over at [Setting up Alvik on Arduino IDE](../setting-alvik-arduino-ide/setting-alvik-arduino-ide.md).
3548

@@ -108,6 +121,6 @@ You are now all set, disconnect Alvik from the computer, put some obstacles arou
108121

109122
### Next Steps
110123

111-
* 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.
124+
* 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.
112125
* 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!
113126
* 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)