G4lile0 / tinyGS

📡 Open Ground Station Network 🛰
GNU General Public License v3.0
923 stars 177 forks source link

Add support for SX1280 #140

Closed JasonRJ closed 2 years ago

JasonRJ commented 2 years ago

Replace if then else logic with switch case logic to allow SX1280 and future transceiver modules.

Added new board definition for: 433/470/868/915 MHz TTGO T3 V2.1.6 2400 MHz ESP32 / E28-2G4MxxS

SX1280 to ESP32 has the following connections: SCK 5 MISO 19 MOSI 27 NSS 18 RST 23 DIO0/BUSY 26 (LORA IRQ line / Busy) DIO1 33 (IRQ line)

G4lile0 commented 2 years ago

Hi Robert, Thanks for your work, but we support new modules (already the SX1280) in a different way using a HAL, you can check it on the beta branch: https://github.com/G4lile0/tinyGS/tree/beta Thanks