Replies: 3 comments 9 replies
-
The random address is expected. To have a public address, you would need to have bought an identifier and block of addresses |
Beta Was this translation helpful? Give feedback.
-
so just to clarify espressif bought an identifier/block of addresses for my device and it is included automatically or are they doing something illegal? and there is no way to have for dev purposes a public address? this is a small / private hobby project. |
Beta Was this translation helpful? Give feedback.
-
i made a repro repo here: https://github.com/stef/nrf_staticmac - what am i doing wrong? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
when running this code on a xiao_ble which is based on the nrf52840:
i get mac addresses like this:
and similar with the commented out
bt_id_get()
variant.my prj.cfg is something like this:
the same code worked well with an esp32s3.
i tried to search online for this, but only found old posts in the nordicsemi support site, some slightly relevant github issues, and other stuff that didn't get me further, i grepped the samples. but it all looks like my code. what am i missing? where is my cognitive blind spot? or is this some kind of bug, or under-documented feature?
thanks for any pointers!
Beta Was this translation helpful? Give feedback.
All reactions