Commit graph

210 commits

Author SHA1 Message Date
jgromes
2b2dc2925f [PHY] Fixed unused variable warning 2023-02-19 17:14:31 +01:00
jgromes
2c8b63e038 [Hell] Fixed timing issues on SX126x with TCXO (#659) 2023-01-14 23:13:58 +01:00
jgromes
5ca2c8533c [PHY] Added standby types abstraction 2023-01-14 23:13:27 +01:00
jgromes
139a68dfd4 [EXT] Added support for external radios (646) 2023-01-08 15:12:49 +01:00
jgromes
02de83f941 [PHY] Made virtual overloads non-pure 2023-01-08 15:10:48 +01:00
jgromes
607ae1035c [Pager] Fixed inversion logic (#641) 2022-12-22 16:19:10 +01:00
jgromes
81c5504260 [PHY] Added debug direct mode output 2022-12-22 16:18:50 +01:00
jgromes
132c2b3b82 Fixed inversion logic and inverted frame sync word (#641) 2022-12-15 17:37:41 +01:00
jgromes
60b73d5ccd [Pager] Implemented inversion for receive (#641) 2022-12-12 21:07:35 +01:00
Ihor Nehrutsa
9abb3fd396 Update Pager.cpp 2022-12-01 17:47:42 +02:00
Ihor Nehrutsa
ee32b3d82a Update APRS.cpp 2022-12-01 17:47:34 +02:00
jgromes
f51229ef9a [Pager] Added option to invert frequencies (#7) 2022-11-27 20:47:01 +01:00
jgromes
2f0dac1bb7 [SSTV] Added support for interrupt-based timing (#596) 2022-11-18 18:05:42 +01:00
jgromes
f69723b96c [Morse] Added support for interrupt-based timing 2022-11-18 17:55:08 +01:00
jgromes
e1c217305f [Hell] Added support for interrupt-based timing 2022-11-18 17:39:18 +01:00
jgromes
2bf5297b32 [FSK4] ADded support for interrupt-based timing 2022-11-18 17:24:20 +01:00
jgromes
abc7cf179a [AX25] Added support for interrupt-based timing 2022-11-18 17:24:01 +01:00
jgromes
3e64e819c7 [RTTY] Added support for interrupt-based timing 2022-11-18 17:07:01 +01:00
jgromes
5327952af5 Added links to interrupt-based wiki page 2022-11-18 17:06:38 +01:00
jgromes
c3d6700e76 [PHY] Added support for interrupt-based timing 2022-11-18 17:04:52 +01:00
jgromes
355446c43a [FSK4] Added correction method 2022-11-18 13:56:40 +01:00
jgromes
29813352d4 [SSTV] Moved correction factor to its own method 2022-11-18 13:54:12 +01:00
jgromes
f68bef2877 [PHY] Added option to keep received data despite CRC error 2022-11-16 19:21:52 +01:00
jgromes
a848cf281b [Pager] Added option to retrieve matched address on reception 2022-11-14 21:19:16 +01:00
jgromes
00fc7cd5b9 [Pager] Added optional custom frequnecy shift 2022-11-14 21:18:42 +01:00
jgromes
67937f4f46 [AX25] Added option to modify tone length for AFSK mode 2022-10-23 10:18:49 +02:00
jgromes
b903ddabc6 [Pager] Added missing IRAM_ATTR for ESP platforms 2022-10-22 23:49:13 +02:00
jgromes
edc04f16bd [Pager] Added missing input pinmode 2022-10-22 23:48:57 +02:00
jgromes
88f528a789 [PHY] Added method to manually drop synchronization in direct mode 2022-10-19 18:10:45 +02:00
jgromes
39489aeae6 [AX25] Added override for Arduino String class transmit 2022-10-16 17:47:58 +02:00
jgromes
f6e5d02481 [Pager] Reworked logic to workaround linker error on MegaCore (CI_BUILD_ALL) 2022-10-02 12:19:33 +02:00
jgromes
ae04d3dbb3 [Pager] Fixed strncpy length 2022-10-02 00:00:50 +02:00
jgromes
3baa4bd80f [Pager] Fixed narrow type comparison 2022-10-01 16:11:07 +02:00
jgromes
972e651f4f [SX126x] Added missing setFrequency implementation for PhysicalLayer 2022-10-01 15:06:09 +02:00
jgromes
1f75ee0cc1 [Pager] Implemented POCSAG (#7) 2022-10-01 14:56:37 +02:00
jgromes
a1aa52cbea [PHY] Suppress unused arguments 2022-09-18 16:18:56 +02:00
jgromes
9db64292c4 [PHY] Added finishTransmit 2022-09-18 16:10:54 +02:00
jgromes
30cb7c8dd4 [APRS] Added Mic-E (#430) 2022-08-20 18:14:13 +02:00
jgromes
da0993a6ed Added RADIOLIB_EXCLUDE_DIRECT_RECEIVE exclusion macro (#557) 2022-08-15 19:19:59 +02:00
jgromes
8675f13e5d [Morse] Added basic Morse receive support (#545) CI_BUILD_ALL 2022-07-30 08:53:57 +02:00
obones
e421ab4272 Introduce setDIOMapping on the PhysicalLayer class which, by default, returns "not implemented" 2022-07-07 15:36:25 +02:00
jgromes
907de02a79 [PHY] getMod moved to private and only acessible to friend classes 2022-07-04 15:28:26 +02:00
jgromes
ed43f8062e [Hell] Added method to invert text color (#529) 2022-05-28 17:58:34 +02:00
jgromes
2faa4b5d71 [Morse] Use out of band tone for space in AFSK mode (#529) 2022-05-28 17:57:42 +02:00
jgromes
ffe271b0c6 [PHY] Fix unknown string length buffer overrun (#413) 2021-11-29 08:05:46 +01:00
jgromes
df466486aa [APRS] Added APRS support 2021-11-28 22:56:36 +01:00
jgromes
3eb831d7e1 [AX.25] Added APRS classes 2021-11-28 22:54:20 +01:00
jgromes
14d3ac6dff [AX.25] Fixed macro guard 2021-11-28 22:54:01 +01:00
jgromes
963ef4f36a [AX.25] Fixed encoding issue of some frames (#407) 2021-11-28 14:35:01 +01:00
jgromes
cc75519972 [AX.25] Removed redundant call to standby 2021-11-27 17:35:36 +01:00