manuelbl/ttn-esp32

SX1262 compatibility

nippoo opened this issue · 1 comments

nippoo commented

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?

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.