Skip to content

Commit 6d2d719

Browse files
Linter Fix
1 parent 306bbaa commit 6d2d719

File tree

1 file changed

+7
-7
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual

1 file changed

+7
-7
lines changed

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1467,12 +1467,12 @@ You can now test using read_color_sensor.py in the examples folder. Refer to the
14671467
On the top face of the Alvik, you can find 2 pairs of connectors. They both have 15 holes in length but are not interconnected in any way. The pair on the inner side is meant for coupling the Arduino Nano ESP32, and the pair on the outside is meant to interact with some of the STM32 features if you plan on developing your own hardware extensions.
14681468
![Top face connectors](Connectors_Alvik_Top.png)
14691469

1470-
#### Nano Board Connector
1470+
- **Nano Board Connector**
14711471

14721472
Because of the need to communicate with the STM board, some of the pins of the Arduino Nano ESP32 might be in use and, as such, are not recommended to be used by any other feature. This way, if you design a shield or attachment that interacts with these connectors, make sure to avoid the pins that are busy.
14731473
![ESP Pinout](ESP_Pinout_Alvik.png)
14741474

1475-
#### STM Connector
1475+
- **STM Connector**
14761476

14771477
These connectors allow you to get power from the Alvik's power system as well as get the power status. These allow you to design shields and extensions without requiring external power sources. Here you can identify the connectors that can be used. Note that the remaining pins are not in use but can serve for mechanical support.
14781478
![alt text](Alvik_Docs_Pinout_Callout.jpg)
@@ -1687,15 +1687,15 @@ Now you can open the Arduino Lab for MicroPython, connect Alvik and open the exa
16871687
Understanding Alvik's dimensions and mechanical details is key for designing custom components and ensuring it works well with other hardware. This information is here to help you easily create and adapt Alvik for your specific projects and needs.
16881688

16891689
- **Front**
1690-
![Alvik's front side dimentions](assets/Alvik_Docs_Dimensions_Front.jpg)
1690+
![Alvik's front side dimensions](assets/Alvik_Docs_Dimensions_Front.jpg)
16911691
- **Side**
1692-
![Alvik's side side dimentions](assets/Alvik_Docs_Dimensions_Side.jpg)
1692+
![Alvik's side side dimensions](assets/Alvik_Docs_Dimensions_Side.jpg)
16931693
- **Back**
1694-
![Alvik's back side dimentions 1/2](assets/Alvik_Docs_Dimensions_Back_02.jpg) ![Alvik's back side dimentions 2/2](assets/Alvik_Docs_Dimensions_Back_01.jpg)
1694+
![Alvik's back side dimensions 1/2](assets/Alvik_Docs_Dimensions_Back_02.jpg) ![Alvik's back side dimensions 2/2](assets/Alvik_Docs_Dimensions_Back_01.jpg)
16951695
- **Top**
1696-
![Alvik's top side dimentions 1/2](assets/Alvik_Docs_Dimensions_Top_01.jpg) ![Alvik's top side dimentions 2/2](assets/Alvik_Docs_Dimensions_Top_02.jpg)
1696+
![Alvik's top side dimensions 1/2](assets/Alvik_Docs_Dimensions_Top_01.jpg) ![Alvik's top side dimensions 2/2](assets/Alvik_Docs_Dimensions_Top_02.jpg)
16971697
- **Bottom**
1698-
![Alvik's bottom side dimentions](assets/Alvik_Docs_Dimensions_Bottom.jpg)
1698+
![Alvik's bottom side dimensions](assets/Alvik_Docs_Dimensions_Bottom.jpg)
16991699

17001700
## Want More?
17011701

0 commit comments

Comments
 (0)