49d340e667 
								
									
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Implement Class C (including multicast) ( #1504 )  
							
							... 
							
							
							
							* [SX126x] Add unified RxContinuous timeout
* [SX127x] Add unified RxContinuous timeout
* [SX128x] Add unified RxContinuous timeout
* [LR11x0] Add unified RxContinuous timeout
* [LoRaWAN] Implement Class C
* [LoRaWAN] Fix cppcheck issue
* [LoRaWAN] Add a few comments
* [LoRaWAN] Add a few more comments
* [LoRaWAN] Improve debug line
* [LoRaWAN] Prohibit class switching before join
* [LoRaWAN] Fix Class C downlink details
* [LoRaWAN] Implement Class C multicast
* Update keywords.txt
* [LoRaWAN] Fix error codes in examples
* [LoRaWAN] Declare Multicast key arguments `const`
* [LoRaWAN] Small fixes for Class C
* [LoRaWAN] Small fixes for Class C
* [LoRaWAN] Fix Class C feedback 
							
						 
						
							2025-05-29 21:08:24 +02:00  
				
					
						
							
							
								 
						
							
							
								7577ae413f 
								
							
								 
							
						 
						
							
							
								
								Fix for CN470 (formerly CN500)  
							
							
							
						 
						
							2025-03-06 18:31:20 +01:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								d31d9968af 
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Remove pin maps from example config file ( #1106 )  
							
							
							
						 
						
							2024-06-19 21:08:11 +02:00  
				
					
						
							
							
								 
						
							
							
								68d0e393b7 
								
									
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Remove forbidden CN780  
							
							
							
						 
						
							2024-06-07 10:09:59 +02:00  
				
					
						
							
							
								 
						
							
							
								38abf92aaf 
								
									
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Added frequency plans AS923_2, AS923_3 and AS923_4 for Asian countries ( #1116 )  
							
							... 
							
							
							
							* Added AS923_2, AS923_3 and AS923_4
These plans are used by Asian countries such as Vietnam, Indonesia, Philippines... 
							
						 
						
							2024-06-07 10:04:38 +02:00  
				
					
						
							
							
								 
						
							
							
								954477b0c0 
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Remove old error code (CI_BUILD_ALL)  
							
							
							
						 
						
							2024-05-28 18:25:35 +02:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								163a4020d2 
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Consistent fCnt/fPort casing to match documents  
							
							
							
						 
						
							2024-05-04 23:18:36 +02:00  
				
					
						
							
							
								 
						
							
							
								1b2b8bd67b 
								
									
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Improve PHY behaviour, update beginABP, bugfixes ( #1080 )  
							
							... 
							
							
							
							* [LoRaWAN] Add getter for ToA, prevent MAC queue overflow
* [LoRaWAN] Permute arguments to beginABP
* Implement & split off checkOutputPower
* [LoRaWAN] Configure physical layer on each up/downlink
* [LoRaWAN] Remove unnecessary dynamic array
* [LoRaWAN] Improve downlink handling
* Resolve return-warnings in checkOutputPower()
* [LoRaWAN] Improve buffer definition
* [LoRaWAN] Prevent requesting repeated MAC commands
* Update keywords.txt
* [CC1101] Resolve unused variable warning
* [CC1101] Update checkOutputPower
* [SX1278] Fix variable assignment
* Update keywords.txt
* [CC1101] Added checkOutputPower override for PHY compatibility
* [LR11x0] Added checkOutputPower override for PHY compatibility
* [SX127x] Added checkOutputPower override for PHY compatibility
---------
Co-authored-by: jgromes <jan.gromes@gmail.com> 
							
						 
						
							2024-05-01 13:35:22 +02:00  
				
					
						
							
							
								 
						
							
							
								91f89fa1f3 
								
									
								
							
								 
							
						 
						
							
							
								
								Updated board definitions for the LoRaWAN Examples ( #1052 )  
							
							... 
							
							
							
							* Update README.md
Clarify intended purpose. Remove unsupported modules.
* Update board configs in configABP.h
Added HelTec boards and corrected some errors
* Update board configs in config.h
Added HelTec boards and corrected some errors
* Update board configs in config.h
Added HelTec boards and corrected some errors
* Update prebuilt modules in notes.md
* Delete README.md
* Recreate README.md 
							
						 
						
							2024-04-14 08:15:50 +02:00  
				
					
						
							
							
								 
						
							
							
								fbee7471c7 
								
									
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Added pin maps ( #1047 )  
							
							... 
							
							
							
							* Added pin maps
* Modified pin map for ARDUINO_TTGO_LORA32_V2 (DIO1 not connected & not needed) 
							
						 
						
							2024-04-01 21:03:38 +02:00  
				
					
						
							
							
								 
						
							
							
								78211e7566 
								
							
								 
							
						 
						
							
							
								
								[LoRaWAN] Added specific error code for no downlink received  
							
							
							
						 
						
							2024-03-27 18:48:16 +01:00  
				
					
						
							
							
								 
						
							
							
								9e4783cf8b 
								
									
								
							
								 
							
						 
						
							
							
								
								[CI] Fix for new LoraWAN examples ( #1035 )  
							
							... 
							
							
							
							* Update CI for new LoRaWAN examples
* Use single line for flags
* Fixup flag strings
* Fixup array dump helper
* Added missing LoRaWAN defines
* Drop Teensy from CI (still broken)
* Define a board for CI runs 
							
						 
						
							2024-03-26 06:55:37 +01:00  
				
					
						
							
							
								 
						
							
							
								c0ebd5a92e 
								
							
								 
							
						 
						
							
							
								
								Header comments & ABP  
							
							
							
						 
						
							2024-03-25 11:55:29 +00:00  
				
					
						
							
							
								 
						
							
							
								5bc97550ec 
								
							
								 
							
						 
						
							
							
								
								Clean up prior named directories plus neglected Reference is included  
							
							
							
						 
						
							2024-03-23 17:03:21 +00:00