Beelan-LoRaWAN icon indicating copy to clipboard operation
Beelan-LoRaWAN copied to clipboard

A LoRaWAN library for compatible arduino board

Results 11 Beelan-LoRaWAN issues
Sort by recently updated
recently updated
newest added

Hi!, I'm developing a device using this library, but I can't use the class C. So I add: ```c #elif defined(AU_915) LoRa_Settings->Channel_Rx = 0x08; // set Rx2 channel 923.3 MHZ...

feedback

Is this library support multicast downlink?

USBStick works in Class A, Class C does not enter RX2 time window, the class type in sendUplink function is lost.

Hello, I intend to send and receive data using Class C but except for join request acceptance nothing is happening. No payload is sent and received. serial monitor says only...

Bug

I used ESP32+RFM95, code in arduino IDE and Gateway-8-channel PG1301. I run it at SF7->10 and it doesn't have any errors ![image](https://user-images.githubusercontent.com/86216202/227155011-dabd6dfd-b1e8-4013-b4b3-53fe126e044c.png)

Bug

The device can join LoRaWAN network and I can send a downlink packet. ![image](https://github.com/ElectronicCats/Beelan-LoRaWAN/assets/29994971/27bb59e1-565e-460a-bfb4-ff4988c2bcd5) The device "hears" something but can not print it. Last year, I tested downlink ok. I...

The library takes a while with many Joinings to have JoinAccepted. It needs to try its lucks with random devNonce in the Join Request. By right, the library should save...

To set low data rate for SF11 and SF12 in AS923 and AS923_2.

To use new AS923 (AS923-1) in 920-923Mhz. Early AS923 in 923-925Mhz is obsolete and not used in many gateways.