nRF Connect App UUID in scan adv package

Hi Nordic Community

I was using the nRF Connect Android App to scan the contents of the advertisements sent by my board.

My device is C7:51:E9:6E:C7:43

My question is, why is the temperature Service data parsed correctly but not the rest?

Is the temperature parsing a bug and should only happen when connected or are the other 3 a bug?

0x2A6F is humidity

0x2A6D is pressure

0x2AEB is count

Parents
  • Hello,

    The reason between the difference here is that the mobile apps team have implemented parsing for the temperature service (0x2A6E), but not (at least not yet) implemented parsing for the remaining 3 services. I assume it's on the to do list.

    Kenneth

Reply
  • Hello,

    The reason between the difference here is that the mobile apps team have implemented parsing for the temperature service (0x2A6E), but not (at least not yet) implemented parsing for the remaining 3 services. I assume it's on the to do list.

    Kenneth

Children