Wykres commitów

30 Commity (de9e66c2de8507b1b679d646a8064a50c90f6f8c)

Autor SHA1 Wiadomość Data
sh123 641987e0f8 More interoperability cases 2022-12-11 19:06:00 +02:00
sh123 e2f12ebff1 Comments 2022-12-11 18:34:54 +02:00
sh123 8d872510b0 Use lora-aprs 3 byte prefix only if specified in config 2022-12-11 18:21:45 +02:00
sh123 8a25bf13cb
Remove dependency on arduino-LoRa library, use RadioLib only (#42)
- Remove dependency on arduino-LoRa library, use RadioLib only
- Run radio TX on the same task where RX is running
- Refactor for better readability
2022-12-03 15:43:37 +02:00
sh123 a3cde349c1 Add support for split operation 2022-03-11 21:30:50 +02:00
sh123 886a0a91d5 Allow specifying some more lora parameters from config.h 2021-11-22 11:57:12 +02:00
sh123 901030ef47 Move RF switch pin selection to config, allow to specify all options in config.h 2021-11-15 15:44:37 +02:00
sh123 af096a3548 Add config option to set debug level, add trace calls for incoming and outgoing data 2021-11-12 19:57:12 +02:00
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 a1c8f2761c Add configuration flag to allow text aprs messaging 2021-10-26 12:01:14 +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 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 e1520628c5
Radiolib support (#23)
- Radiolib support
2021-10-20 13:20:19 +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 b402c6e303 Config documentation 2021-02-13 09:49:46 +02: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 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 0c902165f3 Refactor to use all parameters from config directly 2021-02-02 10:26:11 +02:00
sh123 470959e8d3 Use correct LoRa parameter types, which match to underlying library 2021-02-02 09:31:45 +02:00
sh123 3156f9354f Make LoRa CRC check configurable from settings 2020-12-12 12:21:53 +02:00
sh123 bdbde13641
Update loraprs_config.h 2020-06-15 13:18:27 +03:00
sh123 bec81153ff Refactor for better mgmt 2020-06-14 21:55:27 +03:00