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

Implement bluetooth connection list #47

Open
ataffanel opened this issue Jan 21, 2015 · 0 comments
Open

Implement bluetooth connection list #47

ataffanel opened this issue Jan 21, 2015 · 0 comments
Labels
BLE Bluetooth LE related issues Crazyflie2.0 task

Comments

@ataffanel
Copy link
Member

When using BLE there should be a way to select which Crazyflie 2.0 to connect to. Currently the Client will connect the first Crazyflie it sees (basically random) which is problematic if more than 1 Crazyflie is near-by.

It is currently not possible to change the Crazyflie Bluetooth name, but we can use the last 2 bytes of the mac address as differentiation. For example:

  • Crazyflie 66C1
  • Crazyflie 0A50
  • ...
@ataffanel ataffanel added task Crazyflie2.0 BLE Bluetooth LE related issues labels Jan 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLE Bluetooth LE related issues Crazyflie2.0 task
Projects
None yet
Development

No branches or pull requests

1 participant