Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The broadcast time is changed to 2 seconds, often unable to connect successfully #43

Open
lp292650230 opened this issue Jun 4, 2020 · 2 comments

Comments

@lp292650230
Copy link

Use SDK16 blinky firmware, modify the broadcast interval to 2 seconds, use Android nRF-blinky connection, often unsuccessful connection phenomenon, APP interface is displayed as Initing.... Use nRF-connect to connect successfully every time. (Mobile system AndroidX).
Modify the broadcast interval to 100 milliseconds, you can connect successfully using Android nRF-blinky
Do I need to modify any parameters of nRF-blinky?

@philips77
Copy link
Member

Could you post the logs from LogCat? it appears that nRF Blinky has sent some request and it's waiting for a callback, but I don't know which request. It's one of those:

protected void initialize() {
setNotificationCallback(buttonCharacteristic).with(buttonCallback);
readCharacteristic(ledCharacteristic).with(ledCallback).enqueue();
readCharacteristic(buttonCharacteristic).with(buttonCallback).enqueue();
enableNotifications(buttonCharacteristic).enqueue();
}

@lp292650230
Copy link
Author

Sorry,Correct the following,The nRF-blinky #41 application interface always shows Connecting。
LogCat has been sent to you by e-mail, and please help analyze the reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants