Commit graph

73 commits

Author SHA1 Message Date
jgromes
2efd020ea1 [LoRaWAN] Added dev files 2020-04-14 10:48:07 +02:00
jgromes
97136945a7 Updated dev files for RadioLib 3.x 2020-02-21 08:03:17 +01:00
jgromes
c972587d84 Reworked folder structure 2020-02-21 07:49:54 +01:00
jgromes
8a791d269e Merge branch 'master' into development 2020-02-21 07:46:21 +01:00
jgromes
e68146bcde Added missing Doxygen comments 2020-02-14 08:39:10 +01:00
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
43eefd4703 Merge branch 'master' into development 2019-11-22 14:48:29 +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
1155851481 Merge branch 'master' into development 2019-09-17 17:58:43 +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
da5eb14867 [RTTY] Fixed parameter types 2019-05-31 11:04:21 +02:00
jgromes
1d46b3e2ab [Morse] Removed Serial output 2019-05-31 11:04:04 +02:00
jgromes
f9f8ad526a [PHY] Fixed parameter name 2019-05-31 09:00:43 +02:00
jgromes
f85e7b2489 [PSK][WIP] Added PSK files 2019-05-29 10:54:49 +02:00
jgromes
05498c2598 [Pager][WIP] Added Pager files 2019-05-29 10:52:43 +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