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
+32-14
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,38 @@ Arduino® Alvik is a powerful and versatile robot specifically designed for prog
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
-
### 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.
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
+

38
+
1. The battery is fully charged, continue to the Unboxing Alvik
39
+
2. Red LED blinking
40
+

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
+

44
+
1. If the battery is faulty, it needs to be replaced. Please contact the support team.
45
+
46
+
47
+
## Unboxing Alvik
17
48
18
49

19
50
@@ -27,19 +58,6 @@ Your Alvik robot is equipped with three ready-to-go examples. To choose one of t
27
58
28
59
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.
29
60
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.
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
-
43
61
### Let's Start Coding Alvik
44
62
45
63
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