Created
July 27, 2016 20:29
-
-
Save PiAir/da3256d1d70ea1a72a9d4acf0a748d20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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