iRobotEducation / irobot-edu-python-sdk

Python SDK for iRobot Edu robots (Root or Create 3)
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Need to remove device when using BlueZ #3

Closed shamlian closed 10 months ago

shamlian commented 1 year ago

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