Skip to content

Commit bf334ff

Browse files
Link updates
1 parent 3f3a4e7 commit bf334ff

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

docs/hardware_assembly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Using the Qwiic system, assembling the hardware is simple. Connect the SparkFun
1111
</figure>
1212

1313

14-
15-
Reminder - peel off yellow kapton tape
14+
!!! attention
15+
Reminder - make sure you peel off the yellow kapton tape before using this!

docs/hardware_overview.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The STM32C011F4U6 microcontroller has a high-performance Arm® Cortex®-M0+ 32-b
1717

1818
## Power
1919

20-
The Red LED indicator lights when power is provided to the board.
20+
The LED indicator lights when power is provided to the board.
2121

2222
<!--
2323
<figure markdown>
@@ -44,7 +44,7 @@ The PAA5160E1-Q from PixArt Imaging has a tracking speed of 2.5m/s and a typical
4444
!!! warning
4545
The laser on this module is a Class 1, 850nm laser. Please use appropriate caution.
4646
<figure markdown>
47-
[![Board and Port selected](assets/img/laserbeams.gif){ width="400" }](assets/img/laserbeams.gif "Click to enlarge")
47+
[![Dr. Evil using air quotes to say "freaking laser beams"](assets/img/laserbeams.gif){ width="400" }](assets/img/laserbeams.gif "Click to enlarge")
4848
<figcaption markdown>*Lasers...*</figcaption>
4949
</figure>
5050

@@ -55,6 +55,11 @@ The PAA5160E1-Q from PixArt Imaging has a tracking speed of 2.5m/s and a typical
5555
</figure>
5656
-->
5757

58+
!!! attention
59+
FIRST Tech users should note that for the foam competition files, the sensor really needs to be mounted at exactly 10mm from the surface with a tolerance of +/ 1mm. Beyond that, the tracking is less accurate; beyond +/- 3mm, and it just can't track the foam surface at all really.
60+
61+
62+
5863

5964
## 6-DOF IMU Accelerometer
6065

@@ -71,7 +76,12 @@ The LSM6DSO from STMicroelectronics has a 3-axis digital accelerometer and 3-axi
7176

7277
The PTH pins on the side of the board allow you to provide power, access the I<sup>2</sup>C Data and Clock lines, and there are two pins available for UART/generic programming purposes.
7378

74-
79+
<!--
80+
<figure markdown>
81+
[![GPIO pins are highlighted](assets/img/){ width="200" }](assets/img/ "Click to enlarge")
82+
<figcaption markdown>LSM6DSO 6-DOF IMU Accelerometer</figcaption>
83+
</figure>
84+
-->
7585

7686

7787
## Debugging Test Points

docs/resources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ For more resources related to the SparkFun SparkFun Optical Tracking Odometry Se
77
* [Schematic](assets/board_files/24904_SparkFun_Optical_Tracking_Odometry_Sensor_Schematic.pdf) (PDF)
88
* [Eagle Files](assets/board_files/24904_SparkFun_Optical_Tracking_Odometry_Sensor_EagleFiles.zip) (ZIP)
99
* [Board Dimensions](assets/board_files/24904_SparkFun_Optical_Tracking_Odometry_Sensor_BoardOutline.png) (PDF)
10-
* [Hardware GitHub Respository](https://github.com/sparkfun/SparkFun_Soil_Moisture_Sensor-Qwiic)
10+
* [Hardware GitHub Respository](https://github.com/sparkfun/SparkFun_Optical_Tracking_Odometry_Sensor)
11+
* [Arduino Library GitHub Repository](https://github.com/sparkfun/SparkFun_Qwiic_OTOS_Arduino_Library)

docs/software_setup_and_programming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ icon: simple/arduino
55
!!! attention
66
If this is your first time using Arduino, please review our tutorial on [installing the Arduino IDE](https://learn.sparkfun.com/tutorials/installing-arduino-ide). If you have not previously installed an Arduino library, please check out our [installation guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library).
77

8-
We've written a library to get you started with the SparkFun Optical Tracking Odometry Sensor. You can obtain this library through the Arduino Library Manager by searching for "Optical" and installing the latest version from SparkFun. If you prefer downloading libraries manually, you can grab them from the GitHub Repository.
8+
We've written a library to get you started with the SparkFun Optical Tracking Odometry Sensor. You can obtain this library through the Arduino Library Manager by searching for "Odometry" and installing the latest version from SparkFun. If you prefer downloading libraries manually, you can grab them from the GitHub Repository.
99

1010
<center>
11-
[SparkFun Optical Tracking Odometry Sensor Arduino Library GitHub](){ .md-button .md-button--primary }
11+
[SparkFun Optical Tracking Odometry Sensor Arduino Library GitHub](https://github.com/sparkfun/SparkFun_Qwiic_OTOS_Arduino_Library){ .md-button .md-button--primary }
1212
</center>
1313

1414

0 commit comments

Comments
 (0)