ArmDeveloperEcosystem / lorawan-library-for-pico

Enable LoRaWAN communications on your Raspberry Pi Pico or any RP2040 based board. 📡
BSD 3-Clause "New" or "Revised" License
125 stars 47 forks source link

CLASS C #22

Closed serdarsinanoglu closed 2 years ago

serdarsinanoglu commented 2 years ago

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.

sandeepmistry commented 2 years ago

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

serdarsinanoglu commented 2 years ago

Thank you.