Jan Gromeš
8c2c7b6cb5
[LoRaWAN] Add methods to allow user-provided sleep function ( #1410 )
...
* [LoRaWAN] Add methods to allow user-provided sleep function
* Add example sleep function
* [LoRaWAN] Switch all delay calls to sleepDelay
* [LoRaWAN] Remove unused variable
---------
Co-authored-by: StevenCellist <steven@boonstoppel.nu>
2025-02-06 07:00:03 +01:00
StevenCellist
283bfb43fe
[LoRaWAN] Revert change in dwell time arguments
2025-01-04 16:04:05 +01:00
StevenCellist
5952106e93
[LoRaWAN] Update reference example
2025-01-04 15:05:36 +01:00
StevenCellist
f7f0b62e7f
[LoRaWAN] Major rework ( #1204 )
...
* [LoRaWAN] Major rework
* [LoRaWAN] Some CI fixes, add retransmission timeout
* [LoRaWAN] CI fixes
* [LoRaWAN] Add missing initializers
* [LoRaWAN] Return Rx window number, fix casing
* [LoRaWAN] Un-static functions to fix overriding
* [LoRaWAN] Integrate feedback, fix session save/restore
* [LoRaWAN] Add const
* [LoRaWAN] Do not accept invalid Rx2 datarate
* [LoRaWAN] Integrate feedback
* [LoRaWAN] Fix retransmission, ADR backoff, setDatarate; reject out-of-band frequencies
* Update keywords.txt
* [LoRaWAN] Fix initial datarate, misc cleanup
* [LoRaWAN] Update examples
* [LoRaWAN] Update README
* [LoRaWAN] Reject oversized downlinks
* [LoRaWAN] Remove VLAs
* [LoRaWAN] CI fixes
* [LoRaWAN] More CI
* [LoRaWAN] Fix getMaxPayloadLen
* [LoRaWAN] Rename some status codes
* [CI] Skip LoRaWAN on XMega48
* [CI] Skip FW update for LR11x0
---------
Co-authored-by: jgromes <jan.gromes@gmail.com>
2024-09-10 21:11:16 +02:00
StevenCellist
fe221cf84f
[LoRaWAN] Revert LW
to LORAWAN
2024-05-25 13:00:02 +02:00
HeadBoffin
875da9d89d
LW examples updated for new initialisation / join sequence ( #1104 )
...
* Updated for new initalisation / join sequence
* Removed duplicate entry
* Pragmatic / conservative disabling on unknown configs with potentially wrong defines - to be investigated at a later date
---------
Co-authored-by: Nick McCloud <hiq.bitbucket@armoured.email>
2024-05-25 07:19:02 +02:00
StevenCellist
298a612699
[LoRaWAN] Change session activation ( #1093 )
...
* [LoRaWAN] Improve session restoration/activation behaviour
* [LoRaWAN] Custom return codes for session begin
* [LoRaWAN] Separate begin() and activate()
* [LoRaWAN] Fix activateABP()
* [LoRaWAN] Additional error-code
* [LoRaWAN] Fix rejoining during active session
* [LoRaWAN] Expose clearSession, drop `force`
* Update keywords...
2024-05-21 12:03:49 +02:00
StevenCellist
163a4020d2
[LoRaWAN] Consistent fCnt/fPort casing to match documents
2024-05-04 23:18:36 +02:00
StevenCellist
43adfee174
[LoRaWAN] Shorten LORAWAN to LW
2024-05-03 22:58:11 +02:00
jgromes
d77823375a
[LoRaWAN] Generate random numbers instead of digital/analog read ( #1056 )
2024-04-09 22:18:40 +02:00
StevenCellist
aa46a0c8b3
[LoRaWAN] Hide broken CSMA
2024-04-02 22:25:50 +02:00
jgromes
78211e7566
[LoRaWAN] Added specific error code for no downlink received
2024-03-27 18:48:16 +01:00
jgromes
5c891ae337
[LoRaWAN] Do not use analog pin macros that may not be defined
2024-03-26 20:23:53 +01:00
jgromes
5391d5d383
[LoRaWAN] Add cast for DevAddr print
2024-03-26 20:15:03 +01:00
StevenCellist
d1b911b273
Add link to persistence repository in LoRaWAN Reference example
2024-03-25 13:42:52 +01:00
Nick McCloud
c0ebd5a92e
Header comments & ABP
2024-03-25 11:55:29 +00:00
Nick McCloud
5bc97550ec
Clean up prior named directories plus neglected Reference is included
2024-03-23 17:03:21 +00:00