ESP-WROVER-KIT Missing Libraries

sarogersz
Posts: 6
Joined: Tue Nov 23, 2021 5:56 pm

ESP-WROVER-KIT Missing Libraries

Postby sarogersz » Mon Dec 05, 2022 11:13 pm

I have purchased an ESP-WROVER-KIT because of its built in support for debugging, its built-in SD reader, and other features. I am using Platformio and VSCode with Arduino framework as such:

Code: Select all

[env:esp-wrover-kit]
  platform = espressif32
  board = esp-wrover-kit
  framework = arduino
However, upon compiling a trivial sketch, it seems to be missing several important library dependencies. As examples, the following lib dependencies are not satisfied due to other libraries they reference:

Code: Select all

 
 lib_deps = 
	ropg/ezTime@^0.8.3
	khoih-prog/AsyncHTTPRequest_Generic @ ^1.3.1
	https://github.com/me-no-dev/ESPAsyncWebServer
Here are the specific errors that are thrown:

Code: Select all

.pio\libdeps\esp-wrover-kit\ezTime\src\ezTime.cpp:10:22: fatal error: EEPROM.h: No such file or directory
.pio\libdeps\esp-wrover-kit\ESP Async WebServer@src-a443f98271f72ebdf994862eb2a99c40\src/ESPAsyncWebServer.h:27:16: fatal error: FS.h: No such file or directory
.pio\libdeps\esp-wrover-kit\ESP Async WebServer@src-a443f98271f72ebdf994862eb2a99c40\src/ESPAsyncWebServer.h:27:16: fatal error: FS.h: No such file or directory
How do I rectify this? Surely these basic libraries, used widely by lots of apps, must be available.

Thanks, Stephen

lbernstone
Posts: 635
Joined: Mon Jul 22, 2019 3:20 pm

Re: ESP-WROVER-KIT Missing Libraries

Postby lbernstone » Tue Dec 06, 2022 6:36 am

It sounds like your framework may be damaged. Deleting it should make pio download it again. Watch for any errors during the download. It should be located at ~/.platformio/packages/framework-arduinoespressif32

sarogersz
Posts: 6
Joined: Tue Nov 23, 2021 5:56 pm

Re: ESP-WROVER-KIT Missing Libraries

Postby sarogersz » Thu Dec 08, 2022 12:49 am

You are correct. I drilled into libraries and fixed up the include paths and that fixed it!

Thanks

Who is online

Users browsing this forum: No registered users and 60 guests