Skip to content

Commit

Permalink
Minor wording updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asvand committed Dec 15, 2020
1 parent a40b8bc commit 2243f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ AWS IoT Core for LoRaWAN enables customers to connect wireless devices that use

This repository contains fully functional sample applications to help you get started with AWS IoT Core for LoRaWAN.

- [How to decode LoRaWAN device binary payloads and process them with AWS IoT Core and other AWS services](transform_binary_payload)
- [Decoding LoRaWAN device binary payloads and integrating them with other AWS services by using AWS IoT Rules](transform_binary_payload)
In this sample you will learn how to decode binary format of your LoRaWAN device payloads and integrate the decoded payload with other AWS services by using AWS IoT Rules.

- [How to analyse LoRaWAN payloads with Amazon Timestream and visualize them with Grafana](timestream)
- [Analyzing LoRaWAN payloads with Amazon Timestream and visualizing them with Grafana timestream plugin](timestream)
You can use AWS IoT Core for LoRaWAN and AWS IoT Core to ingest time series data from your LoRaWAN devices into Amazon Timestream. Once your data are stored in Amazon Timestream, you can visualize your data in Grafana using a [Grafana timestream plugin](https://grafana.com/grafana/plugins/grafana-timestream-datasource/installation). This repository explains how to build a sample solution for storing your times series data and visualizing them.

- [How to implement soil moisture monitoring and alarming solution by using AWS IoT Core for LoRaWAN and AWS IoT Events](soilmoisture_alarming)
- [Monitoring and alarming of soil moisture by using AWS IoT Core for LoRaWAN and AWS IoT Events](soilmoisture_alarming)
Detecting events based on telemetry data from connected devices is a common use case in IoT across many industries. This repository contains a sample for integrating AWS IoT Events with LoRaWAN for IoT Core. You can learn how to translate telemetry values from a LoRaWAN device into events and notify users about these events using E-Mail and SMS.

2 changes: 1 addition & 1 deletion soilmoisture_alarming/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You may not use this file except in compliance with the License.
# A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenoes/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file is distributed
# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
Expand Down

0 comments on commit 2243f09

Please sign in to comment.