ArmDeveloperEcosystem/lorawan-library-for-pico

CLASS C

serdarsinanoglu opened this issue · 2 comments

Hi,

I used "SX1262 LoRa Node Module for Raspberry Pi Pico" in ABP mode "Class A".
I used Dragino Lig16 Gateway for  this project.  
How to use SX1262 with CLASS C Mode?

Can you help me.

Thank you.

Hello @serdarsinanoglu.

This library currently does not support the SX1262 (however PR #15 is open to add support).

For the SX1276, the class can be changed here: https://github.com/ArmDeveloperEcosystem/lorawan-library-for-pico/blob/main/src/lorawan.c#L47

Thank you.