Skip to content

Instantly share code, notes, and snippets.

@PiAir
Created July 27, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PiAir/da3256d1d70ea1a72a9d4acf0a748d20 to your computer and use it in GitHub Desktop.
Save PiAir/da3256d1d70ea1a72a9d4acf0a748d20 to your computer and use it in GitHub Desktop.
NRF.setAdvertising([0x03, // Length of Service List
0x03, // Param: Service List
0xAA, 0xFE, // Eddystone ID
0x13, // Length of Service Data
0x16, // Service Data
0xAA, 0xFE, // Eddystone ID
0x10, // Frame type: URL
0xF8, // Power
0x03, // https://
'g','o','o','.','g','l','/','Q','F','l','7','l','9'],
{interval:100});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment