I have a CC2642 application which must appear over Bluetooth as if it were two separate devices, one of which is an iBeacon.
The first is as follows:
- Connectable peripheral
- IEEE assigned Mfg specific public MAC address
- Advertising rate of 31.25mSec
- Advertising on the 1M phy
The second is as follows:
- Non-connectable iBeacon format
- The TI default MAC address
- Advertising rate of at least 2 times per second
- Advertising on the 1M phy
This requires two alternate advertising data sets which is easy to implement on the CC2642. It also requires flip-flopping the MAC addresses at least 2 times per second. I am using a timer to trigger an App event which alternates the advertising data and MAC addresses.
So far, I have had little success with alternating the MAC address and am questioning if it is even feasible on this part. Has anyone else implemented something similar or is there some sort of TI reference design for this?
Thanks,
Mike