Commit graph

123 commits

Author SHA1 Message Date
jgromes
da0993a6ed Added RADIOLIB_EXCLUDE_DIRECT_RECEIVE exclusion macro (#557) 2022-08-15 19:19:59 +02:00
jgromes
05a4cf1ef1 [SX126x] Added LR-FHSS registers 2022-06-05 11:15:54 +02:00
jgromes
3df3b092eb [SX126x] Fixed default frequency deviation for SX1262 (#522) 2022-05-28 18:22:03 +02:00
jgromes
57dcf48f6b [SX126x] Fixed swapped IQ inversion fix branches (#516) 2022-05-03 18:46:56 +02:00
jgromes
7f09fc430a [SX126x] Enable timeout to generate IRQ event 2022-04-09 19:58:29 +02:00
jgromes
4f19d97f42 [SX126x] Set initial BW to 500 kHz for LLCC68 (#502) 2022-03-27 17:38:22 +02:00
Nathan Seidle
bad3029f4f Update SX126x.h 2022-01-28 15:54:44 -07:00
Nathan Seidle
b5e5e079c8 Correct typos in explicit/implicitHeader functions. Add a few missing keywords. 2022-01-25 12:17:01 -07:00
jgromes
cc9d7b7220 [SX126x] Moved SF and BW out of common part 2021-12-20 18:11:52 +01:00
jgromes
d931982594 [SX126x] Set default FSK bitrate to 4k8 2021-11-27 18:12:57 +01:00
jgromes
f3de4602e6 [SX126x] Fixed known binary receive length 2021-11-21 21:16:58 +01:00
jgromes
6f744a8f13 [SX126x] Update to 5.0.0 2021-11-14 11:41:53 +01:00
jgromes
3a8360c361 [SX126x] Added interrupt-driven CAD 2021-10-28 15:44:44 +02:00
jgromes
caf34534d3 [SX126x] Renamed TRNG method 2021-07-18 10:18:18 +02:00
jgromes
cf0dc4f0c9 [SX126x] Moved LLCC68 into its own class file 2021-06-20 16:07:14 +02:00
jgromes
450a46af84 [SX126x] Fixed warnings 2021-06-14 21:20:21 +02:00
jgromes
8e340dfc94 [SX126x] Added direct reception dummies 2021-06-14 21:15:06 +02:00
jgromes
494aa33a16 [LLCC68] Added support for LLCC68 as alias for SX1268 2021-06-13 20:23:40 +02:00
jgromes
0810a6c4cc [SX126x] Removed redundant call to setPacketParams (#298) 2021-05-05 10:21:12 +02:00
jgromes
2b0317d618 [SX126x] Fixed variable redefinition 2021-05-04 19:24:16 +02:00
jgromes
e482c7e554 [SX126x] Fixed packet length not restored after transmission (#298) 2021-05-04 19:21:07 +02:00
jgromes
ba71e92eb1 [SX126x] Replace abs() with fabs() (#297) CI_BUILD_ALL 2021-05-04 09:22:01 +02:00
jgromes
4342be8386 [SX126x] Added low-level access macro 2021-03-13 19:57:38 +01:00
jgromes
f3c1887517 [SX128x] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:41:46 +01:00
jgromes
bac2be1576 [SX126x] Simplify SPI slowdown 2021-02-05 23:25:02 +01:00
Kihun Song
07cc802f9b
Convert arbitrary unit to dBm 2021-02-04 17:02:52 +09:00
Kihun Song
d6330cfe44
Convert arbitrary unit to dBm 2021-02-04 16:51:05 +09:00
Kihun Song
318ac691d0 comments 2021-02-04 14:59:32 +09:00
Kihun Song
0b835f9fcf Added getRSSIInst command for SX126x 2021-02-04 14:27:23 +09:00
jgromes
d1cbe133e2 [SX126x] Update markers for debug decoder 2020-12-05 12:05:36 +01:00
jgromes
bb1bb59aff [SX126x] Added option to disable TCXO using SX126x::setTCXO(0) (#99) 2020-09-22 07:49:27 +02:00
jgromes
b40ad5c2f7 [SX126x] Added TRNG support 2020-09-13 17:53:23 +02:00
jgromes
882ec98563 [SX126x] Added Module overrides for all Arduino core functions 2020-08-01 16:34:27 +02:00
jgromes
e97755a68b [SX126x] Added Doxygen TODO 2020-07-10 08:51:05 +02:00
jgromes
96405b938d [SX126x] Added methods to manually set LoRa LDRO 2020-07-08 18:52:08 +02:00
jgromes
cdbabdb30d [SX126x] Fixed unused parameter (TRAVIS_FORCE_BUILD) 2020-07-06 12:37:29 +02:00
jgromes
b21f93342e [SX126x] Synced parameters of all LoRa modules 2020-07-06 11:48:25 +02:00
jgromes
c8f4698a26 [SX126x] Synced parameters of all FSK modules 2020-07-06 11:13:37 +02:00
jgromes
5aff492323 [SX126x] Changed shaping datatype to uint8_t 2020-07-06 08:52:48 +02:00
jgromes
b1fa564cd3 [SX126x] Fixed exclusion macros 2020-07-04 21:17:54 +02:00
jgromes
95e7bdb7c6 [SX126x] Added missing override 2020-07-04 14:48:51 +02:00
jgromes
fed86b0742 [SX126x] Fixes from cppcheck scan 2020-07-04 14:32:29 +02:00
jgromes
b98f910367 [SX126x] Added missing assertions 2020-07-04 11:32:21 +02:00
jgromes
58ddfb8b51 [SX126x] Reworked driver exclusion 2020-06-30 10:43:41 +02:00
jgromes
aa4f4c9ab4 [SX126x] Added SPI delay for SAMD cores (#153) 2020-06-20 21:13:50 +02:00
jgromes
06c254bc6e [SX126x] Added missing RF switch control 2020-06-20 17:04:17 +02:00
jgromes
bb7108a52b [SX126x] Fixed RF switch state in Rx mode 2020-06-19 08:23:28 +02:00
jgromes
d710a85985 [SX126x] Implemented RF switch control (#153) 2020-06-18 16:38:30 +02:00
jgromes
d005112407 [SX126x] Added digital pin to interrupt macro 2020-05-11 20:32:32 +02:00
jgromes
cc90345342 [SX126x] Minor formatting fixes 2020-04-07 13:27:55 +02:00