LuukEsselbrugge / Volve

Volvo CAN BUS extender based on ESP32
85 stars 19 forks source link

What libraries ? #2

Open jacoqq opened 1 year ago

jacoqq commented 1 year ago

Please, can someone help me to run this project ? I must confese i'm not a programist, more like a hobbyist, but i was made a few project on ESP with success. I'm stuck with this. I try to run it on ESP8266 and ESP32-CAM with no success. I've added few missing libraries (i hope i've choose well), but i can't find library for "soc/soc.h", "driver/periph_ctrl.h" and "soc/rtc_cntl_reg.h". I will be much obliged

dracc commented 1 year ago

Looks to be espressif/arduino-esp32 that you are missing.

jacoqq commented 1 year ago

I think i was try it before, but i try it once more. There is a problem to import that library "Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid" no matter if i try to add it from zip or manually - Arduino IDE can't see it. I even try to add a file one by one, but when i do that, there is always something missing. So i think that is not a good solution. Or maybe i shouldn't do it on Arduino IDE ? Do You know something alternate ?

Nevermind. I've found it.

Nikolein commented 1 month ago

Hello, could you please share the solution to the problem and explain how you solved it?

jacoqq commented 1 month ago

Honestly in my case reinstall Arduino IDE sloved problem. After reinstall I used dracc link.

Nikolein commented 1 month ago

Okay, thanks for the quick response. I'll give it a try.

Nikolein commented 1 month ago

Which ESP32 did you use for the project?