Wykres commitów

54 Commity (34663fb94303b4d39865aa49f197be8dc7e4c94a)

Autor SHA1 Wiadomość Data
sh123 450c5cc299 Update doc strings 2021-10-31 14:56:05 +02:00
sh123 2c6ac8dcfe Rename dio0/dio1 to A/B to make them more generic 2021-10-31 14:49:03 +02:00
sh123 43edea2fbd Documentation 2021-10-31 14:36:44 +02:00
sh123 55d74c04e4 Add ability to disable KISS and run in TNC2 mode 2021-10-26 13:09:43 +03:00
sh123 a1c8f2761c Add configuration flag to allow text aprs messaging 2021-10-26 12:01:14 +03:00
sh123 635df470aa Disable bluetooth if USB mode is active 2021-10-22 22:20:17 +03:00
sh123 c25ec7d816
Add support for USB-OTG operation and improve logging (#25)
* Use debug log facility

* Usb serial support

* Tuning

* Disable logging when USB is enabled

* Improve logging

* Improve logging
2021-10-22 22:09:17 +03:00
sh123 fc494adda5 Set USE_RADIOLIB by default 2021-10-22 21:30:09 +03:00
sh123 32b68cc237 KISS TCP/IP server fixes 2021-10-21 21:25:35 +03:00
sh123 46833d732b Bug fixing 2021-10-21 20:56:52 +03:00
sh123 60a4df9c2d Add options to enable kiss over tcp/ip and AP mode 2021-10-21 13:09:08 +03:00
sh123 eb12b0309f Added RadioLib based carrier detect 2021-10-20 20:53:50 +03:00
sh123 99603e8906 Configuraion improvements 2021-10-20 16:30:52 +03:00
sh123 e1520628c5
Radiolib support (#23)
- Radiolib support
2021-10-20 13:20:19 +03:00
sh123 b1a78bbf00 Set implicit header mode for spreading factor of 6 2021-10-15 17:09:29 +03:00
sh123 80c5d79e91 Use more consistent name 2021-06-08 17:41:13 +03:00
sh123 daa2b95c10 Update readme 2021-06-08 09:33:08 +03:00
Matthew Patrick 1df9f4f87a
Serial over BLE (#15)
added flag in config to enable using bluetooth low energy (BLE) which allows pairing with iOS devices (e.g. APRS.fi app).
2021-06-08 08:33:40 +03:00
sh123 fc0ad84b4b Add experimental external PTT control 2021-05-26 19:11:33 +03:00
sh123 96a6547710 Moved frequency correction minimum delta value to config 2021-04-07 09:24:22 +03:00
sh123 963c46ee0f Additional comments 2021-04-07 09:08:10 +03:00
sh123 956574368e Set default value for LoraUseIsr to false 2021-04-07 08:38:22 +03:00
sh123 a4c0adb78e Comments 2021-02-13 09:41:41 +02:00
sh123 8636f1eb9d Added circular buffers for both tx and rx, use LoRa ISR for receve with optional possibility to switch it off 2021-02-12 16:33:25 +02:00
sh123 87b737b4f3 Move led period define to config 2021-02-08 14:25:52 +02:00
sh123 f090a41b1b Move serial baud rate to config 2021-02-08 14:23:39 +02:00
sh123 efb35bdaf3 Make LED and LORA pinouts work natively if board defines them 2021-02-07 17:53:35 +02:00
sh123 5ca96eafd6 Do not define pinout if it is already defined by board pinout definition 2021-02-07 09:52:30 +02:00
sh123 4029da8384 Use pin4 for led on T-Beam 2021-02-06 22:23:40 +02:00
sh123 4c178d8c65 Add support for KISS extension for radio control and signal reports 2021-02-05 18:57:06 +02:00
sh123 e25d9a483e Additional comments 2021-02-03 11:37:06 +02:00
sh123 6e6e251533 Move pinout definitions into config file and add support for TBeam board 2021-02-03 11:29:54 +02:00
sh123 30601b75e8 Add kiss tx queue and move config defiens to config 2021-01-29 13:47:04 +02:00
sh123 3156f9354f Make LoRa CRC check configurable from settings 2020-12-12 12:21:53 +02:00
sh123 1d2b966be0 Add support for KISS CSMA persistence command 2020-12-08 22:22:08 +02:00
sh123 7c9885623c Fix two warnings 2020-11-28 10:20:32 +02:00
sh123 34fc3ff52a Change sync word to 0x34 2020-06-19 17:03:31 +03:00
sh123 1c421e5269 Updated README 2020-06-17 10:45:19 +03:00
sh123 d7f8779d47 Added support for TRACEn-n path and changed sync word to 0x3f for compatibility 2020-06-17 10:42:17 +03:00
sh123 5bd3dbc61e
Update esp32_loraprs.ino 2020-06-15 13:19:39 +03:00
sh123 4cd99b9dfc
Update esp32_loraprs.ino 2020-06-15 13:19:06 +03:00
sh123 dff45cf9ac Change sample callsign to -10 ssid for digirepeater 2020-06-14 22:06:15 +03:00
sh123 bec81153ff Refactor for better mgmt 2020-06-14 21:55:27 +03:00
sh123 752128197e Implement digirepeating and own beacon announcement 2020-06-14 17:59:35 +03:00
sh123 9c06c93ec0 Refactor callsign management into separate module and add support for baseic WIDEn-n digirepating 2020-06-14 14:52:22 +03:00
sh123 1ae790c5d5
Config and AX25 message reafactoring (#5)
* Refactoring

* Add support for aprsis filter and print out incoming packets into the serial
2020-06-12 17:34:23 +03:00
sh123 7dc76d399c Tune frequency to corrected one 2020-06-05 16:19:36 +03:00
sh123 79e712095c Add support for automatic frequency calibration on server side 2020-06-01 10:43:13 +03:00
sh123 0539703d12 Changed lora aprs frequency and bandwidth as per VIE19 IARU C5-015 document 2020-02-10 18:26:51 +02:00
sh123 701ba122b3
Update esp32_loraprs.ino 2019-05-10 15:32:14 +03:00