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
+34-14
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,40 @@ 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 State 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
+
37
+
-**Green LED** (not confuse it with the PWR LED of the Nano ESP32) will turn ON in the ESP32
38
+

39
+
The battery is fully charged. Proceed to "Unboxing Alvik" paragraph.
40
+
41
+
-**Red LED blinking**
42
+

43
+
The battery is still charging from the PC. Continue to the Unboxing Alvik.
44
+
45
+
-**No lights**
46
+

47
+
The battery may be faulty. To check it, turn Alvik ON; if an orange light near the QWIIC connector blinks every 10 seconds, contact our customer support for a replacement.
48
+
49
+
## Unboxing Alvik
17
50
18
51

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