StevenCellist
|
0d75bfae02
|
[LoRaWAN] Add simple receive methods
|
2024-02-22 23:29:11 +01:00 |
|
StevenCellist
|
ab67097587
|
[LoRaWAN] Fix downlink port, Fcnt 'underflow', user MAC processing
|
2024-02-22 10:57:07 +01:00 |
|
StevenCellist
|
eb0c115665
|
[LoRaWAN] Fix example incorrectly processing MAC commands
|
2024-02-22 10:55:46 +01:00 |
|
StevenCellist
|
cc3f3389e8
|
[LoRaWAN] Fix DeviceTime and LinkCheck, fix FcntUp offset
|
2024-02-22 10:10:14 +01:00 |
|
StevenCellist
|
fb2bbe56b2
|
[LoRaWAN] Improve example comments and persistence
|
2024-02-22 10:09:31 +01:00 |
|
StevenCellist
|
3d9db21387
|
[LoRaWAN] Prevent incorrect behaviour in restore()
|
2024-02-19 19:33:18 +01:00 |
|
StevenCellist
|
7bccb7f25c
|
[LoRaWAN] Improve persistence behaviour, add dwell time error, clear up debug output
|
2024-02-19 19:13:53 +01:00 |
|
StevenCellist
|
8f47e834f5
|
[TypeDef] Introduce error for LoRaWAN dwell time
|
2024-02-19 19:10:45 +01:00 |
|
StevenCellist
|
874e48789d
|
[HAL] Fix comment
|
2024-02-19 19:10:19 +01:00 |
|
StevenCellist
|
23b0de3147
|
[ArduinoHAL] Only (over)write new values
|
2024-02-19 19:10:03 +01:00 |
|
StevenCellist
|
2534ec8870
|
Merge branch 'jgromes:master' into master
|
2024-02-19 12:49:44 +01:00 |
|
StevenCellist
|
0ea00fad44
|
[LoRaWAN] Improve examples, add getter for DevAddr (#974)
|
2024-02-15 20:36:03 +01:00 |
|
StevenCellist
|
0d5b484908
|
[LoRaWAN] Improve examples, add getter for DevAddr
|
2024-02-15 18:57:47 +01:00 |
|
StevenCellist
|
bb239468ef
|
Merge pull request #970 from barnslig/master
[LoRaWAN] Fix fcntUp wrap-around after 50 transmissions
|
2024-02-14 18:55:21 +01:00 |
|
Leonard Techel
|
ea2ccfd6d0
|
[LoRaWAN] Fix fcntUp wrap-around after 50 transmissions
Resolves #950
|
2024-02-13 19:58:02 +01:00 |
|
jgromes
|
a907026c7b
|
[SX127x] Fixed software timeout duration (#962)
|
2024-02-13 07:04:04 +01:00 |
|
Olivér Remény
|
e4267760f9
|
Fix stringop-truncation warning in AX25 callsign getter (#958)
* Update LoRaWAN.cpp
* Update Pager.cpp
* Update AX25.cpp
Fixed stringop-truncation error
|
2024-02-11 09:41:41 +01:00 |
|
Olivér Remény
|
7945ffb996
|
include esp_attr.h where IRAM_ATTR is used (#952)
* Update LoRaWAN.cpp
* Update Pager.cpp
|
2024-02-02 16:57:43 +01:00 |
|
jgromes
|
bce14023f9
|
[PHY] Fixed godmode not exposing private member (#950)
|
2024-02-02 16:36:50 +01:00 |
|
jgromes
|
547328f375
|
Bump version to 6.4.2
|
2024-01-28 14:04:33 +01:00 |
|
jgromes
|
d208f46f93
|
[LoRaWAN] Added data rate check debug print
|
2024-01-28 13:31:08 +01:00 |
|
jgromes
|
a168f9ba41
|
[SX127x] Fixed data rate checking
|
2024-01-28 13:29:14 +01:00 |
|
jgromes
|
118980fd27
|
[SX126x] Fixed data rate checking (#948)
|
2024-01-28 13:28:48 +01:00 |
|
jgromes
|
5ebea18572
|
[LLCC68] Fixed data rate checking
|
2024-01-28 13:28:21 +01:00 |
|
jgromes
|
a44a3daa1c
|
[LoRaWAN] Removed unsupported initializer (CI_BUILD_ALL)[
|
2024-01-27 19:05:44 +01:00 |
|
jgromes
|
070a0bf240
|
[LoRaWAN] Fixed missing bracket (CI_BUILD_ALL)
|
2024-01-27 19:00:16 +01:00 |
|
jgromes
|
50d335e339
|
[CI] Skip LoRaWAN on MegaAVR (CI_BUILD_ALL)
|
2024-01-27 18:58:36 +01:00 |
|
jgromes
|
7c50be3158
|
[LoRaWAN] Add explicit initialization
|
2024-01-27 18:57:11 +01:00 |
|
jgromes
|
139574d963
|
Bump version to 6.4.1
|
2024-01-27 18:50:16 +01:00 |
|
jgromes
|
1c8d2d5cfb
|
[LoRaWAN] Typo fixes
|
2024-01-27 18:49:34 +01:00 |
|
jgromes
|
f35e3282f5
|
[LoRaWAN] Added ADR data rate check (#946)
|
2024-01-27 18:47:40 +01:00 |
|
jgromes
|
f109fd0158
|
[LLCC68] Fixed set data rate for LLCC68 (#946)
|
2024-01-27 18:47:05 +01:00 |
|
jgromes
|
a642f5a8df
|
[SX126x] Implemented data rate check
|
2024-01-27 18:46:22 +01:00 |
|
jgromes
|
a4b148d609
|
[SX127x] Implemented data rate check
|
2024-01-27 18:45:37 +01:00 |
|
jgromes
|
b734e23460
|
[PHY] Added data rate check method
|
2024-01-27 18:23:52 +01:00 |
|
Jan Gromeš
|
a981f9828a
|
Merge pull request #942 from StevenCellist/master
[LoRaWAN] Fix channel logic: for fixed bands, persistence of dynamic bands, rejoining during active session
|
2024-01-27 16:12:17 +01:00 |
|
jgromes
|
1025abce8b
|
[CI] Fixed SDK path export
|
2024-01-27 14:07:46 +01:00 |
|
jgromes
|
9053786c02
|
Added RPi Pico build to CI
|
2024-01-27 14:03:58 +01:00 |
|
jgromes
|
eaa42b0d6b
|
Update RPi Pico SDK example
|
2024-01-27 14:03:40 +01:00 |
|
Jan Gromeš
|
33f1ef7d22
|
Merge pull request #941 from cameron-goddard/master
examples: NonArduino: Raspberry Pi Pico
|
2024-01-27 13:54:27 +01:00 |
|
StevenCellist
|
b98a5c6b29
|
[LoRaWAN] Fix Tx power calculation
|
2024-01-24 08:46:10 +01:00 |
|
StevenCellist
|
51ab103d07
|
[LoRaWAN] Keep Dev/JoinNonce on OTAA wipe with same credentials
|
2024-01-23 09:04:25 +01:00 |
|
StevenCellist
|
9008fb00a7
|
[LoRaWAN] Fix setDatarate function
|
2024-01-22 14:38:35 +01:00 |
|
StevenCellist
|
ee542c3b56
|
[LoRaWAN] Fix dynamic-band non-ADR session persistance
|
2024-01-22 13:34:00 +01:00 |
|
StevenCellist
|
aedf519ea4
|
[LoRaWAN] Fix rejoining during active session
|
2024-01-22 12:53:18 +01:00 |
|
StevenCellist
|
4ec10a4749
|
[LoRaWAN] Fix fixed band CFList processing
|
2024-01-22 12:32:15 +01:00 |
|
StevenCellist
|
6979bff863
|
[LoRaWAN] Improve channel masks for fixed bands
|
2024-01-22 11:40:57 +01:00 |
|
Cameron Goddard
|
e558f541e1
|
add Pico HAL
|
2024-01-21 15:39:28 -05:00 |
|
Jan Gromeš
|
86136d3b46
|
Merge pull request #936 from StevenCellist/master
[LoRaWAN] Fix session restore throwing unnecessary error
|
2024-01-20 19:04:14 +01:00 |
|
StevenCellist
|
598228fba0
|
[LoRaWAN] Fix session restore throwing unnecessary error
|
2024-01-20 11:03:54 +01:00 |
|