필터 지우기
필터 지우기

any one facing problems with arduino support packages with ubuntu and arduino uno ?

조회 수: 2 (최근 30일)
The matlab program recognizes the presence of usb port dev/ttyACM0 but it can not upload the code to the board giving an error that the board is not found and make sure the connections are right. Does anybody has a solution please ? thanks in advance. i am using matlab 2018b with ubuntu 20.0.4
  댓글 수: 1
Rohan Kale
Rohan Kale 2020년 10월 1일
Hi Ahmed Soliman,
Can you try programming the board from the Arduino IDE. The IDE can be found at the path which is returned by the command -
>> arduinoio.IDERoot
If this fails, the issue could be with the board or usb port.
Moreover, you can use the TraceOn option to display the debug messages. These messages can be useful in debugging or narrow down the issue with the flashing the board. The command construct is as follows:
>> a = arduino('/dev/ttyACM0', 'Uno', 'TraceOn', true)
Hope it helps.

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

답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by