@robolink_leila I did install that already, but tried installing it again three times (had Security & Privacy open just in case), and still get the same problem
As of September 2021, we have moved technical support to Robolink Help
Welcome to the Robolink Community forum!
You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
K
Latest posts made by kimjyhello
-
RE: drone.pair(drone.Nearest) Fails
-
drone.pair(drone.Nearest) Fails
I am trying CoDrone light for the first time with Python, and after downloading Python 3, Jupyter notebook and the driver, I ran the following code on my notebook:
import CoDrone
drone = CoDrone.CoDrone()
drone.pair(drone.Nearest)and I get the output:
Port : [/dev/cu.Bluetooth-Incoming-Port]
FalseI tried reinstalling the driver multiple times and rebooting my Mac (OS Mojave, 2012 MacBook pro), but still hit the same problem.
The green light on the CoDrone is blinking, and I tried pairing it both when the BLE LED is blinking red and when it's blinking yellow, fails both times. What could I be missing?