IBeaconΒΆ

A cool feature of the MetaWear is that it can also function as an IBeacon; all you need to do is call the enable method and disconnect from the board to have the board advertise as an IBeacon. Advertisement parameters can be modified with the module’s ConfigEditor.

import com.mbientlab.metawear.module.IBeacon;

// Enable IBeacon mode
mwBoard.getModule(I2C.class).enable();
mwBoard.disconnect();