Arduino Nano 33 BLE to MATLAB
이전 댓글 표시
I am trying to connect my Arduino Nano 33 BLE via direct serial port.
I have both MATLAB Support and Simulink Support installed, though I plan on using the latter for better integration for what I need.
I am on COM3 and MATLAB detects the board, but when I try to program the board, I am unable to find this board as an option.
I tried just typing
>> a = arduino('COM3','Uno');
and I receive the message
Updating server code on board Uno (COM3). This may take a few minutes.
but it just stays that way.
I know it's not the Uno board, but I also don't know what to put, since Nano 33 BLE is not an option. The closest is Nano 33 IoT, but it doesn't register as what I need.
Help please?
채택된 답변
추가 답변 (3개)
Sai Sri Pathuri
2020년 5월 28일
0 개 추천
As of MATLAB R2020a, there is no support for Arduino Nano 33 BLE Sense board via the 'Arduino Support Package'. The only possible workaround, at this point, is to use the Arduino Nano board to achieve any desired functionality.
댓글 수: 1
fus
2020년 8월 12일
what do you mean by "use the Arduino Nano board to achieve any desired functionality"?
Olav Landstad
2020년 11월 28일
0 개 추천
Bump. I have the same issue. Did you find a fix?
Edoardo Quattrocchi
2020년 12월 4일
0 개 추천
Same issue too, did you find an answer ?
카테고리
도움말 센터 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!