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

Need to remove device when using BlueZ #3

Closed
shamlian opened this issue Dec 11, 2022 · 0 comments · Fixed by #25 or #26
Closed

Need to remove device when using BlueZ #3

shamlian opened this issue Dec 11, 2022 · 0 comments · Fixed by #25 or #26
Assignees
Labels
bug Something isn't working
Milestone

Comments

@shamlian
Copy link
Collaborator

If disconnect doesn't happen properly, it is necessary to manually remove the robot's MAC from BlueZ before it can be connected to again.

Use bluetoothctl devices to list devices and bluetoothctl remove MA:CA:DD:RE:SS:## to remove.

See also https://bleak.readthedocs.io/en/latest/troubleshooting.html#id4 ; this may be related to #1

@shamlian shamlian added the bug Something isn't working label Dec 11, 2022
@shamlian shamlian self-assigned this Sep 5, 2023
@shamlian shamlian added this to the 0.4.0 milestone Sep 5, 2023
@shamlian shamlian mentioned this issue Sep 6, 2023
shamlian added a commit that referenced this issue Sep 25, 2023
Release 0.4.0
* get_ir_proximity() is now Create-3-robot-version-agnostic (fixes Update ir prox examples #22)
* signals to kill the program are now properly routed to the _exit_handler (fixes Need to remove device when using BlueZ #3)
* fix units for Create 3 get_position() call (was mm, now is cm like all the other functions)
* Pose class now has a __str__ method for easily printing current pose
* Add turtle.Turtle-like robot_turtle interface
* various documentation improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant