LoRaWAN RFM95 for a different Microcontroller?

Hey guys,

I’m looking for a workling library for RFM95 (SX1276) for my ATSAMD51 Micro Controller. I don’t have arduino, therefoie cannot use the library for arduino. I’ve also tried to implement the this library : https://github.com/cjhdev/lora_device_lib , but I don’t get it to work. I’m also confused why the library requires an NWSKEY, which is not available before the first join into the The Things Network.

I’ve also tried to send and receive data via ABP, which worked, but I cannot get OTAA to work.

Anyone experience with this issue?

Yours sincerly

Crackl1ng

You’d only need a NWSKEY for ABP. Is there an example for that library for OTAA?

You may want to check out the Microchip source code for LoRaWAN as that definitely works on ATSAM variants with a SX1276.

Thank you for your reply!

As mentioned I used the following library:

I will check out your library tomorrow, thanks for the advice.

Yours sincerly

Crackl1ng

Not my library, but rather the library of the company that makes the ATSAM MCU