Arduino Due error in Matlab

조회 수: 16 (최근 30일)
john white
john white 2019년 1월 12일
댓글: Walter Roberson 2019년 12월 26일
Hi
when I want to programming the arduino Due this error is showing:
>> arduino
Updating server code on board Due (COM10). Please wait (might take a few minutes).
Cannot program board Due (COM10). Please make sure the board is supported and the port and board type are correct. For more
information, see Arduino Hardware Troubleshooting.

채택된 답변

Madhu Govindarajan
Madhu Govindarajan 2019년 1월 14일
Try the following and post any error messages that you get -
a = arduino('COM#','Due','TraceOn',true)
Remember the COM# should be the correct number of your Arduino Due. For instance - COM3, COM25 etc.
  댓글 수: 6
madhan ravi
madhan ravi 2019년 1월 17일
Then accept his answer.
john white
john white 2019년 1월 17일
thanks for your notice , I have done

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

추가 답변 (2개)

madhan ravi
madhan ravi 2019년 1월 12일
편집: madhan ravi 2019년 1월 12일
Make sure the proper board (Arduino Uno or mini for example) and the port are selected.
  댓글 수: 7
madhan ravi
madhan ravi 2019년 1월 12일
편집: madhan ravi 2019년 1월 12일
Oh, I have experience with Uno and Mini but Due not , sorry
john white
john white 2019년 1월 12일
ok thank you so much

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


nguyen nhan tinh
nguyen nhan tinh 2019년 12월 25일
편집: nguyen nhan tinh 2019년 12월 26일
I have same this issue.
When i run cmd:
>> a = arduino('COM3','Due', 'TraceOn', true)
Updating server code on board Due (COM3). Please wait (might take a few minutes).
Loading configuration...
Initializing packages...
Preparing boards...
Error: sam: Unknown architecture
How to resolve it. I using Matlab 2017b with Win10 64bit
Thanks
  댓글 수: 3
nguyen nhan tinh
nguyen nhan tinh 2019년 12월 26일
Matlab worked.
Thanks for your support.
Walter Roberson
Walter Roberson 2019년 12월 26일
Thanks, Madhu Govindarajan .

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

카테고리

Help CenterFile Exchange에서 I2C Devices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by