Hi, I would like to detect the presence of a particular device in an environment where there are many devices advertising. The advertising packets are received by a scanner device.
The scanner device has a led that should turn on when it receives an advertisment packet from a particular device. So I thought to write a code that let a led turn on when the scanner device recieves an advertisment packet from the device with mac address AB:CD:EF:GH:IL:MN.
Uuid-128 bit, major and minor received with the advertisment packets changes with time because they are sent by different devices. And that's ok!
While uuid 128-bit always changes, the mac address of device sending the advertising packet is always the same as you can see in the following figure. And this is not possible! Moreover the MAC address seems a little bit "strange" because of too many 0xFF!
Why doesn't MAC address change? Why so many 0xFF? Additional informations: I'm using nrf51822 and s130.