Reading the factory Device EUI

Home Forums mDot/xDot Reading the factory Device EUI

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30393

    Hi,

    The mDot manual says that the device EUI is factory programmed into the mDot.
    How do I access the EUI within my own application?
    Is there access to it via the mbed-os, or only with the multitech stack?

    Any assistance appreciated.

    Thanks,
    John

    #30397
    Jason Reiss
    Keymaster

    The EUI is stored in external flash on mDot. The libmdot-mbed5 library has getDeviceEUI to get the EUI from the flash.

    Are you wanting to use another lorawan stack?
    This project uses the mbed-os stack with the EUI from flash.
    https://github.com/MultiTechSystems/mbed-os-lorawan-tinyshell

    • This reply was modified 5 years, 1 month ago by Jason Reiss.
    #30402

    Hi Jason,

    Thanks so much for the prompt assistance, that is exactly the information I am after.
    Yes I am using the mbed-os stack.

    Most appreciated
    John

    #30403

    Hi Jason,

    I have integrated the code for the external flash into my application under mbed-os and it is working great thanks.

    In the developer manual I only see a vague reference to the external flash, that it is connected via SPI3.

    Is there some other documentation about the files and filesystem stored on the external flash, or is the sample code all there is to go on?

    Thanks,
    John

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.