RFM9x with TinyLora. How to set DevEUI

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
tobiaseusanet
 
Posts: 3
Joined: Thu Aug 11, 2022 11:14 am

RFM9x with TinyLora. How to set DevEUI

Post by tobiaseusanet »

Hello,

This is my first post in this Forum so please be lenient if i violate rules by accident.

I'm doing a project, using a RaspberryPi Zero W2 together with an Adafruit RFM9x Lora Modem and the TinyLora Library.
I want to send LoraWan Data to a Chirpstack Server, but this Server wants me to supply a DeviceEUI. I created a DeviceEUI randomly on the server,
but i have found no method to submit a deviceEUI in the TinyLora Library.

Is there another suitable LoraWAN library for the RFM9X which gives me the option to set a DeviceEUI, or does the TinyLora Library have the option an i was just too blind to find it.

Every help would be very much appreciated.

Thanks a lot in advance

User avatar
jerryn
 
Posts: 1868
Joined: Sat Sep 14, 2013 9:05 am

Re: RFM9x with TinyLora. How to set DevEUI

Post by jerryn »

The TinyLoRa library has been deprecated and is no longer compatible with the TTN LoRaWAN.
See https://learn.adafruit.com/using-lorawa ... -ttn-setup

Sorry, I am not aware of a library for the Raspberry Pi that is compatible with LoRaWAN at this time.
There are libraries for Arduino.

I do not represent Adafruit. Just providing information.

User avatar
tobiaseusanet
 
Posts: 3
Joined: Thu Aug 11, 2022 11:14 am

Re: RFM9x with TinyLora. How to set DevEUI

Post by tobiaseusanet »

Thanks a lot for the answer! That is basically with what i found during my own online research, but i thought there is no damage in asking anyway.

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”