Skip to content

Commit da75fed

Browse files
author
Amanda Butler
authored
Merge pull request #678 from hasnainvirk/nor_phy_clarification
Adding note for LoRaPHY & LoRaRadio clarification
2 parents 0e09c57 + 37dbc6b commit da75fed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/technology/connectivity/lora-tech.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,12 @@ There are four design components comprising the Arm Mbed LoRaWAN solution that e
111111
- Mbed LoRa radio driver: constructed by the application and passed down to stack.
112112
- Mbed LoRaWAN stack, MAC controller layer: controls the operation of the stack.
113113
- Mbed LoRaWAN stack, PHY layer: computes and provides the regional PHY parameters for processing by MAC controller layer.
114-
- An `EventQueue` shared between application and the stack for synchronization. It is required that the application constructs an `EventQueue` object and passes it down to stack.
114+
- An `EventQueue` shared between the application and the stack for synchronization. The application must construct an `EventQueue` object and passes it down to the stack.
115115

116+
<span class="notes">**Note:** LoRaPHY is a stack level protocol layer that handles regional parameters, regardless of which radio chip is being used. LoRaRadio is the real instance of a radio driver, controlling the registers and interrupts on the physical chip.</span>
116117
##### Mbed LoRa radio driver
117118

118-
Mbed LoRa radio drivers reside out of the Mbed OS tree. Arm provides support for `SX1272` and `SX1276` LoRa radios, which are the most widely used LoRa end-device radio chipsets.
119+
Mbed LoRa radio drivers reside outside of the Mbed OS tree. Arm provides support for `SX1272` and `SX1276` LoRa radios, which are the most widely used LoRa end-device radio chipsets.
119120

120121
Arm Mbed OS contains a pure virtual class `LoRaRadio`, which you can use to inherit from and provide an Mbed LoRa radio driver to complement Mbed applications and the Mbed LoRaWAN stack. You can find a complete reference to the `LoRaRadio` class in the [LoRaRadio API reference](/docs/development/apis/loraradio-api.html).
121122

0 commit comments

Comments
 (0)