Commit graph

43 commits

Author SHA1 Message Date
jgromes
fc3a85abf9 [SX128x] Added post-transaction error checking 2022-10-01 22:54:36 +02:00
jgromes
e5fe82f334 [SX128x] Fixed setBitRate compatibility with PhysicalLayer 2022-10-01 15:16:01 +02:00
jgromes
0b5cd51828 [SX128x] Added finishTransmit 2022-09-18 16:15:07 +02:00
jgromes
da0993a6ed Added RADIOLIB_EXCLUDE_DIRECT_RECEIVE exclusion macro (#557) 2022-08-15 19:19:59 +02:00
jgromes
64817ed4be [SX128x] Minor formatting update 2022-02-28 18:47:55 +01:00
Robert
89f202ce6a Changed method to return float instead of double. All calculations within the method also use float instead of double. Results of the method do not seem to be effected. 2022-02-26 18:44:05 -05:00
Robert
ff43d95afa Cleaned up formatting in header. Changed assigned value to set only the bit indicated in the documentation. 2022-02-24 00:29:51 -05:00
Robert
da0cd455c9 Add method to support SX128x Manual Gain Mode. 2022-02-23 23:58:56 -05:00
Robert
89de031e18 Add method to support SX128x High Sensitivity Mode. 2022-02-23 23:51:54 -05:00
Robert
01fc7fb844 Add method to support SX128x Frequency Error of last received LoRa or Ranging packet. Updated SX128x receive examples. 2022-02-23 11:41:29 -05:00
jgromes
c2cfe597cc [SX128x] Fixed known binary receive length 2021-11-21 21:16:45 +01:00
jgromes
1126e64587 [SX128x] Update to 5.0.0 2021-11-14 11:42:36 +01:00
jgromes
3734f23270 [SX128x] Renamed TRNG method 2021-07-18 10:18:03 +02:00
jgromes
b595d14ad7 [SX128x] Fixed warnings 2021-06-14 21:20:16 +02:00
jgromes
83121c1518 [SX128x] Fixed class name 2021-06-14 21:17:37 +02:00
jgromes
48a80b22f5 [SX128x] Added direct reception dummies 2021-06-14 21:15:18 +02:00
jgromes
8be419f007 [SX128x] Added support for changing LoRa sync word (#311) 2021-06-13 14:44:52 +02:00
jgromes
4949827f50 [SX128x] Replace abs() with fabs() 2021-05-04 09:20:46 +02:00
jgromes
f4b2b6d257 [SX128x] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:42:00 +01:00
jgromes
b24a523c37 [SX128x] Simplify SPI slowdown 2021-02-05 23:25:07 +01:00
jgromes
721645d384 [SX128x] Update markers for debug decoder 2020-12-05 12:05:49 +01:00
jgromes
3cc55806cf [SX128x] Added TRNG support 2020-09-13 17:53:07 +02:00
jgromes
2aeffd914f [SX128x] Added Module overrides for all Arduino core functions 2020-08-01 16:34:44 +02:00
jgromes
a1583487b0 [SX128x] Added Doxygen TODOs 2020-07-10 08:51:23 +02:00
jgromes
4d00170612 [SX128x] Synced parameters of all FSK modules 2020-07-06 11:14:21 +02:00
jgromes
be346eb6aa [SX128x] Changed shaping datatype to uint8_t 2020-07-06 08:53:12 +02:00
jgromes
b642fd1a8d [SX128x] Fixes from cppcheck scan 2020-07-04 14:54:01 +02:00
jgromes
515551e7bc [SX128x] Reworked driver exclusion 2020-06-30 10:44:08 +02:00
jgromes
6bdef76031 [SX128x] Added SPI delay for SAMD cores 2020-06-20 21:09:12 +02:00
jgromes
75197d78a0 [SX128x] Added missing RF switch control 2020-06-20 17:04:03 +02:00
jgromes
5a3d7a7173 [SX128x] Implemented RF switch control 2020-06-18 16:36:02 +02:00
jgromes
e2689940a6 [SX128x] Added digital pin to interrupt macro 2020-05-11 20:32:47 +02:00
jgromes
601f6324e4 [SX128x] Fixed unitialized variable warning 2020-05-01 20:26:53 +02:00
jgromes
1aef03c473 [SX128x] Added missing BLE modem check 2020-04-17 07:51:29 +02:00
jgromes
dcf31e481d [SX128x] Fixed BLE access address configuration (#135) 2020-04-17 07:51:06 +02:00
jgromes
1592831e0c [SX128x] Implemented ranging 2020-04-12 13:47:56 +02:00
jgromes
a355a098e6 [SX128x] Added BLE modem support 2020-04-12 11:32:07 +02:00
jgromes
ff3225cd19 [SX128x] Added FLRC modem support 2020-04-12 11:05:16 +02:00
jgromes
5c0c7f32c3 [SX128x] Set default regulator mode to DC-DC 2020-04-09 12:10:38 +02:00
jgromes
635c008e26 [SX128x] Fixed bug in ToA calculation for non-LoRa modems (#132) 2020-04-09 09:59:31 +02:00
jgromes
f8c9b5d03a [SX128x] Fixed incorrect status code 2020-04-09 09:58:35 +02:00
jgromes
7c9f422e0c [SX128x] Fixed type conflict in max() 2020-04-07 13:42:30 +02:00
jgromes
55ad72e0e0 [SX128x] Added support for SX128x 2020-04-07 13:30:05 +02:00