Lora-net / lora_gateway

Driver/HAL to build a gateway using a concentrator board based on Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers.
Other
915 stars 742 forks source link

Globally Unique EUI ?? #174

Closed qbaj closed 2 years ago

qbaj commented 2 years ago

Is there a globally unique number (EUI) in sx1301 registers, like in sx1302? And is it available with similar function to lgw_get_eui()?

mcoracin commented 2 years ago

No, there isn't. You can generally rely on the MAC address of the network adapter of the gateway. Best regards