Releases
1.0.4
Extended LoRaWan functionality
Tested with both Single Channel (ESP32 ) and 8 Channel (Dragino LPS8 ) LoRaWan gateways
Added possibility to set LoRaWan keys programmatically
lmh_setDevEui()
to set Device EUI
lmh_setAppEui()
to set Application EUI
lmh_setAppKey()
to set Application key
lmh_setNwkSKey()
to set Network session key
lmh_setAppSKey()
to set Application session key
lmh_setDevAddr()
to set Device address
Added possibility to force use of sub band of region
lmh_setSubBandChannels()
to set sub band to be used
Implemented workarounds for known limitations
Optimizing the Inverted IQ Operation, see DS_SX1261-2_V1.2 datasheet chapter 15.4
Modulation Quality with 500 kHz LoRa Bandwidth, see DS_SX1261-2_V1.2 datasheet chapter 15.1
Implicit Header Mode Timeout Behavior, see DS_SX1261-2_V1.2 datasheet chapter 15.3
Better Resistance of the SX1262 Tx to Antenna Mismatch, see DS_SX1261-2_V1.2 datasheet chapter 15.2
You can’t perform that action at this time.