Hello
I want to get the MAC address of my custom device, is it possible to get the mac address of the nrf52832? and if it s possible , in which register?
Thank you
Hello
I want to get the MAC address of my custom device, is it possible to get the mac address of the nrf52832? and if it s possible , in which register?
Thank you
If you are not using the SD, then the same info can be read from the
NRF_FICR->DEVICEADDR[0]
NRF_FICR->DEVICEADDR[1]
It is discussed on page 46, 47 of the nRF spec.
This is of course the random static address Nordic assigns.
If you want your own ID, then you have to buy the block of ID's and code it yourself.
If you are not using the SD, then the same info can be read from the
NRF_FICR->DEVICEADDR[0]
NRF_FICR->DEVICEADDR[1]
It is discussed on page 46, 47 of the nRF spec.
This is of course the random static address Nordic assigns.
If you want your own ID, then you have to buy the block of ID's and code it yourself.