jgromes
fada24c1c4
[APRS] Added repeaters ( #1285 )
2024-10-23 18:06:35 +01:00
Jan Gromeš
9e7c0129e6
[HAL] HALs in src ( #1281 )
...
* [HAL] Move HALs to src
* [CI] Temporarily drop unofficial STM32 (package down)
* [LR11x0] Fix ambiguous call
* [CI] Return Maple mini back to build matrix
2024-10-20 19:14:33 +02:00
jgromes
2aa8c6e82a
Update all examples, add link to RadioBoards
2024-10-20 16:02:19 +01:00
jgromes
cc720a7a24
[SX127x] Added reset to home channel to FHSS examples ( #1266 )
2024-10-20 14:25:27 +01:00
Jan Gromeš
00699ce225
[LR11x0] GNSS support ( #1275 )
...
* [LR11x0] Added WIP GNSS control
* [LR11x0] Added almanac update
* [LR11x0] Added almanac update example
* [LR11x0] Add missing memory deallocation
* [LR11x0] Fix underflow in delay until subframe
* [LR11x0] Remove pin mapping from example
* [LR11x0] Finish rework of the GNSS API
* [LR11x0] Added position and satellite examples
* [LR11x0] Fix result member in example
* Added LR11x0 GNSS keywords
* [LR11x0] Fix typo in macro name
* [LR11x0] Print scan failed in example
* [LR11x0] Added GNSS abort
2024-10-18 16:50:36 +02:00
jgromes
710a1540b5
[STM32WLx] Update Rx interrupt example ( #1272 )
2024-10-14 16:38:57 +01:00
Jan Gromeš
dc77e6e662
[SX126x] LR-FHSS support ( #1228 )
...
* [FEC] Added Vitervi encoder
* [SX126x] Added initial LR-FHSS transmission support
* [CI] Use RPi build for CodeQL
* [SX126x] Fix signed comparison warning
* [FEC] Make input to Viterbi encoder const
* [CI] Drop SX126x examples from Arduino Uno builds
* [CI] Build SX123x for CodeQL scan
* [FEC] Fix comparison type
* [SX126x] Added configurable grid step
* [SX126x] Rename convolutional coding class
* [SX126x] Fix payload CRC
* [SX126x] ADded LR-FHSS example
* [SX126x] Make argument const
2024-10-07 20:00:19 +02:00
Ali Mosallaei
83e05701fe
[HAL] Add tones support for the RPi Pico ( #1239 )
...
* Add tones support for RPi Pico
* Add dependencies to CMakeLists
* Address review
2024-09-27 20:26:13 +02:00
jgromes
07bcf386f5
[LR11x0] LR-FHSS reception is not supported
2024-09-22 18:31:58 +01:00
jgromes
400382b1e7
[APRS] Fix string conversion in examples
2024-09-11 21:05:01 +02: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
jgromes
47b8df6874
[LR11x0] Added ping-pong example
2024-09-10 19:23:30 +02:00
Jan Gromeš
bc801c7004
[PHY] Channel scan configuration ( #1190 )
...
* [PHY] Added channel scan configuration
* [LR11x0] Added channel scan configuration
* [SX126x] Added channel scan configuration
* [SX128x] Added channel scan configuration
* Use microsecond timeout
* [PHY] Added generalized IRQ handling via PHY
* [LR11x0] Added generalized IRQ handling via PHY
* [SX126x] Added generalized IRQ handling via PHY
* [SX127x] Added generalized IRQ handling via PHY
* [SX128x] Added generalized IRQ handling via PHY
* Added missing typedef
* [PHY] Fix IRQ method argument type
* [SX128x] Fix non-trivial initializer usage
* [LR11x0] Added missing override specifiers
* [SX126x] Added missing override specifiers
* [SX127x] Added missing override specifiers
* [SX128x] Added missing override specifiers
* [PHY] Added missing IRQ map initializer
* [CI] Drop APRS builds on AVR
* [CI] Drop Morse builds for AVR
* [PHY] Rework generic IRQ to allow multiple flags
* [LR11x0] Rework generic IRQ to allow multiple flags
* [SX126x] Rework generic IRQ to allow multiple flags
* [SX127x] Rework generic IRQ to allow multiple flags
* [SX128x] Rework generic IRQ to allow multiple flags
* [LoRaWAN] Use generic IRQ
* Add missing typedef
* [SX127x] Make Rx mode implicit based on timeout
* [SX127x] Fixed shadowed variable
* [LR11x0] Fix missing initializers
* [SX127x] Added default startReceive arguments
* [LR11x0] Pass scan config by const reference
* [SX126x] Pass scan config by const reference
* [SX128x] Pass scan config by const reference
* [PHY] Pass scan config by const reference
* [SX127x] Add missing IRQ conversion
* [SX126x] Fixed default CAD scan config IRQ
* [LR11x0] Fixed default CAD scan config IRQ
* [LR11x0] Fix comments referencing DIO1
2024-09-01 18:19:07 +02:00
jgromes
260534741d
Added readme to ESP-IDF example
2024-08-17 21:19:14 +02:00
StevenCellist
6fdaef0953
Revert libtock being included
2024-07-22 21:29:54 +02:00
StevenCellist
907d9f9ef2
Merge branch 'master' of https://www.github.com/jgromes/RadioLib
2024-07-21 21:37:25 +02:00
StevenCellist
a6c9d0037a
[LoRaWAN] Collection of fixes
...
- Fix v1.0.4 MAC-in-payload decryption
- Don't process 0MHz frequencies from CFList
- Fix downlink-event datarate not showing correctly after ADR request
- Convert getDevAddr to uint32_t
- Backend: improve MAC Queue<>Buffer processing
2024-07-21 21:37:01 +02:00
jgromes
7c3ed88c0d
[SX126x] Clarify DIO3 for AFSK-based examples
2024-07-20 16:41:13 +02:00
Alistair Francis
ace0997359
NonArduino: Tock: A collection of fixes for LoRaWAN support ( #1145 )
2024-07-03 18:23:00 +02:00
jgromes
786dea5f56
[SX127x] Added delay to halting while loops
2024-06-29 18:34:41 +02:00
jgromes
3bf973d568
[SX126x] Added delay to halting while loops
2024-06-29 18:34:29 +02:00
jgromes
b34be58e1a
[Stream] Added delay to halting while loops
2024-06-29 18:33:34 +02:00
jgromes
406197e667
[SX123x] Added delay to halting while loops
2024-06-29 18:33:25 +02:00
jgromes
87c1851dc4
[STM32WL] Added delay to halting while loops
2024-06-29 18:33:19 +02:00
jgromes
e942ac5ffc
[SSTV] Added delay to halting while loops
2024-06-29 18:33:03 +02:00
jgromes
abbbda671b
[Si443x] Added delay to halting while loops
2024-06-29 18:32:48 +02:00
jgromes
3ee37e4de5
[RTTY] Added delay to halting while loops
2024-06-29 18:32:38 +02:00
jgromes
d99dd952df
[RF69] Added delay to halting while loops
2024-06-29 18:32:30 +02:00
jgromes
ff5b7117bf
[PHY] Added delay to halting while loops
2024-06-29 18:32:19 +02:00
jgromes
1178f5e718
[Pager] Added delay to halting while loops
2024-06-29 18:32:05 +02:00
jgromes
d3a81e4fa4
[nRF24] Added delay to halting while loops
2024-06-29 18:31:54 +02:00
jgromes
0023a73069
[Morse] Added delay to halting while loops
2024-06-29 18:31:46 +02:00
jgromes
2b844ae816
[LR11x0] Added delay to halting while loops
2024-06-29 18:31:38 +02:00
jgromes
83bf003589
[Hell] Added delay to halting while loops
2024-06-29 18:31:27 +02:00
jgromes
5908841834
[FSK4] Added delay to halting while loops
2024-06-29 18:31:20 +02:00
jgromes
ab7ed60b2c
[CC1101] Added delay to halting while loops
2024-06-29 18:31:13 +02:00
jgromes
74c5bb253c
[Bell] Added delay to halting while loops
2024-06-29 18:31:07 +02:00
jgromes
6f1ec9f016
[AX25] Added delay to halting while loops
2024-06-29 18:31:01 +02:00
jgromes
3ebf371f6b
[APRS] Added delay to halting while loops
2024-06-29 18:30:50 +02:00
jgromes
44ee248de9
[AFSK] Added delay to halting while loops
2024-06-29 18:29:11 +02:00
jgromes
798ba3efbe
[SX128x] Added delay to halting while loops
2024-06-29 18:28:58 +02:00
jgromes
cdefb0e614
Merge branch 'master' of https://github.com/jgromes/RadioLib
2024-06-19 21:08:13 +02:00
jgromes
d31d9968af
[LoRaWAN] Remove pin maps from example config file ( #1106 )
2024-06-19 21:08:11 +02:00
jgromes
bc36c1e98a
Use lgpio as the RPi HAL
2024-06-14 19:49:19 +01:00
StevenCellist
68d0e393b7
[LoRaWAN] Remove forbidden CN780
2024-06-07 10:09:59 +02:00
IoTThinks.com
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
jgromes
954477b0c0
[LoRaWAN] Remove old error code (CI_BUILD_ALL)
2024-05-28 18:25:35 +02:00
jgromes
6bd3f92cad
[LR11x0] Update RF switch map for WM1110
2024-05-27 21:22:19 +02:00
jgromes
a465f64969
[LR11x0] Implemented RF switch control
2024-05-26 17:03:45 +02:00
jgromes
f78b3ccc97
[MOD] Increase maximum number of RF switch pins to 5
2024-05-26 16:36:42 +02:00