Xinyuan-LilyGO / LilyGo-LoRa-Series

LILYGO LoRa Series examples
644 stars 177 forks source link

Lmic library not supporting SX1262 radio #116

Closed rodri16 closed 6 months ago

rodri16 commented 10 months ago

Hi, have you tested SX1262 radio with Arduino LMIC? I am interested in TTGO LORA32S3 v1.2. Thanks

lewisxhe commented 10 months ago

LMIC does not originally support SX1262. RadioLib already contains LoRaWAN examples, you can check it out.

rodri16 commented 10 months ago

Thanks @lewisxhe, I cannot find examples you say. LilyGo-LoRa-Series/lib/RadioLib/examples/SX126x no LoRaWAN examples

lewisxhe commented 10 months ago

I am referring to the upstream RadioLib. After you are familiar with using local examples, you can switch to the mainline branch for development.

https://github.com/jgromes/RadioLib/tree/master/examples/LoRaWAN

rodri16 commented 10 months ago

So in Radiolib dev branch I could change radio to SX1262 and make example work? Will test it... examples/LoRaWAN/LoRaWAN_End_Device_APB SX1262 lora = new Module(NSS,DIO1,NRST,BUSY);

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 6 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.