manuelbl / ttn-esp32

The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
MIT License
301 stars 64 forks source link

SX1262 compatibility #65

Open nippoo opened 1 year ago

nippoo commented 1 year ago

Hi,

I'm trying to port this library to the SX1262 transceiver (which Semtech are touting as a replacement for the SX1278 etc).

Just wondering if anyone has tried to do this before?

cyberman54 commented 1 year ago

This project is based on LMIC library. LMIC has no radio driver for SX1262. Thus, to get this project working with SX1262 you need to write a new or adapted radio.c for LMIC which covers the capabilities of SX1262 chip.