Commit graph

61 commits

Author SHA1 Message Date
jgromes
ddb478afff [AX25] Added AX.25 support 2020-02-14 08:08:59 +01:00
jgromes
76dd718146 [PHY] Added data shaping and encoding interface methods 2020-02-11 14:28:10 +01:00
jgromes
318de480ab Reworked PhysicalLayer to accept frequency step directly 2020-02-07 18:31:51 +01:00
jgromes
41f4848b9e [Morse] Formatting fixes, added missing symbol space 2019-12-23 14:25:34 +01:00
Marco Campinoti
4272b0ff30
Reorganized morsecode symbols array and updated the MorseClient::write(uint8_t b) method
The whole idea was taken from the CubeSat way of doing morsecode,
2019-12-22 22:07:46 +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
a3c46d0056 [RTTY] Fixed incorrect type 2019-11-17 10:07:23 +01:00
jgromes
adcde6fb6c Added option to use only static allocations 2019-09-28 12:49:44 +02:00
jgromes
c093d34c91 Updated debug macros 2019-09-28 10:30:50 +02:00
jgromes
4eef30a2a4 [HTTP] Fixed incorrect string length 2019-09-09 10:04:07 +02:00
jgromes
11dc4be0ec [RTTY] Fixed ITA2 encoding 2019-07-26 20:06:12 +02:00
jgromes
c43ba03d7d [HTTP] Fixed memory leak 2019-07-23 20:22:35 +02:00
jgromes
c72ad019f4 [SX127x] Sync with LoRaLib 8.1.0 2019-06-16 14:33:26 +02:00
jgromes
b3f228e207 [RTTY] Moved ITA2 code table to flash 2019-06-02 13:39:10 +02:00
jgromes
7d141fbbc2 [Morse] Moved Morse code table to flash 2019-06-02 13:38:46 +02:00
jgromes
6ea5c62316 [Morse] Removed unnecessary Serial output 2019-06-01 20:48:12 +02:00
jgromes
98259c0e3f [PHY] Fixed incorrect parameter name 2019-06-01 20:47:45 +02:00
jgromes
140de0dd57 [RTTY] Changed parameter types 2019-06-01 20:47:28 +02:00
jgromes
79f1560d41 [Morse] Automatically turn off transmitter 2019-05-28 19:24:07 +02:00
jgromes
9582fd186e [RTTY] Automatically turn off transmitter 2019-05-28 19:23:46 +02:00
jgromes
f2c1895cdb [PHY] Added standby 2019-05-28 19:22:42 +02:00
jgromes
fd4da5771c [Morse] Added support for Arduino flash strings 2019-05-28 12:43:04 +02:00
jgromes
9f382f6406 [RTTY] Added support for Arduino flash strings 2019-05-26 10:26:25 +02:00
jgromes
ed3eeb0559 [PHY] Added support for Arduino flash strings 2019-05-25 18:47:36 +02:00
jgromes
971664fa9d [Morse] Hide structure from Doxygen 2019-05-24 19:06:14 +02:00
jgromes
e5b6fd849c [TRA] Added Doxygen comments 2019-05-24 18:51:26 +02:00
jgromes
3e6a780c4b [RTTY] Added Doxygen comments 2019-05-24 18:51:07 +02:00
jgromes
0ea2cf1596 [PHY] Added Doxygen comments 2019-05-24 18:50:56 +02:00
jgromes
8d60e01adc [Morse] Added Doxygen comments 2019-05-24 18:49:40 +02:00
jgromes
8eaa4f5627 [MQTT] Added Doxygen comments 2019-05-24 18:49:26 +02:00
jgromes
d65033666f [HTTP] Added Doxygen comments 2019-05-24 18:49:15 +02:00
jgromes
608dad60c8 [SX127x] Sync with LoRaLib 8.0.4 2019-05-18 12:17:25 +02:00
jgromes
5c48ed73b6 [MQTT] Added Arduino String overload 2019-02-23 10:50:35 +01:00
jgromes
9e720f56c5 [HTTP] Added GET overload for Arduino String 2019-02-23 09:37:22 +01:00
jgromes
6cd5419a9e [RTTY] Changed ITA2 character table to static 2019-02-09 09:39:22 +01:00
jgromes
344afee97a [Morse] Added support for Morse code transmissions 2019-02-09 09:38:50 +01:00
jgromes
2101203d07 Changed name to RadioLib 2019-02-08 15:58:29 +01:00
jgromes
bd2596efac [SX127x] Sync with LoRaLib v7.1.1 2019-01-13 19:44:16 +01:00
jgromes
46a3ee4a24 [RTTY] Added support for CC1101 (#4) 2018-12-26 11:19:30 +01:00
jgromes
3f287d36a6 [RTTY] Improved speed when sending numbers 2018-10-07 12:13:27 +02:00
jgromes
a13b4f9537 [RTTY] Simplified transmission encoding configuration 2018-10-02 20:46:52 +02:00
jgromes
8562b7a71e [RTTY] String encoding based on number of data bits 2018-10-02 16:00:39 +02:00
jgromes
f6f2215a7d [RTTY] Added support for ITA2-encoded numbers 2018-10-01 19:25:52 +02:00
jgromes
91de1e2b9a [RTTY] Added support for ITA2 print and println 2018-09-29 08:08:15 +02:00
Jan Gromeš
4fecd8c073 [RTTY] Added support for ITA2 encoding 2018-09-11 11:24:56 +02:00
Jan Gromeš
8165f8107b [SX127x] Sync with LoRaLib v6.0.0 2018-09-04 19:52:27 +02:00
Jan Gromeš
b4ac09270c [RTTY] Added support for variable number of data bits 2018-08-26 08:27:55 +02:00
Jan Gromeš
70be6df935 [RTTY] Renamed leadIn method to idle 2018-08-23 09:21:05 +02:00