필터 지우기
필터 지우기

Unnable to connect LegoEv3 via Blurtooth,

조회 수: 2 (최근 30일)
Roth Alfred
Roth Alfred 2017년 7월 7일
답변: Kiran Mayekar 2019년 5월 18일
Connection via USB is OK. Only when I try to get the connection via Bluetooth I get the following Error Message: "Error using legoev3 (line 183) Failed to connect to EV3 through Bluetooth. Please check your Bluetooth connection." What can be the reason?
Matlab Version 2014b, W7
Best regards A.Roth

채택된 답변

Manish Annappa
Manish Annappa 2017년 7월 10일
The reason behind this error may be because of an incompatibility between the bluetooth stacks on the host machine and the lego ev3. In this case, the workaround is to use the following command:
>> mylego = legoev3('bt','00165344C94D')
where the second input is the remote ID without the 'btspp://' prefix
  댓글 수: 2
Roth Alfred
Roth Alfred 2017년 7월 11일
Thank you very much for your quick and good answer. Now everything works perfect. Best regards A. Roth
Joel, Just Joel
Joel, Just Joel 2018년 2월 6일
I'm experiencing this same Bluetooth non-connection issue. I tried the workaround, but MATLAB gives me the error message, 'Instrument Control Toolbox is required for this functionality.'", apparently in response to the 'bt' parameter. Is there a workaround that does not require the Instrument Control Toolbox?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Kiran Mayekar
Kiran Mayekar 2019년 5월 18일
Thank u very much :) This was very helpful. works perfectly.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by