Bitalino device not detected by Bitalino support package
Show older comments
I've installed the Bitalino support package and I'm trying to acquire data from a BITalino (r)evolution Plugged Kit BT. I'm running Matlab R2016b on a 64 bit Windows 8.1 PC.
So far I've managed to acquire data seamlessly with OpenSignals, and also with the Matlab API from the Bitalino website.
But when I try using the support package by the MathWorks Instrument Control Toolbox Team; it doesn't work:
b = Bitalino
returns the following error:
Unsuccessful open: Cannot connect to the device. Possible reasons are another application is connected or the device is not available.
Yet it seems that the Instrument Control Toolbox somewhat detects it:
myInstr = instrhwinfo('Bluetooth');
myInstr.RemoteNames{3}
ans =
BITalino-17-24
myInstr.RemoteIDs{3}
ans =
btspp://201607181724
I'm really stuck, here. Could anyone please point me to the right direction?
Thanks very much.
2 Comments
Hugo Silva
on 24 Dec 2016
Edited: Hugo Silva
on 24 Dec 2016
Hi there,
I think you'll need to pass the Bluetooth Serial Port address of your device as an input argument to the statement b=Bitalino
From the information you have listed above, please try b=Bitalino("btspp://201607181724",1)
At least based on the comments found on the API file, this should work: https://www.mathworks.com/matlabcentral/fileexchange/53983-bitalino-support-from-matlab/content/Bitalino.m
Best regards,
Hugo Silva
Von Duesenberg
on 24 Dec 2016
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!