setAdvertising on esp32 is not working #7089
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2018-05-30 by @gfwilliams Try Posted at 2018-05-30 by Saurabh now its visible but not connecting if i try to pair with my phone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-05-30 by Saurabh
Code:
NRF.setAdvertising({},{
name: "Mydevice", // The name of the device
showName: true, // include full name, or nothing
discoverable: true, // general discoverable, or limited - default is limited
connectable: true, // whether device is connectable - default is true
interval: 600, // Advertising interval in msec, between 20 and 10000
manufacturer: 0x0590, // IF sending manufacturer data, this is the manufacturer ID
});
Beta Was this translation helpful? Give feedback.
All reactions