Error: Unable to change Arduino settings with WiFi connection. Call arduinosetup to configure the board.
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I want to use ESP32 DevKitV1 and connect it with an IMU, which is the MPU6050 model. I have already configured and tested the connection using arduinosetup and it is working. However, after the setup, when I try to run my code, I got an "Unable to change Arduino settings with WiFi connection. Call arduinosetup to configure the board." error. I would really appreciate any kind of help. Thank you!
댓글 수: 0
채택된 답변
Rasmita
2023년 5월 11일
Hi,
As per my understanding, you are trying to use the ESP32 DevKitV1 with an MPU6050 IMU module in MATLAB, but you encountered an error regarding Arduino settings and WiFi connection.
The error that you received indicates that the MATLAB Arduino support package is unable to communicate with your ESP32 DevKitV1 board over Wi-Fi because the Arduino board settings have not been configured properly using the ‘arduinosetup’ function. For your case, since you are connecting to your ESP32 DevKitV1 board over Wi-Fi, the board settings will include the IP address of the board, and the port to which it is connected.
For more information on how to configure an Arduino board in MATLAB using the ‘arduinosetup’ function, and how to communicate with the board using the ‘arduino’ functions, you can refer to the following documentation:
Hope this helps!
Regards,
Rasmita
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
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!