Skip to content

Commit 9d3e2bf

Browse files
committed
Getting Started Rework
1 parent 89a0453 commit 9d3e2bf

File tree

4 files changed

+32
-14
lines changed

4 files changed

+32
-14
lines changed

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

+32-14
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,38 @@ Arduino® Alvik is a powerful and versatile robot specifically designed for prog
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-
### Unboxing Alvik
16+
## Update The Firmware of your Alvik
17+
18+
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.
19+
20+
![Alvik Firmware Updater](assets/AlvikFirmwareUpdater30sec.gif)
21+
22+
1. Visit https://alvikupdate.arduino.cc.
23+
2. Connect Alvik to your computer.
24+
3. Turn ON your Alvik.
25+
4. Click the "Connect" button.
26+
5. **A pop-up window will appear** prompting you to select the COM port. Choose the correct port and confirm.
27+
6. Once connected, click the "Update" button and wait for the process to complete.
28+
29+
### Checking the status of the battery
30+
31+
Once the firmware of your Alvik is up to date and before start playing with it, let's verify your battery works as it should by following these steps:
32+
33+
1. Reset your Alvik by turning it OFF and disconnecting it from the PC
34+
2. Connect the Alvik to the PC keeping Alvik OFF
35+
3. At this point some lights should turn ON in your Alvik.
36+
1. Green LED (not confuse it with the PWR LED of the Nano ESP32) will turn ON in the ESP32
37+
![Alvik fully charged - Green LED](assets/charged.png)
38+
1. The battery is fully charged, continue to the Unboxing Alvik
39+
2. Red LED blinking
40+
![Charging blink](assets/charging.gif)
41+
1. The battery is not fully charged, it is charging from the PC, continue to the Unboxing Alvik
42+
3. If when you connect your Alvik none you don't get the lights described avobe the battery of the robot might be faulty, to check it turn your Alvik ON. If the battery is faulty an orange light in the back part of the robot, at the left part near the QWIIC connector will blink every 10 seconds.
43+
![Faulty battery](assets/faulty_battery.gif)
44+
1. If the battery is faulty, it needs to be replaced. Please contact the support team.
45+
46+
47+
## Unboxing Alvik
1748

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

@@ -27,19 +58,6 @@ Your Alvik robot is equipped with three ready-to-go examples. To choose one of t
2758

2859
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.
2960

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-
4361
### Let's Start Coding Alvik
4462

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

0 commit comments

Comments
 (0)