Error: Unable to change Arduino settings with WiFi connection. Call arduinosetup to configure the board.
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Rasmita
il 11 Mag 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Arduino Hardware in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!