Skip to content

Commit c76d773

Browse files
committed
Link fixes
1 parent 951f09f commit c76d773

File tree

1 file changed

+10
-10
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
author: "Paolo Cavagnolo"
88
---
99

10-
Arduino® Alvik is a powerful and versatile robot specifically designed for programming and STEAM education.
10+
Arduino® Alvik is a powerful and versatile robot specifically designed for programming and STEAM education.
1111

1212
![](assets/alvik_main.jpg)
1313

@@ -55,7 +55,7 @@ To get started to play with Alvik you will need the following hardware and softw
5555

5656
![Alvik exploded view](assets/main-components.png)
5757

58-
***__Warning__: When the PCB is out of the chassis and the battery is in place there is the risk of short-circuiting the 18650 Li-Ion battery. If you remove the hardware from the chassis make sure you do it _**_in a __non-conductive__ surface clean** of materials or tools that can short-circuit the battery***
58+
***When the PCB is out of the chassis and the battery is in place there is the risk of short-circuiting the 18650 Li-Ion battery. If you remove the hardware from the chassis make sure you do it _**_in a __non-conductive__ surface clean** of materials or tools that can short-circuit the battery***
5959

6060
### Main Components
6161

@@ -79,7 +79,7 @@ Please note that when using MicroPython the pin number reflects the GPIO on the
7979

8080
The main core of the robot is the STM32 ARM Cortex-M4 32 Bit, you can access it through a set of dedicated APIs from the Nano ESP32.
8181

82-
You can learn more about the available functions for Alvik in the following [ Alvik's API Documentation](/tutorials/02.api-overview/api-overview.md).
82+
You can learn more about the available functions for Alvik in the following [ Alvik's API Documentation](/tutorials/alvik/api-overview/).
8383

8484
The latest firmware of the STM32 can be found at [this link](https://github.com/arduino-libraries/Arduino_AlvikCarrier/releases), and [here](#how-to-upload-firmware) is the guide to flash it.
8585

@@ -116,7 +116,7 @@ When fully charged it will stay GREEN.
116116

117117
#### Sensors
118118

119-
Alvik has five different sensors, all connected to the STM32 and accessible through the [APIs](/tutorials/02.api-overview/). For each sensor there is a test example program that you can find in the _examples_ folder in [this repository](https://github.com/arduino/arduino-alvik-mpy/tree/main/examples).
119+
Alvik has five different sensors, all connected to the STM32 and accessible through the [APIs](/tutorials/alvik/api-overview/). For each sensor there is a test example program that you can find in the _examples_ folder in [this repository](https://github.com/arduino/arduino-alvik-mpy/tree/main/examples).
120120

121121
| **Sensor name** | **Part name** | **Test program name** |
122122
|------------------------------|---------------|-----------------------|
@@ -130,7 +130,7 @@ Alvik has five different sensors, all connected to the STM32 and accessible thro
130130

131131
#### Actuators
132132

133-
Alvik has two high-precision geared motors and two RGB LEDs. The test programs are located in the same folder as the [sensor examples](#2.2.5-inputs).
133+
Alvik has two high-precision geared motors and two RGB LEDs. The test programs are located in the same folder as the [sensor examples](#sensors).
134134

135135
| **Actuator name** | **Part name** | **Test program name** |
136136
|--------------------------|-------------------------|-----------------------|
@@ -300,7 +300,7 @@ alvik.color_calibration('black')
300300

301301
Press reset on Lab for MicroPython.
302302

303-
You can now test using read_color_sensor.py in the examples folder. Refer to the [test chapter](#4.4-test) if you have any problems.
303+
You can now test using read_color_sensor.py in the examples folder. Refer to the [test chapter](#test) if you have any problems.
304304

305305
***Colors are tested on paper painted using acrylic marker pens, such as UNIPOSCA, or paper printed with an inkjet printer.***
306306

@@ -327,7 +327,7 @@ As reference you can take a look at the following images:
327327

328328
### Add Servo motors
329329

330-
The servo motors connectors are placed at the back of Alvik, in this tutorial we'll attach a servo motor to the port A. You can take a look at the pinout image in the [pinout](#3.2.7-connectors) chapter](#3.2.7-connectors).
330+
The servo motors connectors are placed at the back of Alvik, in this tutorial we'll attach a servo motor to the port A. You can take a look at the pinout image in the [pinout](#3.2.7-connectors) chapter](#connectors).
331331

332332
***The port provides 5 Volt to the motor, so be sure to connect a servo that runs with 5V.***
333333

@@ -367,11 +367,11 @@ while True:
367367

368368
![Servo movement](assets/servo_move.gif)
369369

370-
If you want to understand how the command `alvik.set_servo_positions` works, you can have a look in the [API overview](/tutorials/02.api-overview/api-overview.md).
370+
If you want to understand how the command `alvik.set_servo_positions` works, you can have a look in the [API overview](/tutorials/alvik/api-overview/).
371371

372372
### Add I2C Grove
373373

374-
The I2C Grove connectors are placed at the back of Alvik, in this tutorial we'll see how to scan a generic I2C device connected to it. You can take a look at the pinout image in the [pinout](#3.2.7-connectors) chapter](#3.2.7-connectors).
374+
The I2C Grove connectors are placed at the back of Alvik, in this tutorial we'll see how to scan a generic I2C device connected to it. You can take a look at the pinout image at [Arvik's Product Page](/hardware/alvik/).
375375

376376
1. Connect the I2C Groove device to one of the two ports.
377377

@@ -413,7 +413,7 @@ print()
413413

414414
### Add Qwiic
415415

416-
The Qwiic connectors are placed at the back of Alvik, for this example we'll be using the Qwiic OLED display from SparkFun. You can take a look at the pinout image in the [pinout](#3.2.7-connectors) chapter](#3.2.7-connectors).
416+
The Qwiic connectors are placed at the back of Alvik, for this example we'll be using the Qwiic OLED display from SparkFun. You can take a look at the pinout image in the [pinout](#3.2.7-connectors) chapter](#connectors).
417417

418418
![Qwiic OLED display](assets/qwiic_oled.png)
419419

0 commit comments

Comments
 (0)