Skip to content

Commit 0fb4f03

Browse files
Adding product video and links to register map
1 parent 62785dc commit 0fb4f03

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

docs/introduction.md

+32
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@ icon: material/book-open-page-variant
2424

2525
</div>
2626

27+
<div style="text-align: center">
28+
<table>
29+
<tr>
30+
<td style="text-align: center; vertical-align: middle;">
31+
<iframe width="560" height="315" src="https://www.youtube.com/embed/WcCNC8wExUc?si=TiFzZ-B61BXpmXQT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
32+
</td>
33+
</tr>
34+
</table>
35+
</div>
36+
37+
38+
39+
40+
41+
2742
## Required Materials
2843

2944
To follow along with this tutorial, you will need the following materials. You may not need everything though depending on what you have. Add it to your cart, read through the guide, and adjust the cart as necessary.
@@ -45,13 +60,30 @@ To follow along with this tutorial, you will need the following materials. You m
4560
CAB-25596
4661
</td>
4762
<td>
63+
<a href="https://www.sparkfun.com/products/14427">
64+
<center><img src="https://cdn.sparkfun.com/assets/parts/1/2/4/5/3/14427-Qwiic_Cable_-_100mm-01.jpg" style="width:140px; height:140px; object-fit:contain;" alt="Qwiic Cable - 100mm" >
65+
</center>
66+
<h3 class="title">Qwiic Cable - 100mmc</h3>
67+
</a>
68+
PRT-14427
69+
</td> <td>
4870
<a href="https://www.sparkfun.com/products/10215">
4971
<center><img src="https://cdn.sparkfun.com/r/455-455/assets/parts/4/5/5/8/10215-01.jpg" style="width:140px; height:140px; object-fit:contain;" alt="USB micro-B Cable - 6 Foot" >
5072
</center>
5173
<h3 class="title">USB micro-B Cable - 6 Foot</h3>
5274
</a>
5375
CAB-10215
5476
</td>
77+
</tr>
78+
<tr>
79+
<td>
80+
<a href="https://www.sparkfun.com/products/22230">
81+
<center><img src="https://cdn.sparkfun.com/assets/parts/2/2/1/9/1/XRP_Robot-02.jpg" style="width:140px; height:140px; object-fit:contain;" alt="Experiential Robotics Platform (XRP) Kit - Beta" >
82+
</center>
83+
<h3 class="title">Experiential Robotics Platform (XRP) Kit - Beta</h3>
84+
</a>
85+
KIT-22230
86+
</td>
5587
<td>
5688
<a href="https://www.sparkfun.com/products/15123">
5789
<center><img src="https://cdn.sparkfun.com//assets/parts/1/3/4/9/2/15123-SparkFun_RedBoard_Qwiic-01a.jpg" style="width:140px; height:140px; object-fit:contain;" alt="SparkFun RedBoard Qwiic" >

docs/resources.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ For more resources related to the SparkFun SparkFun Optical Tracking Odometry Se
77
* [Schematic (PDF)](assets/board_files/24904_SparkFun_Optical_Tracking_Odometry_Sensor_Schematic.pdf){ target="_blank" }
88
* [Eagle Files (ZIP)](assets/board_files/24904_SparkFun_Optical_Tracking_Odometry_Sensor_EagleFiles.zip){ target="_blank" }
99
* [Board Dimensions(PNG)](assets/board_files/24904_SparkFun_Optical_Tracking_Odometry_Sensor_BoardOutline.png){ target="_blank" }
10-
* [Hardware GitHub Respository](https://github.com/sparkfun/SparkFun_Optical_Tracking_Odometry_Sensor){ target="_blank" }
10+
* [Hardware GitHub Repository](https://github.com/sparkfun/SparkFun_Optical_Tracking_Odometry_Sensor){ target="_blank" }
11+
* [Optical Tracking Odometry Sensor Register Map (PDF)](https://github.com/sparkfun/SparkFun_Optical_Tracking_Odometry_Sensor/blob/main/Firmware/OTOS_Register_Map.pdf)
1112

1213
Libraries/Packages:
1314

0 commit comments

Comments
 (0)