Skip to content

Commit a38e61a

Browse files
committed
Add IoT Service Logos, log in buttons, ThingSpeak Diagram
1 parent 9133d4d commit a38e61a

File tree

9 files changed

+37
-17
lines changed

9 files changed

+37
-17
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"cache_date": "2023-05-17", "page_authors": {}}
1+
{"cache_date": "2023-05-18", "page_authors": {}}
10 KB
Loading

docs/assets/iot_ts_mapping.png

271 KB
Loading

docs/assets/powered-by-aws.png

3.51 KB
Loading

docs/assets/thingspeak_logo.png

2.24 KB
Loading

docs/example_aws.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
One of the key features of the DataLogger IoT is it's simplified access to IoT service providers. This document outlines how an AWS IoT device is used by the DataLogger IoT.
44

5+
<div style="text-align: center">
6+
<a href="https://aws.amazon.com/iot-core/"><img src="https://d0.awsstatic.com/logos/powered-by-aws.png" width="200" length="200" alt="Powered by AWS IoT"></a>
7+
<br />
8+
<i>Image Courtesy of <a href="https://aws.amazon.com/iot-core/">Amazon Web Services (AWS)</a></i>
9+
</div>
10+
511
The following is covered by this document:
612

713
* Device (Thing) creation in AWS
@@ -25,9 +31,11 @@ The actual IoT device communicates with it's AWS representation via a secure MQT
2531

2632
## Creating a Device in AWS IoT
2733

28-
The following discussion outlines the basic steps taken to create a Thing in AWS IoT that the DataLogger IoT can connect to.
34+
The following discussion outlines the basic steps taken to create a Thing in AWS IoT that the DataLogger IoT can connect to. First step is to log into your AWS account and create a thing.
35+
36+
<div style="text-align: center"><a href="https://aws.amazon.com/iot-core/" target="aws_iot_core" class="md-button">Click Here to Log into AWS</a></div>
2937

30-
First step is to log into your AWS account and Select **IoT Core** from the menu of services.
38+
Once logged into your AWS account, select **IoT Core** from the menu of services.
3139

3240
<div style="text-align: center">
3341
<a href="../assets/iot_aws_iot_core.png"><img src="../assets/iot_aws_iot_core.png" alt="AWS IoT Core"></a>

docs/example_azure.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
One of the key features of the DataLogger IoT is it's simplified access to IoT service providers. This document outlines how an Azure IoT device is used by the DataLogger IoT.
44

5+
<div style="text-align: center">
6+
<a href="https://azure.microsoft.com/en-us/"><img src="../assets/Microsoft_Azure_Logo.png" width="300" length="300" alt="Microsoft Azure Logo"></a>
7+
<br />
8+
<i>Image Courtesy of <a href="https://azure.microsoft.com/en-us/">Microsoft Azure</a></i>
9+
</div>
10+
511
The following is covered by this document:
612

713
* Device creation Azure
@@ -29,9 +35,11 @@ The actual IoT device communicates with it's Azure representation via a secure M
2935

3036
## Creating a Device in Azure IoT
3137

32-
The following discussion outlines the basic steps taken to create a Device in Azure IoT that the DataLogger IoT can connect to.
38+
The following discussion outlines the basic steps taken to create a Device in Azure IoT that the DataLogger IoT can connect to. First step is to log into your Azure account and create an IoT Hub for your device.
39+
40+
<div style="text-align: center"><a href="https://azure.microsoft.com/en-us/" target="azure" class="md-button">Click Here to Log into Microsoft Azure</a></div>
3341

34-
First step is to log into your Azure account and Select **Internet of Things > IoT Hub** from the menu of services.
42+
Once logged into your Microsoft Azure account, select **Internet of Things > IoT Hub** from the menu of services.
3543

3644
<div style="text-align: center">
3745
<a href="../assets/iot_az_iot_hub.png"><img src="../assets/iot_az_iot_hub.png" alt="Azure IoT Hub"></a>

docs/example_thingspeak.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
One of the key features of the DataLogger IoT is it's simplified access to IoT service providers. This document outlines how a ThinkSpeak output is used by the DataLogger IoT.
44

5+
6+
<div style="text-align: center">
7+
<a href="https://thingspeak.com/"><img src="../assets/ThingSpeak_logo.png" width="300" length="300" alt="ThingSpeak Logo"></a>
8+
<br />
9+
<i>Image Courtesy of <a href="https://thingspeak.com/">ThingSpeak</a></i>
10+
</div>
11+
12+
13+
514
The following is covered by this document:
615

716
* Creating a ThingSpeak Channel and MQTT Connection
@@ -39,22 +48,19 @@ The concept of Channels that contain Fields in ThingSpeak is similar to the Devi
3948
<a href="../assets/iot_ts_mapping.png"><img src="../assets/iot_ts_mapping.png" alt="DataLogger to ThingSpeak Mapping"></a>
4049
</div>
4150

42-
insert here
4351

4452

45-
46-
47-
update image...
48-
4953
During configuration of the DataLogger IoT, the mapping between the Device and ThingSpeak channel is specified. The data to field mapping is automatically created by the DataLogger IoT following the data reporting order from the specific device driver.
5054

5155

5256

5357
## Creating a Device to a ThingSpeak Channel
5458

55-
The following discussion outlines the basic steps taken to create a Channel in ThingSpeak and then connect it to the DataLogger's Device.
59+
The following discussion outlines the basic steps taken to create a Channel in ThingSpeak and then connect it to the DataLogger's Device. First step is to log into your [ThingSpeak](https://thingspeak.com/) and create a Channel.
5660

57-
First step is to log into your ThingSpeak and create a Channel. Once logged into your ThingSpeak account, select ***Channels > My Channels*** menu item and on the **My Channel** page, select the **New Channel** button.
61+
<div style="text-align: center"><a href="https://thingspeak.com/" target="thingspeak" class="md-button">Click Here to Log into ThingSpeak</a></div>
62+
63+
Once logged into your ThingSpeak account, select ***Channels > My Channels*** menu item and on the **My Channel** page, select the **New Channel** button.
5864

5965
<div style="text-align: center">
6066
<a href="../assets/iot_ts_channel.png"><img src="../assets/iot_ts_channel.png" alt="New Channel"></a>
@@ -93,11 +99,9 @@ On the presented dialog, enter a name for the MQTT connection and in the **Autho
9399
The selected Channel is then listed in the **Authorized Channel** table. Ensure that the Allow Publish and Allow Subscribe attributes are enabled for the added channel.
94100

95101
<div style="text-align: center">
96-
<a href="../assets/iot_ts_mqtt_channel_auth.png"><img src="../assets/iot_ts_mqtt_channel_auth.png" alt="MQTT on ThingSpeak"></a>
102+
<a href="../assets/iot_ts_mqtt_channel_auth.png"><img src="../assets/iot_ts_mqtt_channel_auth.png" alt="MQTT Channel Authorization on ThingSpeak"></a>
97103
</div>
98104

99-
Channel Authorization.
100-
101105
At this point, the ThingSpeak Channel is setup for access by the DataLogger IoT.
102106

103107

docs/updating_firmware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This action enables the ability to update the onboard firmware to an image file
66

77
This option is available on ESP32 devices that contained two update firmware (OTA type) partitions within the on-board device flash memory. Consult the specific products production and build system for further details.
88

9-
To download the latest firmware and update through the microSD card, you will need to head to the [GitHub repository containing the firmware](https://github.com/sparkfun/SparkFun_DataLogger/tree/main/firmware/bin). Select the firmware version and download.
9+
To download the latest firmware and update through the microSD card, you will need to head to the [GitHub repository containing the firmware](https://github.com/sparkfun/SparkFun_DataLogger/releases). Select the firmware version and download.
1010

11-
<div style="text-align: center"><a href="https://github.com/sparkfun/SparkFun_DataLogger/tree/main/firmware/bin" target="sfe_datalogger_firmware" class="md-button">GitHub: SparkFun DataLogger > firmware > bin</a></div>
11+
<div style="text-align: center"><a href="https://github.com/sparkfun/SparkFun_DataLogger/releases" target="sfe_datalogger_firmware" class="md-button">GitHub: SparkFun DataLogger | Firmware Releases</a></div>
1212

1313
Once downloaded, insert the microSD card into a card reader or USB adapter. Then move the files into the memory card's root directory. Below shows an image of v01.00.01 and v01.00.02 on a Windows OS.
1414

0 commit comments

Comments
 (0)