Skip to content

Commit 5718f78

Browse files
authored
Merge pull request #2366 from arduino/g-castronovo/pxct-461--alvikusermanual
[pxct-461] alvik info on protective sticker
2 parents 0acf4cc + 26988f8 commit 5718f78

File tree

6 files changed

+32
-16
lines changed

6 files changed

+32
-16
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ When unboxing Alvik, you should find the following items:
1818
- Alvik robot
1919
- USB-C® cable (located under the cardboard tray)
2020

21+
Alvik's battery is protected by a pull-tab protective sticker. Remove the sticker to start working with the robot.
22+
23+
![Alvik pull tab](assets/Alvik-battery-pull-tab.jpg)
24+
2125
## Update Firmware with Alvik Updater
2226

2327
Updating the firmware on your Alvik ensures it has the latest features, bug fixes, and performance improvements. Regular updates help maintain compatibility with the mBlock software and ensure optimal performance of your robot.

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

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,45 @@ 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-
## Update The Firmware Of Your Alvik
16+
## Check The State Of The Battery
1717

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.
18+
Alvik's battery is protected by a pull-tab protective sticker. Remove the sticker to start working with the robot.
1919

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 State Of The Battery
20+
![Alvik pull tab](assets/Alvik-battery-pull-tab.jpg)
3021

3122
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:
3223

33-
1. Reset your Alvik by turning it OFF and disconnecting it from the PC.
24+
1. Make sure Alvik is OFF and disconnected it from the PC.
3425
2. Open the battery compartment and check that the clips are making contact with the battery. If they aren’t, remove the battery, adjust the clips to ensure proper alignment, and then reinsert the battery securely.
3526
3. Connect the Alvik to the PC keeping Alvik OFF.
3627
4. At this point some lights should turn ON in your Alvik:
3728

3829
- **Green LED** (not confuse it with the PWR LED of the Nano ESP32) will turn ON in the ESP32
3930
![Alvik fully charged - Green LED](assets/charged.png)
4031
The battery is fully charged. Proceed to "Unboxing Alvik" paragraph.
41-
32+
4233
- **Red LED blinking**
4334
![Charging blink](assets/charging.gif)
4435
The battery is still charging from the PC. Continue to the Unboxing Alvik.
4536

4637
- **No lights**
4738
![Faulty battery](assets/faulty_battery.gif)
48-
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.
39+
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. A user-uploaded sketch will not run unless Alvik has a charged battery. If the battery is low, the sketch will halt its execution at the initialization phase.
40+
41+
## Update The Firmware Of Your Alvik
42+
43+
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.
44+
45+
![Alvik Firmware Updater](assets/AlvikFirmwareUpdater30sec.gif)
46+
47+
1. Visit https://alvikupdate.arduino.cc.
48+
2. Connect Alvik to your computer.
49+
3. Turn ON your Alvik.
50+
4. Click the "Connect" button.
51+
5. **A pop-up window will appear** prompting you to select the COM port. Choose the correct port and confirm.
52+
6. Once connected, click the "Update" button and wait for the process to complete.
4953

50-
## Unboxing Alvik
54+
## Ready-To-Go Examples
5155

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

content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ At the back-right side of Alvik there is the main switch of the robot. When ON t
107107

108108
### Battery
109109

110+
Alvik's battery is protected by a pull-tab protective sticker. Remove the sticker to start working with the robot.
111+
112+
![Alvik pull tab](assets/Alvik-battery-pull-tab.jpg)
113+
114+
**Step 1**: Locate the **pull-tab protective sticker** on the bottom of the robot, near the battery compartment. Grasp the tab and pull it upward firmly to remove the insulator and enable the battery connection.
115+
116+
**Step 2**: After the pull-tab is removed, turn the robot over, connect the robot to your computer and slide the power button to ensure it powers on.
117+
110118
The battery is a rechargeable Li-ion 18650, it allows to run Alvik for 8+ hours non stop.
111119

112120
When you connect your Alvik to the computer, the Nano ESP32 reports the status of the battery through the terminal of the Arduino Lab for MicroPython and with its RGB status LED. In order to see the state of the battery, you need to call the `Alvik.begin()` function in any program or directly at the command line area.

0 commit comments

Comments
 (0)