Commit graph

159 commits

Author SHA1 Message Date
jgromes
aa53706b31 [SX127x] Fixed pin type 2021-06-14 21:08:46 +02:00
jgromes
9da23db59c [SX127x] Added support for direct reception 2021-06-14 21:00:54 +02:00
jgromes
8ffca81521 [SX127x] Replace abs() with fabs() 2021-05-04 09:21:23 +02:00
Libor Tomsik
d29e3609b4
Merge branch 'master' into feature/implement_AFC_control 2021-04-16 12:14:38 +02:00
Libor Tomsik
b4a3049be0
Added keywords 2021-04-15 21:33:58 +02:00
jgromes
e27c3ddef5 [SX127x] Ignore SPI readout mismatch in FSK RX (#276) 2021-04-15 19:35:31 +02:00
Libor Tomsik
37a0c56bfe
Added method for reading current AFC value 2021-04-15 12:50:49 +02:00
Libor Tomsik
cbe145b9f7
Setting setMode timetout back to 2ms 2021-04-15 09:15:53 +02:00
Libor Tomsik
555b90abfa
Revering unvanted changes 2021-04-15 09:13:46 +02:00
Libor Tomsik
ac4ea556ae
Implemented AFC&AGC trigger control 2021-04-15 08:37:47 +02:00
Libor Tomsik
2ae0188e50
Created method for setting AFC bandwidth 2021-04-15 08:05:05 +02:00
jgromes
86ca714d00 [SX127x] OOK functions style cleanup 2021-03-26 05:55:22 +01:00
Christophe Painchaud
3e1088f34a styles and syntax changes 2021-03-25 13:39:44 +01:00
Christophe Painchaud
f049a4bc98 SX127x::setOokPeakThresholdDecrement 2021-03-18 22:21:04 +01:00
Christophe Painchaud
f4fac4c09e SX127x::setOokFixedOrFloorThreshold 2021-03-18 18:46:29 +01:00
Christophe Painchaud
2a01f0785e SX1278::setOokThresholdType() 2021-03-18 18:46:21 +01:00
Marcin Czeczko
27998f3e3c
Move invertIQ to the 127x. Aligned with latest datasheet 2021-03-03 14:52:46 +01:00
jgromes
0cdd49ca11 [SX127x] Implemented implicit LoRa header (#181) 2021-02-21 16:54:38 +01:00
jgromes
ed4d6e8897 [SX127x] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:41:53 +01:00
jgromes
09a73591ba [SX127x] Fixed top-level configFSK not being called 2021-02-13 16:21:00 +01:00
jgromes
f1d51fd1b9 [SX127x] Fixed FSK preamble unit 2021-02-07 17:52:17 +01:00
jgromes
bc613daf23 [SX127x] Moved non-configurable parameters config into base class 2021-02-07 17:51:55 +01:00
jgromes
b7bf150594 [SX127x] Update markers for debug decoder 2020-12-05 12:05:42 +01:00
jgromes
ff520e2a15 [SX127x] Added method to read version register (#204) 2020-11-20 17:52:17 +01:00
jgromes
c127712c5e [SX127x] Added check for LoRa header CRC mismatch (#200) 2020-11-19 17:07:32 +01:00
jgromes
04195ee0d2 [SX127x] Added TRNG support 2020-09-13 17:53:16 +02:00
jgromes
b650d15f76 [SX127x] Fixed CodeQL alerts 2020-09-12 13:45:53 +02:00
jgromes
db234a16af [SX127x] Fixed packet length mode not checked correctly (#174) 2020-08-07 17:46:13 +02:00
jgromes
6ff84d7b23 [SX127x] Added Module overrides for all Arduino core functions 2020-08-01 16:34:37 +02:00
halfbakery
d934e61777 [SX127x] Dio1Action precondition checks were inverted 2020-07-17 22:55:11 +02:00
jgromes
6452ea401f [SX127x] Added Doxygen TODOs 2020-07-10 08:51:16 +02:00
jgromes
e1141ca64c [SX127x] Synced parameters of all LoRa modules 2020-07-06 11:48:14 +02:00
jgromes
82e4cb7f97 [SX127x] Synced parameters of all FSK modules 2020-07-06 11:13:53 +02:00
jgromes
7dc7f4d76c [SX127x] Changed shaping datatype to uint8_t 2020-07-06 08:53:05 +02:00
jgromes
a367a3fe69 [SX127x] Fixes from cppcheck scan 2020-07-04 14:49:05 +02:00
jgromes
3dd3a471e5 [SX127x] Reworked driver exclusion 2020-06-30 10:43:56 +02:00
jgromes
3fe7da9788 [SX127x] Added missing RF switch control 2020-06-20 17:04:11 +02:00
jgromes
4ad82f1572 [SX127x] Implemented RF switch control 2020-06-18 16:36:11 +02:00
gozu42
f534185cfb
[SX127x] add getTempRaw method
Signed-off-by: gozu42 <tvguho-tbmh42-tct.76b2756e@hashmail.org>
2020-06-01 14:26:30 +02:00
jgromes
f068a15029 [SX127x] Added getIRQFlags and getModemStatus methods (#145) 2020-05-28 21:07:23 +02:00
jgromes
bff077af3c [SX127x] Added interface argument to Module::term (#146) 2020-05-17 20:28:22 +02:00
jgromes
7503604765 [SX127x] Fixed sprintf buffer size 2020-05-12 08:39:28 +02:00
jgromes
9b0cf7abb2 [SX127x] Added digital pin to interrupt macro 2020-05-11 20:32:41 +02:00
geeksville
e070cf9ef4 No reason to wait 1s between probes (for a 4MHz spi bus). Change
to 10ms so probing for parts doesn't slow our boot so much.
2020-05-01 09:17:26 -07:00
jgromes
218587b887 [SX127x] Added missing calls to yield 2020-04-01 14:01:41 +02:00
jgromes
274b38d556 [SX127x] Using range check macro 2020-03-30 19:29:29 +02:00
jgromes
39c259848c Added support for Nano 33 BLE 2020-03-27 14:10:45 +01:00
jgromes
caa05f8ad8 [SX127x] Fixed typos 2020-03-22 08:13:27 +01:00
jgromes
c1c991acc8 [SX127x] Fixed reset implementation for SX1272/73 2020-03-13 21:16:29 +01:00
4m1g0
4426c9174d [SX127x] Set OOK parameter before setting the bitrate to avoid reading undefined variable 2020-02-24 15:52:18 +01:00