Commit graph

359 commits

Author SHA1 Message Date
Andrea Guglielmini
e1d8380c4e [CC1101] Solved enableSyncWordFiltering() ambiguity. 2019-12-15 23:58:24 +01:00
Andrea Guglielmini
56cdbbdd7b [CC1101] Fixed wrong setPacketMode() bits 2019-12-14 00:45:57 +01:00
Andrea Guglielmini
6373c30729 [CC1101] Check CRC only if validation is active. 2019-12-13 19:46:45 +01:00
Andrea Guglielmini
c78847e9df [CC1101] Reset on init. 2019-12-13 19:41:21 +01:00
Andrea Guglielmini
af9409b941 [CC1101] Fix broken sync word methods. 2019-12-13 19:40:36 +01:00
Andrea Guglielmini
d863c02ffe [CC1101] txPower updated according to chosen freq. 2019-12-12 02:50:55 +01:00
jgromes
ae6ca75e6b [SX126x] Fixed parameters in doxygen comments 2019-12-09 20:19:29 +01:00
jgromes
735dd4f551 [SX126x] Fixed narrowing conversions 2019-12-05 18:16:27 +01:00
Jan Gromeš
104c656860
Merge pull request #84 from BarryPSmith/receiveDutyCycle
Added sx126x receive duty cycle interface
2019-12-05 15:57:14 +01:00
jgromes
df7e517ca5 [SX126x] Changed default minSymbols value to 8 2019-12-05 15:22:51 +01:00
jgromes
7631353b4a Fixed incorrect variable name 2019-12-05 14:42:00 +01:00
jgromes
f543436647 Minor formatting changes 2019-12-05 14:38:44 +01:00
BarryPSmith
825fa90e7f Minor startReceiveDutyCycle changes, as requested. 2019-12-04 12:41:41 -08:00
jgromes
636484f405 Minor foramtting changes 2019-12-04 08:53:18 +01:00
BarryPSmith
a20f62da2f Added sx126x receive duty cycle interface 2019-12-03 22:43:10 -08:00
BarryPSmith
914524e7db Removed some SX126x floating point logic to save code space 2019-12-03 16:47:44 -08:00
Jan Gromeš
2a3172b755
Merge pull request #81 from BarryPSmith/sx126x_crc_checks
Enabled SX126x CRC check IRQs on receive
2019-12-01 07:59:19 +01:00
jgromes
4729b8518b Fixed setFrequencyRaw and setTCXO ignoring module status (#78) 2019-12-01 07:57:40 +01:00
BarryPSmith
de62610358 Enabled CRC check IRQs on receive 2019-11-30 22:16:01 -08:00
Andrea Guglielmini
30d7a61013 [CC1101] The synchronization word is a two-byte value 2019-11-30 16:33:29 +01:00
jgromes
b0dee4c51c [SX126x] Removed DIO2 from constructor 2019-11-27 08:50:21 +01:00
jgromes
49f6a7c75a [SX126x] Added TCXO to begin method (#74) 2019-11-26 21:22:47 +01:00
Andrea Guglielmini
721f3986a7 Fixing changes 2019-11-25 19:07:13 +01:00
Andrea Guglielmini
a82002b56e [nRF24] 2 bytes addrWidth 2019-11-25 16:11:55 +01:00
Andrea Guglielmini
a6106b4e63 [nRF24] Added setCrcFiltering(bool), setAutoAck(bool) 2019-11-25 15:51:40 +01:00
jgromes
7dd5858da6 Fixed unitialized variable warnings 2019-11-23 10:10:53 +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
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
1b96a00cb5 [RF69] Added missing standby command 2019-11-19 17:54:43 +01:00
jgromes
6949ccf363 [SX127x] Sync with LoRaLib 8.2.0 2019-11-19 17:08:59 +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
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