1

I am trying to change the TxPower of my beacons but I am not able to do it. My beacon has 3 values for TxPower 00,01 and 02.The TxPower received is same for all of these values.Any suggestions?The beacons follow iBeacon protocol.I am parsing the byte array "data" as follows:int txpower=data[29];Setting txpower through lightblue app of iPhone

Raj Trivedi
  • 557
  • 7
  • 18
  • What do you mean your "beacon has 3 values for TxPower"? An iBeacon transmission contains only a single value. It may be useful to clarify the manufacturer of the beacon, as configuration of beacons through apps like LightBlue (i.e. using GATT) is outside the iBeacon spec and is different for every beacon manufacturer. – davidgyoung Aug 12 '15 at 13:53
  • I meant three values are given by manufacturer for txpower...we can set any 1.I am using Lightblue app to set txpower.I think some issue with the beacon hardware. – Raj Trivedi Aug 12 '15 at 16:00
  • What is the beacon made del? Does the manufacturer recommend using LightBlue? – davidgyoung Aug 13 '15 at 03:27
  • I found my mistake..I missed the concept of measured power completely.Now,I get different Measured Power at different values of TxPower.. – Raj Trivedi Aug 14 '15 at 10:16

0 Answers0