Commit graph

1424 commits

Author SHA1 Message Date
Jan Gromeš
f1d5907f1a
Merge pull request #282 from yeckel/feature/implement_AFC_control
Feature/implement afc control
2021-04-17 12:12:57 +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
jgromes
d49a107c7e Added SPI readout check bitmask 2021-04-15 19:34:53 +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
jgromes
17f5397652 [RTTY] Fixed code scan alert 2021-04-15 08:13:16 +02:00
Libor Tomsik
2ae0188e50
Created method for setting AFC bandwidth 2021-04-15 08:05:05 +02:00
jgromes
99386beec7 [RTTY] Fixed dynamic memory issue with ITA2Strings (#278) 2021-04-14 19:24:03 +02:00
Federico Maggi
f5f722e30f No need to use _mod 2021-04-13 16:15:39 +02:00
Federico Maggi
6f783d5fc0 RFQuack's fork of RadioLib has LOW_LEVEL mode on by default 2021-04-13 16:15:33 +02:00
Federico Maggi
f18d75a853 Missing RF69:: 2021-04-13 15:27:25 +02:00
Federico Maggi
012c39e7f5 Addressing PR#279 comments 2021-04-13 15:25:28 +02:00
Federico Maggi
aebe2d2f98 Caching carrier frequency 2021-04-13 12:22:49 +02:00
Federico Maggi
f9cc7cefcd Declaring SPI get/set RegValue in line with CC1101 2021-04-13 10:43:50 +02:00
Federico Maggi
5b5bc6efb9 Remove duplicate setOOK() method 2021-04-13 10:07:44 +02:00
Federico Maggi
54006662f1 Merge branch 'master' of github.com:rfquack/RadioLib
* 'master' of github.com:rfquack/RadioLib:
  [RF69] Fixed setOOK()
  [CC1101] Fix in promiscuous mode
  Fixed compiling issues
2021-04-13 09:45:19 +02:00
Federico Maggi
4d2764edb2 Merge remote-tracking branch 'upstream/master'
* upstream/master: (249 commits)
  [SX127x] OOK functions style cleanup
  [RF69] OOK functions style cleanup
  styles and syntax changes
  added RF69::setOokThresholdType
  added RF69::setLnaTestBoost
  doc fix
  SX1278::getRSSI() modified for OOK so it wont require an activation
  SX127x::setOokPeakThresholdDecrement
  ignore jetbrain .idea
  SX1278::setGain() added support for FSK_OOK modes
  SX127x::setOokFixedOrFloorThreshold
  SX1278::setOokThresholdType()
  RF69::setOOK
  [SX127x] Fixed shaping in OOK (#268)
  [SX127x] Added FSK CRC mode configuration (#266)
  Bump version to 4.3.0
  [nRF24] Added low-level access macro
  [XBee] Added low-level access macro
  [Si443x] Added low-level access macro
  [SX128x] Added low-level access macro
  ...
2021-04-13 09:42:02 +02:00
jgromes
86ca714d00 [SX127x] OOK functions style cleanup 2021-03-26 05:55:22 +01:00
jgromes
31b7bfefe0 [RF69] OOK functions style cleanup 2021-03-26 05:54:52 +01:00
Jan Gromeš
dec9cb0cfb
Merge pull request #274 from cpainchaud/master
some missing functions for OOK support in SX127X and RF69
2021-03-25 15:57:55 +01:00
Christophe Painchaud
3e1088f34a styles and syntax changes 2021-03-25 13:39:44 +01:00
Christophe Painchaud
7b6f1d075a added RF69::setOokThresholdType 2021-03-24 18:05:32 +01:00
Christophe Painchaud
97cdce7b64 added RF69::setLnaTestBoost 2021-03-24 16:42:33 +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
17a2979062 ignore jetbrain .idea 2021-03-18 20:57:03 +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
Christophe Painchaud
b1c98569ea RF69::setOOK 2021-03-16 15:38:40 +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
fea986fcf4 Bump version to 4.3.0 2021-03-13 20:11:33 +01:00
jgromes
7b00ed11e6 [nRF24] Added low-level access macro 2021-03-13 19:58:07 +01:00
jgromes
01f1122823 [XBee] Added low-level access macro 2021-03-13 19:58:01 +01:00
jgromes
aac11097b2 [Si443x] Added low-level access macro 2021-03-13 19:57:55 +01:00
jgromes
e9f1f940a2 [SX128x] Added low-level access macro 2021-03-13 19:57:44 +01:00
jgromes
4342be8386 [SX126x] Added low-level access macro 2021-03-13 19:57:38 +01:00
jgromes
1a721b3daf [SX1231] Added low-level access macro 2021-03-13 19:57:29 +01:00
jgromes
b94d4ade1e [RFM9x] Added low-level access macro 2021-03-13 19:57:22 +01:00
jgromes
79296af398 [RF69] Added low-level access macro 2021-03-13 19:57:11 +01:00
jgromes
49c082bfd0 [ESP8266] Added low-level access macro 2021-03-13 19:57:04 +01:00
jgromes
2500534317 [CC1101] Added low-level access macro 2021-03-13 19:56:58 +01:00
jgromes
1b289f2bae [SX127x] Added low-level access macro 2021-03-13 19:32:15 +01:00
jgromes
cb81709d93 Added low-level access macro 2021-03-13 19:31:57 +01:00