jgromes
92b687821f
[MOD] Remove getCs method ( #1364 )
2024-12-29 10:03:42 +01:00
jgromes
60a093775a
[CC1101] Use Module SPI transfer stream
2024-12-29 10:03:13 +01:00
jgromes
c7fb065310
[CC1101] Simplify reset sequence
2024-12-29 09:46:38 +01:00
jgromes
8e35b14fae
[nRF24] Use Module SPI transfer stream
2024-12-29 09:33:53 +01:00
jgromes
b2b4c9e0f7
[SX126x] Use dummy SPI transfer for wakeup ( #1364 )
2024-12-27 16:26:24 +00:00
jgromes
ff387e93ad
[SX128x] Use dummy SPI transfer for wakeup
2024-12-27 16:25:59 +00:00
jgromes
9bff1582bd
[LR11x0] Use dummy SPI transfer for wakeup
2024-12-27 16:25:52 +00:00
jgromes
6622a0ac99
Bump version to 7.1.1
2024-12-19 14:18:20 +01:00
jgromes
02fe9f3119
Remove dev files
2024-12-18 08:28:06 +01:00
jgromes
89424a3025
[LoRaWAN] Remove unused parameter
2024-12-18 07:22:06 +00:00
jgromes
661b36cc4c
[SX126x] Suppress unused variable warning
2024-12-17 21:05:50 +00:00
jgromes
6e3b870317
[SX126x] Drop support for FSK address filtering ( #1268 )
2024-12-17 20:12:19 +00:00
jgromes
67547615af
[SX126x] Added notes about preamble detector to Doxygen ( #1350 )
2024-12-16 19:01:30 +00:00
jgromes
eeff547aa4
[SX126x] Fix preamble detector configuration ( #1350 )
2024-12-16 18:49:18 +00:00
jgromes
5a8ba0003b
[SX126x] Fix broken FSK packet params calls ( #1350 ) ( #1338 )
2024-12-16 08:19:15 +00:00
jgromes
75f087b5c2
[SX126x] Use length from startReceive in implicit header mode
2024-12-15 15:53:13 +01:00
jgromes
ded508cc25
[SX128x] Use length from startReceive in implicit header mode
2024-12-15 15:53:06 +01:00
jgromes
0cc72c8310
[SX127x] Use length from startReceive in implicit header mode ( #1345 )
2024-12-15 15:48:05 +01:00
jgromes
111de250ec
[CC1101] Clarify maximum packet length ( #1347 )
2024-12-14 14:49:23 +01:00
Jan Gromeš
933981e97d
Merge pull request #1343 from lyusupov/master
...
fix build with Arduino Core for Silicon Labs EFR32 Series 2
2024-12-14 14:27:12 +01:00
StevenCellist
957a533089
[LoRaWAN] Do not reject first JoinAccept for 1.0.4 on Chirpstack
2024-12-14 12:39:27 +01:00
Linar Yusupov
67e5c6ee7b
fix build with Arduino Core for Silicon Labs EFR32 Series 2
2024-12-11 13:57:59 +03:00
jgromes
577a0761ac
[SX126x] Make Tx timeout at least 5 ms ( #1338 )
2024-12-08 10:15:22 +01:00
jgromes
116d60deb2
[SX128x] Make Tx timeout at least 5 ms
2024-12-08 10:14:26 +01:00
jgromes
a692b72347
Move ESP-IDF HAL back to examples ( #1322 )
2024-11-30 21:53:48 +01:00
StevenCellist
5d6ca6251f
[LoRaWAN] Code style fixes
2024-11-26 23:03:09 +01:00
StevenCellist
3e634ffb88
[LoRaWAN] Simplify JoinRequest datarate handling
2024-11-26 22:26:12 +01:00
jgromes
855a64c053
[SX126x] Allow SX1261 version string for LLCC68 devices ( #1329 )
2024-11-26 19:46:43 +01:00
jgromes
24f1535088
[SX126x] Fix upper power range in doxygen
2024-11-24 10:38:35 +01:00
jgromes
0bd5bdc896
[SX126x] Allow 15 dBm on SX1261 ( #1329 )
2024-11-24 09:29:58 +01:00
jgromes
ef16e431af
[LR11x0] Disable DIO11 for GNSS only ( #1275 )
2024-11-21 20:09:05 +01:00
jgromes
c467b005c2
[SX127x] Add missing state initialization ( #1321 )
2024-11-18 18:24:12 +01:00
jgromes
c7d6ad3e95
Remove an outdated comment
2024-11-17 19:43:40 +01:00
Alistair Francis
9d9d480a48
hal: Tock: Namespace HAL, update timer implementation and update libtock-c ( #1313 )
...
* tock: use native time getter, remove globals
Tock has direct support for querying time. The prior `millis()`
method here replicated the same functionality, but missed some
corner case concerns around overflow/wrapping. Instead, just use
the native Tock time getter method. This also removes unneeded
global variables and methods.
* NonArduino/Tock: Update to latest libtock-c
Update to the latest libtock-c commit. libtock-c now includes a
libtockHal.h, so we can use that instead of the version here.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
---------
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Co-authored-by: Pat Pannuto <pat.pannuto@gmail.com>
2024-11-14 18:51:00 +01:00
jgromes
29ede2c354
[MOD] Optimize SPI register writing
2024-11-10 17:43:28 +01:00
jgromes
fe52311371
[SX127x] Added parameter doc and keyword
2024-11-03 18:27:51 +01:00
SzczepanLeon
cb45f4fe5e
[SX127x/RF69] Added setFifoThreshold ( #1309 )
...
* [SX127x] Added setFifoThreshold
* [SX127x] Added setFifoThreshold
* Add setFifoThreshold to RF69 class.
* Documentation update, about setFifoThreshold.
2024-11-03 18:25:44 +01:00
jgromes
f15de1e7dd
Added missing links to doxygen mainpage
2024-11-03 11:16:26 +01:00
Alistair Francis
b1d8850d92
hal: Tock: Re-enable pin after detaching interrupt ( #1308 )
...
The Tock libtock_lora_phy_gpio_disable_interrupt() syscall will disable
interrupts for the pin, but also put the pin into a disabled low power
state. This isn't what RadioLib expects and casues subsequent LoRaWAN
transfers to fail [1].
So after we disable interrupts and send the pin to low power let's
re-enable inputs as RadioLib expects.
1: https://github.com/jgromes/RadioLib/discussions/1303
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2024-11-02 12:38:43 +01:00
Victor Barpp Gomes
a608075fc1
[LoRaWAN] Accept const uint8_t*
on public API ( #1302 )
2024-11-01 17:47:02 +01:00
jgromes
4564d87721
[PHY] Use less generic modem names ( #1294 )
2024-10-29 17:14:04 +00:00
jgromes
0096c11f99
[CC1101] Added support for 4-FSK ( #823 )
2024-10-28 21:32:20 +01:00
jgromes
8f3a5c7430
[LR11x0] Use array as LR-FHSS sync word
2024-10-28 18:52:07 +00:00
jgromes
7bbaf38651
Bump version to 7.1.0
2024-10-28 14:43:46 +01:00
StevenCellist
5cd5d714a8
[LoRaWAN] Fix LR-FHSS cr encoding
2024-10-28 14:32:35 +01:00
StevenCellist
05d5ef2947
[LoRaWAN] Fix LR-FHSS bw encoding
2024-10-28 14:27:04 +01:00
StevenCellist
6a5dcc6a6a
[PHY] Revert LR-FHSS bw back to uint8_t
2024-10-28 14:26:48 +01:00
StevenCellist
19b09a0de1
Merge branch 'master' of https://github.com/jgromes/RadioLib
2024-10-28 14:21:28 +01:00
StevenCellist
ef0cfddd01
[LoRaWAN] Improve modem switching
2024-10-28 14:20:26 +01:00
StevenCellist
9f04da29af
[PHY] Bump LR-FHSS bw member to float
2024-10-28 14:20:09 +01:00