Wykres commitów

1399 Commity (c6d0561fe52876194b516d8b0ac4a59e45704dda)

Autor SHA1 Wiadomość Data
Jan Gromeš c6d0561fe5
Update README.md 2021-06-14 08:09:05 +02:00
jgromes 494aa33a16 [LLCC68] Added support for LLCC68 as alias for SX1268 2021-06-13 20:23:40 +02:00
jgromes 8be419f007 [SX128x] Added support for changing LoRa sync word (#311) 2021-06-13 14:44:52 +02:00
jgromes 0abfb5fe1b [SX128x] Clean up register map 2021-06-13 14:44:29 +02:00
jgromes 251dd438a0 Bump version to 4.4.2 2021-05-26 19:55:09 +02:00
jgromes cdeb7947a4 Exclude HTTP client from ESP8266 platform (#301) 2021-05-08 19:04:51 +02:00
jgromes 9ac6503bff [SX128x] Fixed ranging calibration table indexing (#293) 2021-05-07 07:28:01 +02:00
jgromes a91e63ad80 Bump version to 4.4.1 2021-05-05 20:37:01 +02:00
jgromes 333aa433d9 [SX128x] Implemented ranging fixes from #293 2021-05-05 20:34:59 +02:00
jgromes 0810a6c4cc [SX126x] Removed redundant call to setPacketParams (#298) 2021-05-05 10:21:12 +02:00
jgromes 2b0317d618 [SX126x] Fixed variable redefinition 2021-05-04 19:24:16 +02:00
jgromes e482c7e554 [SX126x] Fixed packet length not restored after transmission (#298) 2021-05-04 19:21:07 +02:00
jgromes ba71e92eb1 [SX126x] Replace abs() with fabs() (#297) CI_BUILD_ALL 2021-05-04 09:22:01 +02:00
jgromes 8ffca81521 [SX127x] Replace abs() with fabs() 2021-05-04 09:21:23 +02:00
jgromes 4949827f50 [SX128x] Replace abs() with fabs() 2021-05-04 09:20:46 +02:00
jgromes 32553032c4 [CC1101] Fixed missing bracket CI_BUILD_ALL 2021-05-04 09:14:26 +02:00
jgromes 87606c87a3 [Si443x] Replace abs() with fabs() CI_BUILD_ALL 2021-05-04 09:13:12 +02:00
jgromes 4be690b7e4 [CC1101] Replace abs() with fabs() 2021-05-04 09:12:12 +02:00
jgromes b81a2d7549 [RF69] Fix packet length written twice (#296) 2021-05-02 11:30:39 +02:00
jgromes a32950c788 [SX128x] Added ranging calibration and missing readout steps (#293) 2021-04-26 18:26:44 +02:00
jgromes aedfadeeec Bump version to 4.4.0 2021-04-22 17:27:54 +02:00
Jan Gromeš 070b4f5f83
Merge pull request #279 from rfquack/master
New .gitignore pattern, CC1101 streaming mode, RF69 SPI get/set/read/write overrides
2021-04-22 17:24:13 +02:00
Federico Maggi 871a0fe34f Removed SPIsetRegValue 2021-04-21 23:39:25 +02:00
Federico Maggi 12975b23e5 delay(1) -> delayMicroseconds(250) 2021-04-21 23:39:11 +02:00
Federico Maggi 24216c00ed Commenting RADIOLIB_LOW_LEVEL 2021-04-21 23:38:49 +02:00
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