Skip to content

Commit 28b0e0d

Browse files
author
Hasnain Virk
committed
Adding note for LoRaPHY & LoRaRadio clarification
A note is added in the Technology section related to LoRaWAN. It tries to clarify the difference between LoRaPHY and LoRaRadio.
1 parent aa7750a commit 28b0e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ There are four design components comprising the Arm Mbed LoRaWAN solution that e
113113
- Mbed LoRaWAN stack, PHY layer: computes and provides the regional PHY parameters for processing by MAC controller layer.
114114
- 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.
115115

116+
<span class="notes">**Note:** LoRaPHY is a stack level protocol layer that handles regional parameters regardless of what 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

118119
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.

0 commit comments

Comments
 (0)