Can one run Matlab/Simulink models via Bluetooth on a Lego Mindstorm EV3 brick ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Devansh Mehta
le 2 Oct 2014
Commenté : Jamshid Sanei
le 22 Mar 2021
I was told by Lego Technical Support that this is very much possible, but I do not get the option to select Bluetooth in the Target Hardware Selection Window in Matlab/Simulink (Tools>Run on target hardware>Options), I can only enter an IP address.
I do get the Bluetooth option if I select the target hardware as Lego Mindstorm NXT though, but I only have an EV3 brick.
Réponse acceptée
Sandip Kumar
le 7 Oct 2014
Sorry, I mis-read the documentation, you are right, as of MATLAB R2014b EV3 is not supported for bluetooth on Simulink yet and only option to connect and deploy models is Wi-Fi.
- Sandip
0 commentaires
Plus de réponses (2)
Sandip Kumar
le 7 Oct 2014
As mentioned in the documentation here:
As soon as the computer is able to connect to the EV3 bluetooth, you should be able to execute :
myev3 = legoev3('Bluetooth','COM15');
This way you can connect to your EV3 brick.
Thanks, Sandip, MathWorks
0 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!