EUI64 Support
Posted: Wed May 28, 2025 4:33 pm
I am trying to get an EUI64 value from my ESP32, as I want to use it for a LoRaWAN DevEUI value, but I'm unclear where the last four bytes are coming from? The 48-bit MAC is clearly visible in the eFuse, but I'm not sure where the 0xFC3F comes from that gets amended to the 48-bit MAC when I call esp_efuse_mac_get_default().
I'm really trying to determine:
- Is this a valid EUI64?
- How can I reliably read and/or assemble this EUI64 using the python tools (esptool and espefuse)?
Thanks for your help
I'm really trying to determine:
- Is this a valid EUI64?
- How can I reliably read and/or assemble this EUI64 using the python tools (esptool and espefuse)?
Thanks for your help