Arduino Nano 33 BLE MATLAB(Simulink) Connection Issues
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi, I'm trying to use my Arduino Nano 33 BLE (NOT Sense) with Simulink. I believe that it is compatible (MATLAB command line recognises it and says it is), although is not listed as an option, so I have been selecting the BLE Sense option. I have gone through the "Set up Hardware" wizard in Simulink, and that works fine, and the test program from that works, however when I try and use a basic model (template, signal generator into pin 13 to flash the onboard LED), it gives the following error:
'The following error occurred during deployment to your hardware board:
'Unable to create a communication link with the serial port. Please check the input argument PORT and verify that a device is connected.
This is after double checking the COM ports, and making sure I have double pressed the button on the board.
I can use Simulink with my Uno and Nanos, but just cannot quite figure out this Nano 33 BLE.
I'd be grateful for any suggestions.
I am using R2022a.
Thanks!
댓글 수: 0
답변 (1개)
Shivani Dixit
2022년 11월 2일
Hi Nathan,
As per my understanding you are facing error while creating a communication link with the serial port using Arduino Nano 33 BLE.
You can resolve the issue by deleting the configuration for the device and re-adding it.
Refer to the following steps to get the issue resolved:
1) Download Arduino IDE: https://www.arduino.cc/en/software
2) In Arduino IDE, navigate to Tools > Board > Boards Manager. Search for "Arduino SAMD Boards (32-bits ARM Cortex-M0+)" and install it in the IDE
3) Reset the board and try again in Simulink.
댓글 수: 1
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!