ESP32 third-party library download and installation failed
11 views (last 30 days)
Show older comments
When I try to setup esp32 using arduinosetup command using matlab command window, I got an error called " ESP32 third-party library download and installation failed. Ensure that your computer is connected to internet. For more details see Troubleshooting steps. I tried in all the ways but i cant download third party library for esp32.
Thanks for helping me in advance.

2 Comments
Alex Rubio
on 19 Sep 2023
I have the same problem, did anyone knows how to solve this ESP32 third-party library problem
Veluvolu
on 10 Nov 2023
Problem is with the Board URL in the Preferences of ArduinoIDE,the default link only lists version 2.0.10 and above but MATLAB supports version 1.0.6 only
Navigate to the directory where ArduinoIDE is present,then lauch the application
Go to Files>Perferences>Additional Boards Manager URL
Replace the existing link with this https://espressif.github.io/arduino-esp32/package_esp32_index.json
Go to Boards Manager and install the esp32 1.0.6 version board package
Answers (0)
See Also
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!