Skip to content

Commit d9083ca

Browse files
committed
Add Screenshot, Product Showcase; Update SFE Logo
- include screenshots of OTA updates - add SparkFun Product Showcase YouTube embedded video - update SFE logo for social media and web browser tab
1 parent 3aa80c1 commit d9083ca

9 files changed

+23
-18
lines changed
24.8 KB
Loading
26 KB
Loading
50.1 KB
Loading

docs/assets/sfe_logo_sq.png

14.5 KB
Loading

docs/introduction.md

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ The [SparkFun DataLogger IoT - 9DOF](https://www.sparkfun.com/products/20594) is
3333
</div>
3434
</center>
3535

36+
<div style="text-align: center;">
37+
<iframe width="560" height="315" src="https://www.youtube.com/embed/RwCu-60sQOI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
38+
</div>
39+
3640

3741
### Required Materials
3842

docs/resources.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Now that you've successfully got your DataLogger IoT - 9DoF up and running, it's
66
* [CH340 Drivers](https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all)
77
* [Firmware](https://github.com/sparkfun/SparkFun_DataLogger/tree/main/firmware)
88
* [GitHub Hardware Repo](https://github.com/sparkfun/SparkFun_DataLogger_IoT_9DoF)
9+
* [SFE Showcase](https://youtu.be/RwCu-60sQOI)

docs/updating_firmware.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -75,32 +75,32 @@ If you have not already, connect the DataLogger IoT to your computer using a USB
7575

7676
Open a Serial Terminal at **115200** baud. Press any key to enter the Main Menu. Type <kbd>1</kbd> to enter the Settings menu. Then type <kbd>16</kbd> to enter the System Update Menu. Finally, type <kbd>4</kbd> to update the firmware over-the-air.
7777

78-
insert HERE
79-
80-
81-
82-
screenshot system update over the air (when product live...)
83-
84-
78+
<div style="text-align: center">
79+
<a href="../assets/SparkFun_Datalogger_IoT_System_Restart_Factory_Restore_Update_Firmware.JPG"><img src="../assets/SparkFun_Datalogger_IoT_System_Restart_Factory_Restore_Update_Firmware.JPG" width="1000" height="667"></a>
80+
</div>
8581

8682
When this option is selected, the system will contact the update server and search for available upgrade firmware, selecting the latest version available. If a newer version is found, a prompt is presented to confirm the upgrade.
8783

88-
insert HERE
89-
90-
91-
92-
screenshot image found ota (when product live...)
84+
<div style="text-align: center">
85+
<a href="../assets/DataLogger_IoT_OTA_Update_1.PNG">
86+
<img src="../assets/DataLogger_IoT_OTA_Update_1.PNG" width="1000" height="667" alt="Select OTA Update"></a>
87+
</div>
9388

9489
!!! note
9590

9691
For the upgrade option to occur, a the system must be connected to a network and have access to the firmware OTA server.
9792

9893
Typing <kbd>Y</kbd> (or hitting enter) starts the update operation. As the firmware is downloaded, the percent complete status is updated. If connectivity fails during the download, the operation is halted and the update aborted.
9994

100-
insert HERE
101-
95+
<div style="text-align: center">
96+
<a href="../assets/DataLogger_IoT_OTA_Update_2.PNG">
97+
<img src="../assets/DataLogger_IoT_OTA_Update_2.PNG" width="1000" height="667" alt="OTA Update Downloading"></a>
98+
</div>
10299

103100

104-
screenshot image update firmware (when product live...)
101+
Once the update file is downloaded, it is verified as being the correct file. Once verified, the system is rebooted and starts using the new firmware image! You will notice the firmware version change as the DataLogger IoT initializes.
105102

106-
Once the update file is downloaded, it is verified as being the correct file. Once verified, the system is rebooted and starts using the new firmware image!
103+
<div style="text-align: center">
104+
<a href="../assets/DataLogger_IoT_OTA_Update_3.PNG">
105+
<img src="../assets/DataLogger_IoT_OTA_Update_3.PNG" width="1000" height="667" alt="Updated OTA and Rebooted"></a>
106+
</div>

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ theme:
2020
name: material
2121

2222
# Icon in Browser Tab (must be square img - i.e. 32x32 pixels)
23-
favicon: ../assets/sfe_logo_sq.png
23+
favicon: assets/sfe_logo_sq.png
2424

2525
# Page Font
2626
font:

overrides/.icons/sfe-logo.svg

+1-1
Loading

0 commit comments

Comments
 (0)