StevenCellist
18c1ce47b4
Improve introductory comments in LoRaWAN ABP example
2024-03-25 13:41:04 +01:00
Nick McCloud
c0ebd5a92e
Header comments & ABP
2024-03-25 11:55:29 +00:00
HeadBoffin
ff5ade2aa1
Merge pull request #1 from jgromes/master
...
LoRaWAN examples update
2024-03-25 11:17:57 +00:00
Nick McCloud
5bc97550ec
Clean up prior named directories plus neglected Reference is included
2024-03-23 17:03:21 +00:00
Nick McCloud
0182a123fb
Update of examples to latest API, testing, repeat
2024-03-23 17:00:13 +00:00
Jan Gromeš
cfc425970c
[LoRaWAN] Resolve warnings, fix bugs for fixed bands ( #1021 )
...
* [LoRaWAN] Resolve warnings
* [LoRaWAN] Fixed bands: improve initial datarate, fix CFList bug
* [LoRaWAN] Improve MAC debug output formatting
* Fix hexdump debug level
* Remove unnecessary error, add new ones to keywords
* [LoRaWAN] Discard useless check
---------
Co-authored-by: StevenCellist <steven@boonstoppel.nu>
2024-03-18 16:39:55 +01:00
jgromes
44f6c1d432
[CI] Enable LoRaWAN builds for previously disabled platforms
2024-03-18 09:37:16 +01:00
StevenCellist
ca2a3073b9
[LoRaWAN] Change and upgrade persistence handling ( #1017 )
...
* [LoRaWAN] Change and upgrade persistence handling
* [BuildOpt] Patch to upstream
* [LoRaWAN] Fix #1018
* [LoRaWAN] Remove outdated parts
* [LoRaWAN] Resolve feedback
Warning: untested - am not at my desk
* [LoRaWAN] Small bugfixes
2024-03-18 08:51:38 +01:00
Jan Gromeš
3d5f05b963
Static check ( #1019 )
...
* Update CodeQL action
* [CI] Added workflow dispatch for codeql
* [CI] Use v4 checkout action
* [CI] Add cppcheck action (#1018 )
2024-03-17 18:10:54 +01:00
jgromes
0b11d101aa
[CC1101] Clarify direct methods are synchronous ( #1016 )
2024-03-15 19:32:57 +01:00
jgromes
9fd7db4d13
[SX126x] Fix rx/tx fallback mode ( #1008 )
2024-03-13 07:00:20 +01:00
jgromes
b288485d6c
[SX126x] Added option to select standby mode ( #1008 )
2024-03-12 21:52:17 +01:00
jgromes
24ffbfc284
Added ESP IRAM attribute to examples ( #1010 )
2024-03-10 20:40:41 +01:00
jgromes
4993ac7c9d
Added links to troubleshooting guide
2024-03-10 12:44:04 +01:00
jgromes
4ee17cc168
Debugging rework
2024-03-10 11:07:23 +01:00
jgromes
9774a2299b
Update issue template for new debug levels
2024-03-10 09:56:23 +01:00
jgromes
cf561733d2
[Pager] Minor fixes
2024-03-02 18:09:56 +01:00
Jan Szumiec
268e2d704f
Receive messages for multiple POCSAG RICs ( #998 )
...
* Make it possible to supply a list of addresses for POCSAG reception.
* Initialize some instance variables to sensible values.
2024-03-02 18:01:32 +01:00
Nick McCloud
a926d5e13a
Change the names to protect the innocent
2024-03-02 14:01:32 +00:00
Nick McCloud
3d8c2e866d
WIP Starter for preview
2024-03-02 13:54:49 +00:00
Nick McCloud
ec9126dae0
Added last updated dates & corresponding RadioLib version number
2024-03-01 09:48:55 +00:00
Nick McCloud
7389d74e69
Update the reference version to latest LW code base
2024-03-01 09:46:38 +00:00
Nick McCloud
22045d7189
Range of tweaks & dutycycle / FUP
2024-02-28 20:46:47 +00:00
jgromes
744834509f
Merge branch 'master' of https://github.com/jgromes/RadioLib
2024-02-28 18:09:26 +01:00
jgromes
10acb6d9ca
Added ESP-IDF badge to readme
2024-02-28 18:09:24 +01:00
Nicklas Börjesson
a52920bcb2
IDF Component Registry manifest ( #990 )
...
* Add idf_component.yxml
* Fix URL, add compote dist to .gitignore
2024-02-28 17:50:04 +01:00
StevenCellist
5766d386af
[LoRaWAN] Improve persistence behaviour, add dwell time error, clear up debug output ( #980 )
...
* [LoRaWAN] Improve examples, add getter for DevAddr
* [ArduinoHAL] Only (over)write new values
* [HAL] Fix comment
* [TypeDef] Introduce error for LoRaWAN dwell time
* [LoRaWAN] Improve persistence behaviour, add dwell time error, clear up debug output
* [LoRaWAN] Prevent incorrect behaviour in restore()
* [LoRaWAN] Improve example comments and persistence
* [LoRaWAN] Fix DeviceTime and LinkCheck, fix FcntUp offset
* [LoRaWAN] Fix example incorrectly processing MAC commands
* [LoRaWAN] Fix downlink port, Fcnt 'underflow', user MAC processing
* [LoRaWAN] Add simple receive methods
* [LoRaWAN] Add co-author
Co-Authored-By: HeadBoffin <60431281+HeadBoffin@users.noreply.github.com>
* [LoRaWAN] Fix example output
* [LoRaWAN] Improve persistence behaviour, bugfix subband
* [LoRaWAN] Prevent useless rejoin during nonpersistent session
* [LoRaWAN] Graciously block an uplink if not joined
---------
Co-authored-by: HeadBoffin <60431281+HeadBoffin@users.noreply.github.com>
2024-02-27 17:29:45 +01:00
Jan Gromeš
5c30bb1e32
[CI] Run apt-get update before install ( #989 )
2024-02-27 17:16:33 +01:00
jgromes
9f0bdffc50
[LoRaWAN] Use ESP_PLATFORM macro to include esp_attr.h ( #952 )
2024-02-25 18:02:31 +01:00
StevenCellist
0ea00fad44
[LoRaWAN] Improve examples, add getter for DevAddr ( #974 )
2024-02-15 20:36:03 +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