Commit graph

145 commits

Author SHA1 Message Date
jgromes
8c7b8a1b63 [SX127x] Update to 5.0.0 2021-11-14 11:42:12 +01:00
Christophe Painchaud
964ee86b3e indentation fix 2021-11-09 09:07:52 +01:00
Christophe Painchaud
7ddf0f81ce SX127X enable/disable BitSync 2021-11-09 09:07:52 +01:00
Christophe Painchaud
0eb5578e22 doc comment fix 2021-11-09 09:07:52 +01:00
jgromes
ebc4852fc2 [SX127x] Added interrupt-driven CAD (#396) 2021-10-28 15:44:25 +02:00
jgromes
6475507274 [SX127x] Fixed missing OOK shaping configuration in some derived classes (#393) 2021-10-27 19:15:36 +02:00
jgromes
9824ac32b6 [SX127x] Fixed missing call to FSK config in some derived classes (#395) 2021-10-27 07:50:06 +02:00
jgromes
d91c6d0712 [SX127x] Only apply errata fix by a macro (#388) 2021-10-18 21:31:46 +02:00
jgromes
8579b2cb1b [SX127x] Removed redundant default argument 2021-10-18 21:30:54 +02:00
jgromes
9d3807168f [SX127x] Fixed low-power output on RFO pin (#385) 2021-10-17 11:10:52 +02:00
jgromes
127f05d876 [SX127x] Fixed direct mode inactive until first packet is received (#337) 2021-09-26 17:44:03 +02:00
jgromes
562cbbcb7c [SX127x] Fixed unitialized variable warning 2021-09-24 08:24:04 +02:00
jgromes
498b638234 [SX127x] Reworked errata fix (#372) 2021-09-22 22:17:12 +02:00
jgromes
83d77e1ac5 Merge branch 'master' of https://github.com/jgromes/RadioLib 2021-07-18 10:19:46 +02:00
jgromes
8b9be43cb2 [SX127x] Renamed TRNG method 2021-07-18 10:18:12 +02:00
Anne van Rossum
4b3f66b3bc
Update SX1276.h 2021-06-25 18:34:55 +02:00
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
fc3a4a8175 doc fix 2021-03-24 08:53:51 +01:00
Christophe Painchaud
b9e897409e SX1278::getRSSI() modified for OOK so it wont require an activation 2021-03-19 23:29:59 +01:00
Christophe Painchaud
f049a4bc98 SX127x::setOokPeakThresholdDecrement 2021-03-18 22:21:04 +01:00
Christophe Painchaud
8a13d1a395 SX1278::setGain() added support for FSK_OOK modes 2021-03-18 20:57:03 +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
jgromes
be1471c32a [SX127x] Fixed shaping in OOK (#268) 2021-03-14 21:50:42 +01:00
jgromes
519b34d309 [SX127x] Added FSK CRC mode configuration (#266) 2021-03-14 16:07:44 +01:00
jgromes
1b289f2bae [SX127x] Added low-level access macro 2021-03-13 19:32:15 +01:00
Marcin Czeczko
27998f3e3c
Move invertIQ to the 127x. Aligned with latest datasheet 2021-03-03 14:52:46 +01:00
Marcin Czeczko
6fdf3feef7
[SX1278] Added method to control InvertIQ 2021-03-03 13:01:15 +01:00
jgromes
0cdd49ca11 [SX127x] Implemented implicit LoRa header (#181) 2021-02-21 16:54:38 +01:00
jgromes
0d3435c595 [RFM9x] Fixed frequency setting not saved (#253) 2021-02-18 18:48:09 +01:00
jgromes
1e47f8bca3 [SX127x] Swap frequency and bandwidth config in LoRa begin (#251) 2021-02-13 18:14:07 +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
c63c8f376f [SX127x] Clarify ternary operator priority (#217) 2020-12-29 08:41:48 +01:00
jgromes
8438aa93ef [SX127x] Fixed incorrect CRC configuration (#217) 2020-12-25 09:37:06 +01:00
jgromes
b7bf150594 [SX127x] Update markers for debug decoder 2020-12-05 12:05:42 +01:00