Wykres commitów

765 Commity (8a496efd4186e3156544ebc81529a5220050d89b)

Autor SHA1 Wiadomość Data
jgromes 42ba48475e Added nRF52 support 2019-11-23 10:11:07 +01:00
jgromes 7dd5858da6 Fixed unitialized variable warnings 2019-11-23 10:10:53 +01:00
jgromes a297d35747 Updated contributing doc 2019-11-23 09:26:21 +01:00
jgromes a8b3823bc3 [SX126x] Added fixed packet mode for FSK modem 2019-11-22 14:09:58 +01:00
jgromes 05d6a1c1c8 [SX127x] Added fixed packet mode for FSK modem 2019-11-22 13:30:02 +01:00
jgromes 57fab02e20 [RF69] Extracted common packet mode code 2019-11-22 13:29:33 +01:00
jgromes bd2161cc47 [CC1101] Extracted common packet mode code 2019-11-22 13:29:19 +01:00
jgromes 610a0c2de9 [CC1101] Minor formatting changes 2019-11-22 13:01:10 +01:00
jgromes 02b6024e65 [SX126x] Added fixes for errata and datasheet updates 2019-11-22 12:32:04 +01:00
jgromes e74cbe4c51 Added missing godmode guard 2019-11-20 17:21:43 +01:00
jgromes 915f3780cc Reworked directory structure 2019-11-20 17:19:15 +01:00
jgromes 2fc641449a Implemented god mode 2019-11-20 16:55:11 +01:00
jgromes cd1c799a64 Updated macro names 2019-11-20 16:22:50 +01:00
jgromes e89c02bf56 Advanced version to 1.8.0 2019-11-19 19:07:35 +01:00
jgromes a576a216b8 Set Travis to STM32F303CC 2019-11-19 18:28:38 +01:00
jgromes 52b08a02e4 [CC1101] Added missing listen mode command (#72) 2019-11-19 17:56:24 +01:00
jgromes 7ce656dd81 [RF69] Added missing listen mode command (#72) 2019-11-19 17:56:14 +01:00
jgromes 2d7790d658 [SX127x] Added missing listen mode command (#72) 2019-11-19 17:56:04 +01:00
jgromes 1b96a00cb5 [RF69] Added missing standby command 2019-11-19 17:54:43 +01:00
jgromes 4bf2289353 Set Travis to STM32L452RE 2019-11-19 17:50:55 +01:00
jgromes 201fd4a29d Fixed Travis STM32 board 2019-11-19 17:40:13 +01:00
jgromes 4205071615 Changed Travis script to use STM32L452RE-P 2019-11-19 17:39:00 +01:00
jgromes 6949ccf363 [SX127x] Sync with LoRaLib 8.2.0 2019-11-19 17:08:59 +01:00
jgromes b873127155 Fixed SoftwareSerial for ESP8266 core 2.6.1 2019-11-18 18:29:06 +01:00
Jan Gromeš 37d8b6014b
Merge pull request #71 from Guglio95/master
CC1101 Variable Preamble Length
2019-11-18 18:26:07 +01:00
Andrea Guglielmini 13cb93495d Better docs + preambleLength in begin() 2019-11-18 18:14:40 +01:00
Andrea Guglielmini 53893a6fe1 Merge remote-tracking branch 'upstream/master' 2019-11-18 17:03:11 +01:00
Andrea Guglielmini 7d7af7ac0b Variable PreambleLength for CC1101 2019-11-18 17:01:37 +01:00
jgromes a3c46d0056 [RTTY] Fixed incorrect type 2019-11-17 10:07:23 +01:00
jgromes 3db5134367 [SX126x] Fixed wakeup sequence - NSS first, BUSY second (#69) 2019-11-14 21:11:17 +01:00
jgromes 300e7f48fd Updated comments 2019-11-14 15:33:14 +01:00
Jan Gromeš e48275e998
Merge pull request #66 from rfquack/master
Revisioned promiscious-mode implementation for CC1101 and RF69 #63
2019-11-13 19:18:20 +01:00
Jan Gromeš 3dc3c92b19
Merge pull request #61 from BarryPSmith/sx1262_paclamping
Implemented TX PA Clamping, datasheet section 15.2
2019-11-13 19:10:23 +01:00
BarryPSmith 5acaf1dfb6 Fixed a conflict with return brackets. 2019-11-13 09:00:02 -08:00
BarryPSmith b8b05262bc Added PA Clamping fix to FSK and SX1268 2019-11-13 07:36:18 -08:00
BarryPSmith 078641d64d Implemented TX PA Clamping, datasheet section 15.2 2019-11-13 07:36:18 -08:00
Federico Maggi 2a09dc302a sync word length check + removed `else if` 2019-11-13 16:34:47 +01:00
Federico Maggi f9a746cf82 Merge branch 'master' of https://github.com/jgromes/RadioLib
* 'master' of https://github.com/jgromes/RadioLib:
  Comment and error checking cleanup. Fixed power adjustment for SX1261
  Removed memory allocation and copying from SX126X read* and write* functions
  Implemented optimal PA settings for SX1268. Ensured OCP is always restored when changing power. Slight refactor to avoid duplicated SX1262 / SX1268 code.
  Fixed link to ESP32 package index
  Implemented power scaling in setOutputPower, in accordance with datasheet.
  Missed SX1261 PA Config flag in previous commit
  Adjusted setPaConfig in SX126x setOutputPower.
2019-11-13 16:28:23 +01:00
Federico Maggi c56a76d296 enable/disable to set + bool 2019-11-13 16:27:39 +01:00
Federico Maggi 2e019c3700 Added methods to keywords 2019-11-13 16:27:08 +01:00
Jan Gromeš 1ea77c9325
Merge pull request #64 from BarryPSmith/sx126x_noMemAllocations
Removed memory allocation and copying from SX126X
2019-11-13 15:43:42 +01:00
Jan Gromeš db5b892dc2
Merge pull request #57 from BarryPSmith/sx126x_txpower
Sx126x txpower
2019-11-13 15:39:58 +01:00
BarryPSmith fb872dd413 Comment and error checking cleanup.
Fixed power adjustment for SX1261
2019-11-13 05:02:22 -08:00
Federico Maggi b2f64a03ac Removed CC1101 example fixed length as too specific 2019-11-13 11:51:10 +01:00
BarryPSmith 25f4e775c9 Removed memory allocation and copying from SX126X read* and write* functions 2019-11-12 13:01:50 -08:00
BarryPSmith 621da8a11d Implemented optimal PA settings for SX1268.
Ensured OCP is always restored when changing power.
Slight refactor to avoid duplicated SX1262 / SX1268 code.
2019-11-12 10:28:14 -08:00
jgromes fc27b5a427 Fixed link to ESP32 package index 2019-11-12 18:40:36 +01:00
Federico Maggi 36979d81ec Merge branch 'master' of https://github.com/jgromes/RadioLib
* 'master' of https://github.com/jgromes/RadioLib:
  Fixed keyword separator
  Fixed SoftwareSerial for ESP8266 core 2.6.0
  [SX126x] Moved debug output out of SPI transaction
2019-11-12 17:56:55 +01:00
Federico Maggi 35361ce198 Implemented promiscuous mode for CC1101 and RF69 2019-11-12 17:56:36 +01:00
jgromes 50f400eb10 Fixed keyword separator 2019-11-12 17:26:15 +01:00