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
***__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***
59
59
60
60
### Main Components
61
61
@@ -79,7 +79,7 @@ Please note that when using MicroPython the pin number reflects the GPIO on the
79
79
80
80
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.
81
81
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/).
83
83
84
84
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.
85
85
@@ -116,7 +116,7 @@ When fully charged it will stay GREEN.
116
116
117
117
#### Sensors
118
118
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).
120
120
121
121
|**Sensor name**|**Part name**|**Test program name**|
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.
304
304
305
305
***Colors are tested on paper painted using acrylic marker pens, such as UNIPOSCA, or paper printed with an inkjet printer.***
306
306
@@ -327,7 +327,7 @@ As reference you can take a look at the following images:
327
327
328
328
### Add Servo motors
329
329
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).
331
331
332
332
***The port provides 5 Volt to the motor, so be sure to connect a servo that runs with 5V.***
333
333
@@ -367,11 +367,11 @@ while True:
367
367
368
368

369
369
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/).
371
371
372
372
### Add I2C Grove
373
373
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/).
375
375
376
376
1. Connect the I2C Groove device to one of the two ports.
377
377
@@ -413,7 +413,7 @@ print()
413
413
414
414
### Add Qwiic
415
415
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).
0 commit comments