Hello, I'm using the nrf52840 dev kit with softdevice s140 and nrf52 SDK to advertise a beacon.
I've noticed that the device has a "regular" MAC address which is the one that shows up in the nrf Connect app when I scan the beacon, however, as I'm logging the beacons and respective MAC address I've noticed that the same device has had 8 different MAC addresses (even if just momentarily) over the course of a full day, this is a problem for me because I'm going to log the beacons based on their MAC address and I'm going to have multiple in the future so this address should be static and unique to each device.
Am I missing some configuration to make the mac address to be static?
Thanks in advance.
Gabriel