issues
search
LoRaWanMiniMouse
/
Mini-Mouse
LoRaWan Stack
28
stars
14
forks
source link
[WIP] Integration of FSK up to MAC layer
#9
Open
ma11
opened
6 years ago
ma11
commented
6 years ago
Summary
This merge request proposes the following:
Handling of FSK at MAC layer
Handling of FSK at PHY layer
Integration and Fix of FSK related methods at Radio driver layers
sx126x
sx1276
Details
MAC layer
Computation of FSK Rx windows parameters
Introduce the Rx1 and Rx2 modulation variables to be computed depending on Region parameters and Tx modulation
PHY layer
Calls the Radio driver method according to MAC layer configuration
Radio drivers
Modify the SX1276 driver for FSK operations
Modify the SX126x driver for FSK operations
Some code cleaning and fixes
Summary
This merge request proposes the following:
Details
MAC layer
PHY layer
Radio drivers