Wykres commitów

1155 Commity (34a0d77998cbb6ca6cc37c4a50c2dfba06f8be14)

Autor SHA1 Wiadomość Data
jgromes 06d40c78bc [CC1101] Added direct reception support 2021-06-14 21:14:47 +02:00
jgromes aa53706b31 [SX127x] Fixed pin type 2021-06-14 21:08:46 +02:00
jgromes c8be880f95 [PHY] Fixed pin type 2021-06-14 21:08:34 +02:00
jgromes 9da23db59c [SX127x] Added support for direct reception 2021-06-14 21:00:54 +02:00
jgromes 7690298d25 [PHY] Added direct reception support 2021-06-14 20:59:38 +02:00
jgromes 5c0b4dbb10 Extract common bit reflection methods 2021-06-14 20:59:16 +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
Mark Jessop 2de09e1b0a Added FSK4 protocol, compatible with Horus Binary 4FSK modulation 2021-05-31 21:16:38 +09:30
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
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
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 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
jgromes 1903cfa898 Updated ifndef 2021-03-13 19:06:04 +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 1bceb90d42 Fixed conflicting macro name 2021-03-02 11:19:04 +01:00
jgromes ef7a8b6e0f Added build macro option to disable range checks 2021-02-21 16:56:19 +01:00
jgromes 0cdd49ca11 [SX127x] Implemented implicit LoRa header (#181) 2021-02-21 16:54:38 +01:00
jgromes 50fecff60d [RF69[ Fixed method description 2021-02-21 16:53:14 +01:00
jgromes d85dd1f8fd Added note about SPI slowdown 2021-02-21 16:36:05 +01:00
jgromes 0d3435c595 [RFM9x] Fixed frequency setting not saved (#253) 2021-02-18 18:48:09 +01:00
jgromes f16f8e43f4 [RFM9x] Fixed frequency setting not saved (#253) 2021-02-18 18:48:01 +01:00
jgromes 3205bd1c72 [nRF24] Fixed missing pinMode for IRQ (#252) 2021-02-15 20:48:22 +01:00
jgromes 9c73e9b2d7 [RFM9x] Swap frequency and bandwidth config in LoRa begin (#251) 2021-02-13 18:14:12 +01:00
jgromes 1e47f8bca3 [SX127x] Swap frequency and bandwidth config in LoRa begin (#251) 2021-02-13 18:14:07 +01:00
jgromes 7ecd56d2ca [PHY] Disable shaping in startDirect 2021-02-13 17:43:28 +01:00
jgromes 0a44fa065d [SSTV] Use startDirect from PHY 2021-02-13 17:43:10 +01:00
jgromes 0c497c39a7 [RTTY] Use startDirect from PHY 2021-02-13 17:43:05 +01:00
jgromes 8a293cbaab [Morse] Use startDirect from PHY 2021-02-13 17:42:55 +01:00
jgromes 98970be860 [Hell] Use startDirect from PHY 2021-02-13 17:42:49 +01:00
jgromes e4e540a390 [AX25] Use startDirect from PHY 2021-02-13 17:42:42 +01:00
jgromes 4c96b7b7ae [Si443x] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:42:13 +01:00
jgromes f4b2b6d257 [SX128x] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:42:00 +01:00
jgromes ed4d6e8897 [SX127x] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:41:53 +01:00
jgromes f3c1887517 [SX128x] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:41:46 +01:00
jgromes abbefd1226 [RF69] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:41:41 +01:00
jgromes c8ce3160fc [CC1101] Added -1 as alias for lowest supported frequency deviation 2021-02-13 17:41:34 +01:00
jgromes 09a73591ba [SX127x] Fixed top-level configFSK not being called 2021-02-13 16:21:00 +01:00
jgromes 85ba05c1f8 [AFSK] Added begin method 2021-02-13 15:44:15 +01:00
jgromes 1a2d66305d [PHY] Added method to set direct mode parameters (#177) 2021-02-13 15:43:16 +01:00
jgromes 6b46623133 Reordered compile options 2021-02-12 21:05:27 +01:00
jgromes 9a9af85fdc Added option to disable "paranoid" SPI mode (enabled by default) 2021-02-12 21:03:49 +01:00
jgromes 4461e9a98e [CC1101] Added timeout in Rx/Tx blocking mode 2021-02-12 20:46:10 +01:00
jgromes da3015f7b8 Fixed STM32 digital pin to interrupt macro (#249) 2021-02-12 20:21:27 +01:00
jgromes 02593bfba4 Bump version to 4.2.0 2021-02-07 18:00:58 +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 158b30c383 Added missing SX126x/8x SPI slowdown on Apollo3 2021-02-05 23:25:26 +01:00
jgromes b24a523c37 [SX128x] Simplify SPI slowdown 2021-02-05 23:25:07 +01:00
jgromes bac2be1576 [SX126x] Simplify SPI slowdown 2021-02-05 23:25:02 +01:00
jgromes aad4b84b89 Added default argument for SPISettings (#239) 2021-02-05 23:15:09 +01:00
jgromes e04aea52dd Revert "Updated SparkFun Apollo3 core (SparkFun:apollo3:sfe_artemis)"
This reverts commit 098e611eae.
2021-02-05 20:12:08 +01:00
jgromes 098e611eae Updated SparkFun Apollo3 core (SparkFun:apollo3:sfe_artemis) 2021-02-05 20:02:54 +01:00
jgromes 4a5e48962e Updated Apollo3 platform definition (#239) 2021-02-05 19:58:31 +01:00
Kihun Song 07cc802f9b
Convert arbitrary unit to dBm 2021-02-04 17:02:52 +09:00
Kihun Song d6330cfe44
Convert arbitrary unit to dBm 2021-02-04 16:51:05 +09:00
Kihun Song 318ac691d0 comments 2021-02-04 14:59:32 +09:00
Kihun Song 0b835f9fcf Added getRSSIInst command for SX126x 2021-02-04 14:27:23 +09:00
jgromes 6061145ae6 Force CI build CI_BUILD_ALL 2021-01-02 17:46:45 +01:00
jgromes 2f68d38f35 Swap Arduino and Adafruit SAMD detection order 2021-01-02 17:44:21 +01:00
jgromes 22975cbcee Create separate Arduino SAMD platform (SAMD core >= 1.8.11) CI_BUILD_ALL 2021-01-02 17:41:13 +01:00
jgromes b0af8cf819 Bump version to 4.1.0 2021-01-02 17:25:42 +01:00
jgromes c63c8f376f [SX127x] Clarify ternary operator priority (#217) 2020-12-29 08:41:48 +01:00
jgromes 1dcb873f22 [nRF24] Clarify ternary operator priority 2020-12-29 08:41:31 +01:00
jgromes 8ad7d1be45 [CC1101] Clarify ternary operator priority 2020-12-29 08:41:22 +01:00
jgromes 65379c4772 Added support for MegaCoreX 2020-12-25 14:21:41 +01:00
jgromes 533131f83f Fixed unitialized variable warning 2020-12-25 14:17:07 +01:00
jgromes 8438aa93ef [SX127x] Fixed incorrect CRC configuration (#217) 2020-12-25 09:37:06 +01:00
jgromes 81135e0ae5 [CC1101] Fixed version register check (#208) 2020-12-08 17:31:54 +01:00
jgromes 721645d384 [SX128x] Update markers for debug decoder 2020-12-05 12:05:49 +01:00
jgromes b7bf150594 [SX127x] Update markers for debug decoder 2020-12-05 12:05:42 +01:00
jgromes d1cbe133e2 [SX126x] Update markers for debug decoder 2020-12-05 12:05:36 +01:00
jgromes 5e22589e05 [SX1231] Update markers for debug decoder 2020-12-05 12:05:04 +01:00
jgromes 936eb262a1 [RFM9x] Update markers for debug decoder 2020-12-05 12:04:57 +01:00
jgromes ef50f9e1e8 [RF69] Update markers for debug decoder 2020-12-05 12:04:47 +01:00
jgromes 6bc6777cac [CC1101] Update markers for debug decoder 2020-12-05 12:04:39 +01:00
jgromes dc05904ae4 [nRF24] Update markers for debug decoder 2020-12-05 12:04:26 +01:00
jgromes ea464ce10d [Si443x] Update markers for debug decoder 2020-12-05 12:04:00 +01:00
Alessandro Fiorillo 1787505ea7 [RF69] Fixed setOOK() 2020-12-04 15:36:58 +01:00
Alessandro Fiorillo 3d1c45654b [CC1101] Fix in promiscuous mode 2020-12-02 16:43:02 +01:00
Alessandro Fiorillo 9329214405 Fixed compiling issues 2020-11-28 00:56:24 +01:00
jgromes 8e3d89c4f5 Bump version to 4.0.6 2020-11-20 18:40:16 +01:00
jgromes 36afff855d [Si443x] Added method to read version register 2020-11-20 17:53:03 +01:00
jgromes 3c832171f0 [SX1231] Added method to read version register 2020-11-20 17:52:55 +01:00
jgromes 4c62de06cf [RF69] Added method to read version register 2020-11-20 17:52:47 +01:00
jgromes b4701c370b [CC1101] Added method to read version register 2020-11-20 17:52:32 +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
Jan Gromeš 9b5eed83d2
[RTTY] Fixed idle (#195) 2020-11-05 21:29:41 +01:00
Jan Gromeš 063b643a7b
[Si443x] Fixed frequency deviation 0 for RTTY (#195) 2020-11-03 15:42:37 +01:00
jgromes 4816d7383e Bump version to 4.0.5 2020-10-29 16:33:41 +01:00
jgromes 4cdbcb60c5 Changed ESP32 tone emulation channel to 1 2020-10-29 07:53:51 +01:00
jgromes dbc35c814e Removed RADIOLIB_TONE_UNSUPPORTED flag from Apollo3 and STM32 unofficial 2020-10-28 11:45:58 +01:00
jgromes 5d92240f89 Added support for tone on ESP32 (#190) 2020-10-28 11:24:05 +01:00
jgromes e549039b15 [SX127x] Fixed incorrect shaping register (#186) 2020-10-13 19:25:15 +02:00
jgromes 598eb34ad5 Bump version to 4.0.4 2020-10-09 18:55:31 +02:00
jgromes bb1bb59aff [SX126x] Added option to disable TCXO using SX126x::setTCXO(0) (#99) 2020-09-22 07:49:27 +02:00
jgromes cd142df4b9 [CC1101] Added 0x04 as valid version register value (#183) 2020-09-19 19:48:21 +02:00
jgromes 35f02ed402 [CC1101] Added TRNG support 2020-09-13 17:53:37 +02:00
jgromes ff8d9d672d [RF69] Added TRNG support 2020-09-13 17:53:30 +02:00
jgromes b40ad5c2f7 [SX126x] Added TRNG support 2020-09-13 17:53:23 +02:00
jgromes 04195ee0d2 [SX127x] Added TRNG support 2020-09-13 17:53:16 +02:00
jgromes 3cc55806cf [SX128x] Added TRNG support 2020-09-13 17:53:07 +02:00
jgromes 5e1285783a [Si443x] Added TRNG support 2020-09-13 17:53:01 +02:00
jgromes 5376931b02 [nRF24] Added TRNG support 2020-09-13 17:52:53 +02:00
jgromes e7fb555192 [PHY] Added TRNG support (#178) 2020-09-13 17:52:40 +02:00
jgromes b8d83c8792 [RTTY] Force mask type 2020-09-12 13:53:28 +02:00
jgromes 3c25c76b9b [RTTY] Fixed CodeQL alerts 2020-09-12 13:47:39 +02:00
jgromes b650d15f76 [SX127x] Fixed CodeQL alerts 2020-09-12 13:45:53 +02:00
jgromes ffe1c38c1f [XBee] Fixed CodeQL alerts 2020-09-12 13:45:08 +02:00
jgromes f17b1d413a [AX25] Fixed CodeQL alerts 2020-09-12 13:44:05 +02:00
jgromes b337b5e22f [AX25] Replaced constant with macro 2020-09-12 13:41:45 +02:00
jgromes 5cba6a2c17 Bump version to 4.0.3 2020-08-23 17:05:42 +02:00
jgromes 0f62d85893 [SX127x] Added missing beginFSK overrides for SX1276/77/79 2020-08-22 08:47:53 +02:00
jgromes 3a89519127 Removed references to unused SoftwareSerial-only methods (#175) 2020-08-22 08:05:41 +02:00
Jan Gromeš 20193b784e
[RF69] Disabled SPI verification when writing frequency regs (#162) 2020-08-12 05:28:51 +02:00
jgromes db234a16af [SX127x] Fixed packet length mode not checked correctly (#174) 2020-08-07 17:46:13 +02:00
jgromes d7a620c8ea [SX1272] Fixed incorrect FSK/OOK modulation check 2020-08-07 17:45:39 +02:00
jgromes 1a2d280024 Bump version to 4.0.2 2020-08-01 16:49:53 +02:00
jgromes 5eeba8fe51 [SSTV] Added Module overrides for all Arduino core functions 2020-08-01 16:36:31 +02:00
jgromes f15cc19577 [RTTY] Added Module overrides for all Arduino core functions 2020-08-01 16:36:25 +02:00
jgromes cc06be04de [PHY] Added Module overrides for all Arduino core functions 2020-08-01 16:36:18 +02:00
jgromes 182a9688cb [Morse] Added Module overrides for all Arduino core functions 2020-08-01 16:36:11 +02:00
jgromes e965072092 [Hell] Added Module overrides for all Arduino core functions 2020-08-01 16:36:02 +02:00
jgromes 172e60cd47 [HTTP] Added Module overrides for all Arduino core functions 2020-08-01 16:35:51 +02:00
jgromes 50dd6fce0c [AX25] Added Module overrides for all Arduino core functions 2020-08-01 16:35:43 +02:00
jgromes 3bbe84a899 [nRF24] Added Module overrides for all Arduino core functions 2020-08-01 16:35:11 +02:00
jgromes 123b2f507f [XBee] Added Module overrides for all Arduino core functions 2020-08-01 16:35:00 +02:00
jgromes 41069d0848 [Si443x] Added Module overrides for all Arduino core functions 2020-08-01 16:34:52 +02:00
jgromes 2aeffd914f [SX128x] Added Module overrides for all Arduino core functions 2020-08-01 16:34:44 +02:00
jgromes 6ff84d7b23 [SX127x] Added Module overrides for all Arduino core functions 2020-08-01 16:34:37 +02:00
jgromes 882ec98563 [SX126x] Added Module overrides for all Arduino core functions 2020-08-01 16:34:27 +02:00
jgromes 71045e829b [SX1231] Added Module overrides for all Arduino core functions 2020-08-01 16:34:19 +02:00
jgromes 866e3c4c86 [RF69] Added Module overrides for all Arduino core functions 2020-08-01 16:34:12 +02:00
jgromes 67239551b0 [ESP8266] Added Module overrides for all Arduino core functions 2020-08-01 16:34:06 +02:00
jgromes 259b82a006 [CC1101] Added Module overrides for all Arduino core functions 2020-08-01 16:33:58 +02:00
jgromes 59c44d3883 Added Module overrides for all Arduino core functions 2020-08-01 16:33:25 +02:00
jgromes febeba23e0 Added progmem macros 2020-08-01 16:32:24 +02:00
jgromes 892bd48963 [CC1101] Fixed SPI commands always using default SPI (#173) 2020-07-25 16:15:05 +02:00
jgromes 3c7dfa632b [CC1101] Fixed incorrect default Rx bandwidth in doxygen 2020-07-19 18:08:48 +02:00
jgromes 9432e3d1c3 [RF69] Fixed inverted check (#167) 2020-07-18 07:09:44 +02:00
jgromes 8d92a5f402 [CC1101] Fixed inverted check (#167) 2020-07-18 07:09:33 +02:00
halfbakery d934e61777 [SX127x] Dio1Action precondition checks were inverted 2020-07-17 22:55:11 +02:00
jgromes 44dc0a4ea3 [Si443x] Fixed bit range and timeout on some modules (#165) 2020-07-17 17:28:29 +02:00
Jan Gromeš a525c40e55
[Si443x] Added tolerance to float comparison (#165) 2020-07-16 17:55:43 +02:00
Federico Maggi 7535faad32 Fixed conflicts 2020-07-14 15:50:55 +02:00
Federico Maggi 02d8b336ab Merged with upstream 2020-07-14 10:42:10 +02:00
Federico Maggi e7a7d5fef5 Merge branch 'master' of github.com:rfquack/RadioLib
* 'master' of github.com:rfquack/RadioLib: (135 commits)
  [CC1101] Added bitrate caching.
  [nRF24] Removed ambiguity, PR #119
  [nRF24] Minor fixes
  [nRF24] Added "isCarrierDetected()"
  Bump version to 3.3.1
  [SX127x] Set OOK parameter before setting the bitrate to avoid reading undefined variable
  [Module] Fixed incorrect arguments
  [Module] Fixed interface termination
  [SX1231] Removed old call to SPI end
  [RF69] Removed old call to SPI end
  [CC1101] Removed old call to SPI end
  [CC1101] Removed redundant null terminator
  [nRF24] Removed redundant null terminator
  [RF69] Removed redundant null terminator
  [CC1101] Requested changes PR #114
  [CC1101] Fixed interrupt direction. Tested: CC1101_Receive, CC1101_Receive_Interrupt, CC1101_Transmit, CC1101_Transmit_Interrupt
  [CC1101] Receive up to 255 bytes
  [CC1101] Transmit up to 255 bytes
  [CC1101] Added carrier sense as sync word qualifier
  [CC1101] Update cached len value.
  ...
2020-07-14 10:35:22 +02:00
Federico Maggi 535bce9ac7 Added space 2020-07-14 10:27:47 +02:00
jgromes 4e943b5437 [RTTY] Added Doxygen TODOs 2020-07-10 08:51:51 +02:00
jgromes 735db87bb3 [MQTT] Added Doxygen TODOs 2020-07-10 08:51:43 +02:00
jgromes 29d24c916b [XBee] Added Doxygen TODOs 2020-07-10 08:51:37 +02:00
jgromes 6c3dff4935 [Si443x] Added Doxygen TODOs 2020-07-10 08:51:30 +02:00
jgromes a1583487b0 [SX128x] Added Doxygen TODOs 2020-07-10 08:51:23 +02:00
jgromes 6452ea401f [SX127x] Added Doxygen TODOs 2020-07-10 08:51:16 +02:00
jgromes e97755a68b [SX126x] Added Doxygen TODO 2020-07-10 08:51:05 +02:00
jgromes 7f31cdab8f Test doxygen TODOs 2020-07-10 08:20:45 +02:00
jgromes 7397a1a957 Bump version to 4.0.1 2020-07-08 19:06:38 +02:00
jgromes 58194483b1 [SX127x] Added methods to manually set LoRa LDRO (#162) 2020-07-08 18:52:34 +02:00
jgromes 96405b938d [SX126x] Added methods to manually set LoRa LDRO 2020-07-08 18:52:08 +02:00
jgromes 760fefaad8 [CC1101] Fixed invalid default Rx bandwidth 2020-07-08 18:00:09 +02:00
jgromes 37a94494b4 Added TODOs 2020-07-06 18:30:36 +02:00
jgromes 8cbbf3d668 [ESP8266] Changed length type to size_t TRAVIS_FORCE_BUILD 2020-07-06 17:28:17 +02:00
jgromes eabbf9e5af [TL] Changed type to size_t 2020-07-06 17:16:53 +02:00
jgromes cdbabdb30d [SX126x] Fixed unused parameter (TRAVIS_FORCE_BUILD) 2020-07-06 12:37:29 +02:00
jgromes c9add26cfe Fixed array as initializer (illegal pre-C++11) 2020-07-06 12:36:19 +02:00
jgromes 2a2efb5413 Bump version to 4.0.0 2020-07-06 11:57:09 +02:00
jgromes b21f93342e [SX126x] Synced parameters of all LoRa modules 2020-07-06 11:48:25 +02:00
jgromes e1141ca64c [SX127x] Synced parameters of all LoRa modules 2020-07-06 11:48:14 +02:00
jgromes 59c4fe638f [RFM9x] Synced parameters of all LoRa modules 2020-07-06 11:48:02 +02:00
jgromes 8682357881 [Si443x] Synced parameters of all FSK modules 2020-07-06 11:14:33 +02:00
jgromes 4d00170612 [SX128x] Synced parameters of all FSK modules 2020-07-06 11:14:21 +02:00
jgromes ec225236d0 [SX1231] Synced parameters of all FSK modules 2020-07-06 11:14:08 +02:00
jgromes 82e4cb7f97 [SX127x] Synced parameters of all FSK modules 2020-07-06 11:13:53 +02:00
jgromes c8f4698a26 [SX126x] Synced parameters of all FSK modules 2020-07-06 11:13:37 +02:00
jgromes 59434cb025 [RF69] Synced parameters of all FSK modules 2020-07-06 11:13:24 +02:00
jgromes 58db5d1661 [CC1101] Synced parameters of all FSK modules 2020-07-06 11:13:01 +02:00
jgromes a437e25968 [PHY] Changed shaping datatype to uint8_t 2020-07-06 08:53:40 +02:00
jgromes 92c19da058 [nRF24] Changed shaping datatype to uint8_t 2020-07-06 08:53:29 +02:00
jgromes 3312645d90 [Si443x] Changed shaping datatype to uint8_t 2020-07-06 08:53:20 +02:00
jgromes be346eb6aa [SX128x] Changed shaping datatype to uint8_t 2020-07-06 08:53:12 +02:00
jgromes 7dc7f4d76c [SX127x] Changed shaping datatype to uint8_t 2020-07-06 08:53:05 +02:00
jgromes 5aff492323 [SX126x] Changed shaping datatype to uint8_t 2020-07-06 08:52:48 +02:00
jgromes 263410ffb1 [RF69] Changed shaping datatype to uint8_t 2020-07-06 08:52:30 +02:00