Hi,
I am trying to make the iBeacon emulator using nRF52840-DK without SDK. I have found the iBeacon packet format.
When I send this packet using SDK, that worked. Now I want to change the MAC address to emulate hundreds of beacons, so I used NRF_RADIO to send the packet and change the channels. But I have no way to change the MAC address, and found the following packet format.
I can guess that the red area is MAC and the blue is iBeacon packet, but what is the green area?
Also what I have to do the more to emulate hundreds of iBeacons using NRF_RADIO without SDK?
I got started with this example.