Commit graph

60 commits

Author SHA1 Message Date
jgromes
2332f2e327 Added assert macro 2020-01-13 16:36:21 +01:00
jgromes
814949d183 Fixed incorrect NC macro check 2020-01-06 17:40:13 +01:00
jgromes
9da1573df0 Renamed unused pin macro to NC 2020-01-06 17:20:18 +01:00
jgromes
fd1623e382 Added version macro 2020-01-02 14:48:53 +01:00
jgromes
606e317958 Changed to new approach to pin handling 2019-12-27 13:15:33 +01:00
jgromes
c857b512ee Added support for Sparkfun Apollo boards 2019-12-24 10:00:46 +01:00
jgromes
16d599ec28 Minor formatting fix 2019-12-09 20:22:44 +01:00
jgromes
8a4cae9411 Moved new status codes to SX126x-specific errors 2019-12-05 14:38:02 +01:00
BarryPSmith
825fa90e7f Minor startReceiveDutyCycle changes, as requested. 2019-12-04 12:41:41 -08:00
BarryPSmith
a20f62da2f Added sx126x receive duty cycle interface 2019-12-03 22:43:10 -08:00
jgromes
4f70c67175 Added guard to only compile Radio class when using RadioShield 2019-11-23 15:34:19 +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
6949ccf363 [SX127x] Sync with LoRaLib 8.2.0 2019-11-19 17:08:59 +01:00
jgromes
c57d7d9045 Added support for Arduino Due 2019-10-27 17:18:37 +01:00
jgromes
47be7923da Fixed software serial macro warnings 2019-10-02 19:41:31 +02:00
jgromes
adcde6fb6c Added option to use only static allocations 2019-09-28 12:49:44 +02:00
jgromes
11b501cbc9 Added software serial platform macro 2019-09-28 10:39:20 +02:00
jgromes
c093d34c91 Updated debug macros 2019-09-28 10:30:50 +02:00
jgromes
e751d31aa9 Added compatibility with ESP8266 platform 2019-07-31 07:25:04 +02:00
jgromes
2ca26d1a60 Fixed format 2019-06-22 16:36:58 +02:00
jgromes
c72ad019f4 [SX127x] Sync with LoRaLib 8.1.0 2019-06-16 14:33:26 +02:00
jgromes
eddf96bbb2 [SX126x] Changed CAD to only use DIO1 (#19) 2019-06-07 10:05:40 +02:00
jgromes
c9b68163d5 [SX126x] Added notes about DIO2 RF control 2019-06-04 10:13:04 +02:00
Bernd Giesecke
23b0b9b25a Moved setDio2AsRfSwitch() from module to SX126x
Added new error code
Removed memory leak

Signed-off-by: Bernd Giesecke <bernd@giesecke.tk>
2019-06-04 14:28:33 +08:00
jgromes
1ebf818d88 [nRF24] Implemented basic functions 2019-06-01 20:50:43 +02:00
jgromes
dd59d9e6d6 Added Doxygen comments 2019-05-24 17:32:11 +02:00
jgromes
9d34a7aede [SX126x] Added FSK modulation parameters check 2019-05-21 11:19:16 +02:00
jgromes
ccaf51a915 [SX126x] Added TCXO control method 2019-05-20 08:49:05 +02:00
jgromes
f0b9841cf6 [SX126x] Added FSK rx/tx, interrupt methods and CAD 2019-05-18 13:27:43 +02:00
jgromes
7a768c8ed6 [SX127x] Sync with LoRaLib v8.0.1 2019-03-22 19:01:56 +01:00
jgromes
7d00dde817 Removed redundant debug begin 2019-02-23 10:50:14 +01:00
jgromes
9d7e9040cf Updated debug macros 2019-02-23 09:36:56 +01:00
jgromes
cbdf158389 [CC1101] Implemented address filtering 2019-02-09 17:45:04 +01:00
jgromes
2101203d07 Changed name to RadioLib 2019-02-08 15:58:29 +01:00
jgromes
2fbb6afcf4 [XBee] Added multiple attempts when connecting 2019-01-05 10:20:14 +01:00
jgromes
5b4685ac8d [SX127x] Sync with LoRaLib v7.1.0 2018-12-26 11:36:30 +01:00
jgromes
6cd42ca3e1 [SX127x] Sync with LoRaLib v7.0.0 2018-10-31 17:44:47 +01:00
jgromes
a13b4f9537 [RTTY] Simplified transmission encoding configuration 2018-10-02 20:46:52 +02:00
Jan Gromeš
f4344af3c5 [RTTY] Implemented basic RTTY support 2018-08-20 20:42:14 +02:00
Jan Gromeš
5bab97d16b [SX127x] Sync with LoRaLib v5.1.1 2018-08-18 16:17:10 +02:00
Jan Gromeš
e3021b5a37 SX127x - Sync with LoRaLib v5.0.2 2018-08-02 15:11:38 +02:00
Jan Gromeš
0a32e985bf Updated status codes for XBee 2018-07-24 09:46:35 +02:00
Jan Gromeš
2d788da0c2 Changed error codes to negative integers 2018-07-23 11:16:14 +02:00
Jan Gromeš
db9983b3e5 Updated debug macros 2018-07-23 11:10:48 +02:00
Jan Gromeš
b227d0cd19 XBee - Implemented API mode basics 2018-07-19 16:21:47 +02:00
Jan Gromeš
9ea57154be RF69 - Added method to set sync word 2018-07-14 08:43:04 +02:00
Jan Gromeš
6044f00137 ESP8266 - Added method to receive PUBLISH packets from server 2018-07-10 15:12:50 +02:00
Jan Gromeš
6d4b7c4e79 ESP8266 - Added missing return codes 2018-07-10 12:50:14 +02:00
Jan Gromeš
5c1e12e310 RF69 - Added methods to set rx bandwidth and frequency deviation 2018-07-05 15:39:02 +02:00