Skip to content

Commit 3c7e6c9

Browse files
jcarolinaresGDJose
andauthored
Datasheet new sections about Robot expandability (#1934)
* Datasheet new sections about Robot expandability WIP * New version ready, waiting screw measurements revamp image to add it * Alice's feedbacl regarding screws applied * Small table fixes * Not used image removed * Update content/hardware/08.edu/solution-and-kits/alvik/datasheet/datasheet.md --------- Co-authored-by: GDJose <jose.gdotel@gmail.com>
1 parent 155b20e commit 3c7e6c9

File tree

4 files changed

+52
-6
lines changed

4 files changed

+52
-6
lines changed
Loading
Loading

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

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Alvik is an educational robot that is battery-powered and has multiple sensors a
3131
| Connectivity | Wi-Fi®, Bluetooth® LE |
3232
| Sensors | RGB Color detection, Distance ToF 8x8 Array - up to 350 cm, IMU - 6 degree, 3x Line follower, 7x Touch sensor |
3333
| Motors | High precision with hall effect encoder. Up to 13 cm/s |
34-
| Extensions | Servo motor, I2C Grove, Qwiic, Lego® Technic™, M3 x 5 mm Screws |
34+
| Extensions | Servo motor, I2C Grove, Qwiic, Lego® Technic™, M3x5 mm Screws |
3535

3636
### Related Accessories (Included)
3737

@@ -129,13 +129,13 @@ The main parts of the robot are the following:
129129
| ---------------------------- | :----------: | :---------------------------------------------------------------------------------------------: |
130130
| Arduino® Nano ESP32 | 1 | Main controller of the robot |
131131
| Main PCB | 1 | Main PCB of the robot |
132-
| STM32 Arm® Cortex®-M4 32 Bit | 1 | Onboard STM32 auxiliary controller |
132+
| STM32 Arm® Cortex®-M4 32 Bit | 1 | Onboard STM32 auxiliary controller |
133133
| Touch Programmable button | 7 | Touch programmable buttons integrated on the main PCB |
134134
| ON/OFF Power Switch | 1 | Assembled on the main PCB |
135135
| RGB LED | 2 | Fully programmable RGB LED mounted on the main PCB |
136136
| Color Sensor | 1 | RGB Color detector |
137137
| 6-Axis Gyro/Accelerometer | 1 | 6-Axis Gyro and Accelerometer sensor |
138-
| Front PCB | 1 | Robot auxiliary PCB with additional sensors |
138+
| Front PCB | 1 | Robot auxiliary PCB with additional sensors |
139139
| ToF Distance Sensor | 1 | Time-of-Flight Distance sensor up to 350 cm , mounted on the Front PCB |
140140
| Line follower array | 1 | Line follower array made up of 3 phototransistors and 5 infrared LEDs, mounted on the front PCB |
141141
| Grove Connector | 2 | I2C Grove Connector to extend robot's capabilities |
@@ -196,6 +196,51 @@ The power of the robot is located by a simple ON/OFF switch located on the top o
196196

197197
<div style="page-break-after:always;"></div>
198198

199+
### Robot Expandability
200+
201+
Alvik is a robot designed to be used in STEAM & Maker environments where openness and wide compatibility with other products and construction systems are key. Thanks to that Alvik's capabilities can be expanded with new sensors and actuators using the additional connectors on its back, and with additional mechanical extensions like Lego® Technic™ pieces or 3D printed/custom made parts. In the following sections we will explain how to expand Alvik's capabilities.
202+
203+
#### Additional Connectors
204+
205+
Alvik has a series of additional connectors to expand its possibilities located at the back of the robot:
206+
207+
| **Description** | **Information** |
208+
| --------------------------- | ------------------------------------------------------------------------------------- |
209+
| Qwiic Connector (x2) | I2C Connectivity with compatible sensors and actuators using the Qwiic estandard |
210+
| I2C Grove Connector (x2) | I2C Connectivity with compatible sensors and actuators using the Grove estandard |
211+
| PWM Servomotor Control (x2) | 3-pins Servo Motor connector compatible with a wide ranger of 3rd party manufacturers |
212+
213+
![Connectors pinout](assets/datasheet_connectors.png)
214+
215+
<div style="background-color: #FFFFE0; border-left: 6px solid #FFD700; margin: 20px 0; padding: 15px;">
216+
<strong>Note:</strong> When connecting additional hardware to Alvik's connector, make sure each of the components connected has a unique I2C address to avoid connectivity issues.
217+
</div>
218+
219+
#### Lego® Technic™ Compatibility
220+
221+
The robot is compatible with Lego® Technic™ pins to expand its body with new features and additional mechanisms.
222+
223+
![Lego® Technic™ Compatibility](assets/lego_compatibility.png)
224+
225+
To attach Lego® Technic™ pieces to Alvik's body use the widely available Lego® Technic™ Pegs. There are two Lego's compatible peg holes on each side of the robot as can be seen in the following image:
226+
227+
<div style="page-break-after:always;"></div>
228+
229+
#### M3 Screw Inserters Compatibility
230+
231+
Alvik can be expanded with any additional hardware and pieces thanks to its four screw inserts present on each side of the robot. These inserts are compatible with M3 screws being the best way to expand the robot's possibilities using custom made or third-party pieces.
232+
233+
![M3 Screws and Lego® Technic™ Peg Holes compatibility](assets/screw_lego.png)
234+
235+
<!---
236+
![Alvik's Screw Inserters and Lego holes measurements](assets/holes_dimensions.png)
237+
-->
238+
239+
<div style="background-color: #FFFFE0; border-left: 6px solid #FFD700; margin: 20px 0; padding: 15px;">
240+
<strong>Warning:</strong> The <strong>maximum screw length recommended is 10 mm (M3x10</strong> ). In case longer screws are used the robot could be damaged.
241+
</div>
242+
243+
199244
## Device Operation
200245

201246
### Getting Started - MicroPython
@@ -332,6 +377,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
332377

333378
## Revision History
334379

335-
| Date | **Revision** | **Changes** |
336-
| ---------- | :----------: | :-----------: |
337-
| 24/04/2024 | 1 | First Release |
380+
| Date | **Revision** | **Changes** |
381+
| ---------- | :----------: | :---------------------------------: |
382+
| 13/05/2024 | 2 | Robot's Expandability section added |
383+
| 24/04/2024 | 1 | First Release |
Binary file not shown.

0 commit comments

Comments
 (0)