Closed
Description
Recently pulled up an old RFDuino demo and it no longer works w/ Android! When I put the same URL into an Eddystone beacon, everything worked. Here is a hex dump of both devices, each with the same compressed URL: tiny.cc/cp9000
RFDuino
0x0201061416AAFE10EE0274696E792E63632F636239303030
Simple Eddystone beacon
0x0201060303AAFE1416AAFE10DE0274696E792E63632F636239303030
Notice that the RFDuino has two differences:
- It's missing 0303AAFE in front which is the ServiceIDList parameter w/ the Eddystone ID
- Transmit powers are different (not relevant)
I'm assuming this is a simple change to the library to add this service list? Without this change, I'm afraid arduinos will no longer be found by the more picky Anrdoid Nearby scanner.
Metadata
Metadata
Assignees
Labels
No labels