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

nRF52: Allow multiple central connections #1360

Closed
gfwilliams opened this issue Mar 28, 2018 · 2 comments
Closed

nRF52: Allow multiple central connections #1360

gfwilliams opened this issue Mar 28, 2018 · 2 comments

Comments

@gfwilliams
Copy link
Member

Looks like it'll need ~1kB of extra RAM for the BLE stack per connection, but even having 2 would enable some interesting use-cases.

http://forum.espruino.com/conversations/297174/#comment14160399
(plus other requests)

@gfwilliams
Copy link
Member Author

Branch for this is now available at https://github.com/espruino/Espruino/tre­e/nrf52_multiple_central

But it's not enabled yet - CENTRAL_LINK_COUNT needs to be set to 2 and you need to adjust the RAM (LD_APP_RAM_BASE) to make room for the extra connection

@gfwilliams
Copy link
Member Author

Just merged in... For some reason it's not working on SDK15 though - I just see the JS interpreter lock up as soon as I try to connect to it via Bluetooth

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

1 participant