Hi,
I am trying to use parrot minidrone in Simulink.
Everything seem ok, but the only trouble is that Matlab only detect the onborad bluetooth of my notebook.
such as:
>> b_s = instrhwinfo('Bluetooth')
b_s =
HardwareInfo with properties:
RemoteNames: {2×1 cell}
RemoteIDs: {2×1 cell}
BluecoveVersion: 'BlueCove-2.1.1-SNAPSHOT'
JarFileVersion: 'Version 4.1'
and if I disable the onboard bluetooth, it becomes this:
b_s = instrhwinfo('Bluetooth')
b_s =
HardwareInfo with properties:
RemoteNames: []
RemoteIDs: []
BluecoveVersion: 'BlueCove-2.1.1-SNAPSHOT'
JarFileVersion: 'Version 4.1'
I can connect with the drone with the usb bluetooth adapter, and if I set the ip address manually, the telnet is ok.
and I can pinging it:
But when I am trying to deploy the target codes, it becomes:
I think that it is because the Matlab and Simulink are using the onboard bluetooth, which should not be used actually,
but how to set it?
Is anybody can help me?