Skip to content

Commit

Permalink
doc: TTS tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LDannijs committed Jun 24, 2024
1 parent 6fb977b commit 1f40d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/content/lorawan/adaptive-data-rate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Mobile end devices should be able to detect when they are stationary for a longe
## ADR in The Things Stack

{{< info >}}
Check [The Things Stack documentation](https://www.thethingsindustries.com/docs/reference/adr/#how-adr-works) for more specifics on how ADR works on the Stack.
Check [{{% tts %}} documentation](https://www.thethingsindustries.com/docs/reference/adr/#how-adr-works) for more specifics on how ADR works on the {{% tts %}}.
{{</ info >}}

To determine the optimal data rate, the network needs some measurements (uplink messages). Currently The Things Stack takes the 20 most recent uplinks, starting at the moment the ADR bit is set. These measurements contains the frame counter, signal-to-noise ratio (SNR) and number of gateways that received each uplink. When a device unsets the ADR bit (because it knows it is moving or it knows RF conditions are unstable), previous measurements are discarded. As soon as the ADR bit is set again, the network starts measuring again.
Expand Down
2 changes: 1 addition & 1 deletion doc/content/lorawan/end-device-activation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Every end device must be registered with a network before sending and receiving
The join procedure for LoRaWAN 1.0.x and 1.1 is slightly different. The following two sections describe the join procedure for LoRaWAN 1.0.x and 1.1 separately.

{{< info >}}
For more information on the differences between OTAA and ABP, check the [The Things Stack documentation](https://www.thethingsindustries.com/docs/the-things-stack/concepts/data-formats/).
For more information on the differences between OTAA and ABP, check the [{{% tts %}} documentation](https://www.thethingsindustries.com/docs/the-things-stack/concepts/data-formats/).
{{</ info >}}

## Over The Air Activation in LoRaWAN 1.0.x
Expand Down
2 changes: 1 addition & 1 deletion doc/content/lorawan/message-types/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ images:
---

{{< info >}}
For information on The Things Stack's specific data formats, check [The Things Stack documentation](https://www.thethingsindustries.com/docs/the-things-stack/concepts/data-formats/).
For information on {{% tts %}} specific data formats, check [{{% tts %}} documentation](https://www.thethingsindustries.com/docs/the-things-stack/concepts/data-formats/).
{{</ info >}}

In this chapter, you will learn about different message types used in LoRaWAN 1.0.x and 1.1. These message types are used to transport MAC commands and application data. The Things Fundamentals Certification exam expects you should have basic knowledge on the following topics with regards to the message types:
Expand Down
2 changes: 1 addition & 1 deletion doc/content/lorawan/regional-parameters/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 40
---

{{< info >}}
For information on the specific versions of the Regional Parameters check [The Things Stack documentation](https://www.thethingsindustries.com/docs/the-things-stack/concepts/spec-regional-parameters/).
For information on the specific versions of the Regional Parameters check [{{% tts %}} documentation](https://www.thethingsindustries.com/docs/the-things-stack/concepts/spec-regional-parameters/).
{{</ info >}}

LoRaWAN operates in unlicensed radio spectrum. This means that anyone can use the radio frequencies without having to pay million dollar fees for transmission rights. It is similar to WiFi, which uses the 2.4GHz and 5GHz ISM bands worldwide. Anyone is allowed to set up WiFi routers and transmit WiFi signals without the need for a license or permit.
Expand Down

0 comments on commit 1f40d29

Please sign in to comment.