Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh123/esp32_loraprs
LoRa ESP32 KISS Bluetooth modem (for APRSDroid or aprs.fi iOS) + APRS-IS RX/TX iGate over WiFi + Digipeater + DV (with Codec2 Walkie-Talkie)
https://github.com/sh123/esp32_loraprs
amateur-radio aprs aprs-rx aprs-tracker aprsdroid aprsis codec2 esp32 esp32-ardunio esp32-library ham-radio iot kiss lora lora-gateway lora-server lorawan tnc tracker uhf
Last synced: about 3 hours ago
JSON representation
LoRa ESP32 KISS Bluetooth modem (for APRSDroid or aprs.fi iOS) + APRS-IS RX/TX iGate over WiFi + Digipeater + DV (with Codec2 Walkie-Talkie)
- Host: GitHub
- URL: https://github.com/sh123/esp32_loraprs
- Owner: sh123
- License: gpl-3.0
- Created: 2019-04-25T06:10:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T14:42:48.000Z (12 months ago)
- Last Synced: 2023-12-01T15:37:41.581Z (12 months ago)
- Topics: amateur-radio, aprs, aprs-rx, aprs-tracker, aprsdroid, aprsis, codec2, esp32, esp32-ardunio, esp32-library, ham-radio, iot, kiss, lora, lora-gateway, lora-server, lorawan, tnc, tracker, uhf
- Language: C++
- Homepage: https://github.com/sh123/esp32_loraprs
- Size: 20.1 MB
- Stars: 162
- Watchers: 31
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 LoRa APRS Modem
![Modes of operation](extras/images/diagram.png)This project is amateur radio ESP32 based LoRa/FSK **KISS Bluetooth/BLE/USB/TCPIP** modem + LoRa **APRS-IS RX/TX iGate** server over WiFI + LoRa/FSK **APRS digipeater** + **Codec2 DV modem** (with Codec2 Talkie Android application).
⚠ **To configure sketch modify default parameters in config.h file.**
- For project description, detailed setup and more information, please, visit our Wiki at https://github.com/sh123/esp32_loraprs/wiki
- For discussions, visit https://github.com/sh123/esp32_loraprs/discussions⚠ Project also supports **APRSDroid TNC2 text APRS packet mode** (configurable), which makes it interoperable with other LoRa APRS trackers without AX25 support.
Supported module types: **SX126X**, **SX127X** and other modules supported by RadioLib.
Modules, which are used by users and known to work
- **SX126X** (**suggested**, 1W modules will provide decent coverage for APRS, stable frequency suitable for < 125 kHz BW at 433 MHz, 5V from USB power bank is enough to power it, has additional LNA)
- 👍 **E22-400M30S (SX1268)**
- E220-400M30S (LLCC68) BW125 SF from 7 to 9 (chip limitations)
- These modules are 30dbm modules, but maximum power should be set to no more than 20-22dbm, see https://github.com/jgromes/RadioLib/wiki/High-power-Radio-Modules-Guide
- **SX127X** (low power, 50-100mW, temperature frequency drift, problematic for narrow band)
- RA-01 (SX1278)
- RA-02 (SX1276)
- TTGO T-Beam (SX1276)# Building
- Update `include/config.h` with your radio settings
- If you are using lora-aprs iGate (non AX.25) then set `CFG_TEXT_PACKETS` and `CFG_TEXT_PACKETS_3` config parameters to `true` and use APRSDroid TNC2 connection protocol
- To build for client/tracker mode use `pio run -e esp32dev`
- To build for iGate mode use `pio run -e esp32dev_igate`# Development board
Development board schematics, case and antenna models are available under `extras/cad` and `extras/schematics`.Supported ESP32 boards are with 36 and 38 pinouts (configured with solder pads).
⚠ **There are ESP32 boards with different socket widths: 22mm and 25mm, board files for 25mm have _wide suffix in file names.**
![Modes of operation](extras/images/device.png)