Error: Unable to change Arduino settings with WiFi connection. Call arduinosetup to configure the board.
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Rasmita
le 11 Mai 2023
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Arduino Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!