Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b38ac3

Browse files
authoredApr 24, 2024
Merge pull request #1892 from arduino/sync/Alvik_tech_JGD
Alvik tech content
2 parents 3e57550 + 77edbac commit 9b38ac3

26 files changed

+2280
-1
lines changed
 
Lines changed: 147 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
software:
2+
- arduino-lab-micropython
3+
- arduino-ide
4+
- arduino-cli
5+
- web-editor
6+
- iot-cloud
7+
hardware:
8+
boards:
9+
- nano-esp32
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.
Loading
Loading

‎content/hardware/08.edu/solution-and-kits/alvik/datasheet/datasheet.md

Lines changed: 337 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<EssentialsColumn title="Suggested Libraries">
2+
3+
<EssentialElement title="Alvik API" type="library" link="https://github.com/arduino/arduino-alvik-mpy">
4+
The Arduino Alvik MicroPython library.
5+
6+
</EssentialElement>
7+
8+
</EssentialsColumn>
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<FeatureDescription>
2+
3+
Arduino Alvik is powered by the new [Arduino Nano ESP32](https://docs.arduino.cc/hardware/nano-esp32/) microcontroller, which features the newest popular MCU ESP32-S3, with the full support of the Arduino ecosystem, allowing users to explore the world of Arduino and MicroPython without any blocker.
4+
5+
</FeatureDescription>
6+
7+
<FeatureList>
8+
9+
<Feature title="STM32 Arm® Cortex®-M4" image="core">
10+
At the core of the robot there is a powerful 32-bit MCU.
11+
</Feature>
12+
13+
<Feature title="API Overview" image="communication">
14+
A reference to all the API to interface with the STM32 core.
15+
<FeatureWrapper>
16+
<FeatureLink title="API Overview" url="/tutorials/alvik/api-overview"/>
17+
</FeatureWrapper>
18+
</Feature>
19+
20+
<Feature title="MicroPython" image="python">
21+
Learn the basics of MicroPython with the Nano ESP32 and our free MicroPython 101 course.
22+
<FeatureWrapper>
23+
<FeatureLink title="MicroPython 101" url="https://docs.arduino.cc/micropython-course/"/>
24+
</FeatureWrapper>
25+
</Feature>
26+
27+
<Feature title="VL53L7CX Time-of-Flight sensor" image="proximity-sensor">
28+
Fast and accurate multizone distance ranging sensor with 90° wide Field of View.
29+
</Feature>
30+
31+
<Feature title="18650 Li-Ion battery included" image="power">
32+
Rechargeable and replaceable battery.
33+
</Feature>
34+
35+
<Feature title="Color Sensor" image="color-sensor">
36+
An ambient light, RGB color sensor and proximity sensor.
37+
</Feature>
38+
39+
<Feature title="IMU" image="imu">
40+
The LSM6DSOX, a low-power IMU module that includes a 3D digital accelerometer & gyroscope.
41+
</Feature>
42+
43+
44+
45+
</FeatureList>

‎content/hardware/08.edu/solution-and-kits/alvik/image.svg

Lines changed: 1001 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Alvik
3+
url_shop: https://www.arduino.cc/education/arduino-alvik/
4+
certifications: [CE, UKCA]
5+
primary_button_url: /tutorials/alvik/api-overview
6+
primary_button_title: API Overview
7+
sku: [AKX00066]
8+
---
9+
10+
11+
Arduino Alvik is a powerful and versatile robot car specifically designed for programming and robotics education.
12+
13+
Powered by [Arduino Nano ESP32](https://docs.arduino.cc/hardware/nano-esp32/), Arduino Alvik offers a diverse learning paths through different programming languages, including MicroPython, Arduino C, and block-based coding, and it enables different possibilities to explore robotics, IoT and AI.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here you will find the technical specifications for the Arduino® Alvik.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Robot:
2+
Name: Arduino® Alvik
3+
SKU: AKX00066
4+
Compatibility: Nano ESP32
5+
Core MCU: STM32 Arm® Cortex®-M4
6+
Power:
7+
Battery: 18650 Li-Ion - 2500 mAh
8+
Plug: Nano ESP32 USB-C®
9+
Connectivity:
10+
Wi-Fi®: u-blox® NORA-W106 (ESP32-S3)
11+
Bluetooth®: u-blox® NORA-W106 (ESP32-S3)
12+
Inputs:
13+
Color detection: APDS 9960
14+
Touch sensors: 7x
15+
IMU: LSM6DSOXTR
16+
Time of Flight: VL53L7CXV0GC
17+
Line follower: 3x
18+
Outputs:
19+
RGB LEDs: 2x
20+
Motors: 2x w/ hall effect encoder
21+
Extensions:
22+
Servo Motor: 2x
23+
I2C Grove: 2x
24+
QWIIC: 2x
25+
Mount compatibility:
26+
Lego Technic: 4x on both side
27+
M3 screw: 8x on both side
28+
Movements:
29+
Max speed: 13 cm/s
30+
Vision range: Up to 350 cm
31+
Dimensions:
32+
Width: 96 mm
33+
Length: 95 mm
34+
Height: 37 mm
35+
Weight: 192 g
36+
Wheels: 34 mm diameter

‎content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview/api-overview.md

Lines changed: 682 additions & 0 deletions
Large diffs are not rendered by default.

‎scripts/resources/spell-check-ignore-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ro
1414
som
1515
ser
1616
Manuel
17-
Technic
17+
technic

0 commit comments

Comments
 (0)
Please sign in to comment.