Notifications
Clear all

downloading library

2 Posts
2 Users
1 Likes
850 Views
(@bob207)
Member
Joined: 3 years ago
Posts: 16
Topic starter  

I am trying to get my first ESP32 working and following the page https://dronebotworkshop.com/esp32-intro/

It says to add the address https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

into the settings page, this I have done and I get a long list of ESP32 libraries but not the one mentioned in the article.

So I went to the github page containing the library file and downloaded the zip file to load direct into the libraries.

After a long pause I get 

Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid

Anybody any idea how I can get the library installed?

Thanks.


   
Quote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 7028
 

Posted by: @bob207

I am trying to get my first ESP32 working and following the page https://dronebotworkshop.com/esp32-intro/

It says to add the address https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

into the settings page, this I have done and I get a long list of ESP32 libraries but not the one mentioned in the article.

So I went to the github page containing the library file and downloaded the zip file to load direct into the libraries.

After a long pause I get 

Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid

Anybody any idea how I can get the library installed?

Thanks.

There seems to be a misunderstanding. The boards library is 

https://espressif.github.io/arduino-esp32/package_esp32_index.json

This gives you a long list of BOARDS. Pick the closest one (NOTE they are NOT in alpha sequence)

Which do you have?

After that I have no idea what you did but suffice to say you are in no mans land.

After you get this boards situation resolved (difficulty = 1) then you can start to choose a library or libraries for your project.  Just select the 'library book' icon and enter a key word to narrow the list.

 

 

 

 

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
AndrePB reacted
ReplyQuote