Commit graph

41 commits

Author SHA1 Message Date
Mestery
220b4dad7f
use printf in both build 2023-04-10 09:13:58 +00:00
jgromes
8587f73bd9 [SX127x] Implemented fractional bit rate (#505) 2023-04-09 17:08:45 +02:00
jgromes
f62f912c87 [SX127x] Unified getRSSI interface 2023-03-27 23:22:03 +02:00
G4lile0
09ab5f8073 [SX127x] & [SX126x] read current RSSI for getRSSI 2023-03-27 20:51:44 +02:00
G4lile0
04e24ab9d1 [SX1278] New getInstRSSI to get current RSSI 2023-03-24 20:30:06 +01:00
jgromes
c3de8b9099 [SX127x] Explicitly enabled CRC (#706) 2023-03-23 19:06:43 +01:00
Northern Man
a74c0536b8 Tweaks for async direct mode usage with rtl_433_ESP 2022-07-16 21:50:33 -04:00
jgromes
6367198546 [SX127x] Fixed shaping disable (#452) 2022-01-23 10:21:28 +01:00
jgromes
8c7b8a1b63 [SX127x] Update to 5.0.0 2021-11-14 11:42:12 +01: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
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
8ffca81521 [SX127x] Replace abs() with fabs() 2021-05-04 09:21:23 +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
b9e897409e SX1278::getRSSI() modified for OOK so it wont require an activation 2021-03-19 23:29:59 +01:00
Christophe Painchaud
8a13d1a395 SX1278::setGain() added support for FSK_OOK modes 2021-03-18 20:57:03 +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
0cdd49ca11 [SX127x] Implemented implicit LoRa header (#181) 2021-02-21 16:54:38 +01:00
jgromes
1e47f8bca3 [SX127x] Swap frequency and bandwidth config in LoRa begin (#251) 2021-02-13 18:14:07 +01:00
jgromes
09a73591ba [SX127x] Fixed top-level configFSK not being called 2021-02-13 16:21:00 +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
c127712c5e [SX127x] Added check for LoRa header CRC mismatch (#200) 2020-11-19 17:07:32 +01:00
jgromes
e549039b15 [SX127x] Fixed incorrect shaping register (#186) 2020-10-13 19:25:15 +02:00
jgromes
6ff84d7b23 [SX127x] Added Module overrides for all Arduino core functions 2020-08-01 16:34:37 +02:00
jgromes
58194483b1 [SX127x] Added methods to manually set LoRa LDRO (#162) 2020-07-08 18:52:34 +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
274b38d556 [SX127x] Using range check macro 2020-03-30 19:29:29 +02:00
Callan Bryant
6c99486343
Swap delayMicroseconds() to delay where appropriate
See https://github.com/jgromes/RadioLib/issues/126 for context.
2020-03-16 12:12:06 +00:00
jgromes
2cf4971c2d [SX127x] Set default FSK BT shaping to 0.5 for SX126x FSK (#123) 2020-03-14 13:44:50 +01:00
jgromes
c1c991acc8 [SX127x] Fixed reset implementation for SX1272/73 2020-03-13 21:16:29 +01:00
jgromes
acd78cb6bb [SX127x] Added assert macro 2020-01-13 16:37:31 +01:00
jgromes
915f3780cc Reworked directory structure 2019-11-20 17:19:15 +01:00
Renamed from src/modules/SX1278.cpp (Browse further)