You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the IDs are a manually configurable hexadecimal with the statement:
#define DEVICE_ID 0x01
Confirm that this is the case and constraints on valid LoRa IDs.
(i.e. must the ID always be a two-digit hexadecimal? Are more digits allowed? Are there any IDs not allowed?)
The text was updated successfully, but these errors were encountered:
Contacted Aiden Ziegelaar regarding what the DEVICE_ID is for in the RAMI code. It sounds like this is the LoRa ID that Adrian is looking for, but I forwarded the email chain to Adrian along with Aiden's thesis, paper and the LoRa chip datasheet for him to confirm if this is what he wants.
Need to find LoRa IDs.
It appears that the IDs are a manually configurable hexadecimal with the statement:
#define DEVICE_ID 0x01
Confirm that this is the case and constraints on valid LoRa IDs.
(i.e. must the ID always be a two-digit hexadecimal? Are more digits allowed? Are there any IDs not allowed?)
The text was updated successfully, but these errors were encountered: