Error: Unable to change Arduino settings with WiFi connection. Call arduinosetup to configure the board.
6 次查看(过去 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!