I am building an Android beacon detection application, I am using my raspberryPi as a ibeacon, I followed the commands from this link. I am having some trouble detecting the beacon with my code,I am using the altbeacon library. I am guessing it has to do with the beacon parser statement which is as follows...
beaconManager.getBeaconParsers().add(new BeaconParser(). setBeaconLayout("m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24"));
I am guessing it is not detected because I am not using an estimote beacon. what would be the parse value for "m:2-3 = beac" in my case since I am using a raspberry pi as a beacon?
Is there something you can suggest in this case?