Search found 74 matches

by DutchOrange
Mon Apr 12, 2021 2:41 pm
Forum: ESP-IDF
Topic: Unable to add led_strip.h
Replies: 1
Views: 2876

Unable to add led_strip.h

Good day. So I was trying to add the library to my project but what ever I do it keeps saying: ../main/get_started.c:20:10: fatal error: led_strip.h: No such file or directory #include <led_strip.h> Here is the CmakeLits.txt: # The following lines of boilerplate have to be in your project's # CMakeL...
by DutchOrange
Sun Apr 11, 2021 6:12 pm
Forum: ESP-IDF
Topic: Unable to run Task on Core 1
Replies: 4
Views: 5193

Re: Unable to run Task on Core 1

Thanks so much for the help, worked perfectly.
Now I just got to get the libraries working.

Thanks again.
by DutchOrange
Sun Apr 11, 2021 5:56 pm
Forum: ESP-IDF
Topic: Unable to run Task on Core 1
Replies: 4
Views: 5193

Re: Unable to run Task on Core 1

Thanks for the reply, I increased it to 3 then 4 and changed the core: xTaskCreatePinnedToCore(hello_world_task, "hello world task", 4 * 1024, NULL, 5, //Was 1 NULL, 1); Yet It still crashes. Here is the error code (If it helps): Writing at 0x0009c000... (100 %) Wrote 926496 bytes (588188 compressed...
by DutchOrange
Sun Apr 11, 2021 3:21 pm
Forum: ESP-IDF
Topic: Unable to run Task on Core 1
Replies: 4
Views: 5193

Unable to run Task on Core 1

Good day, I wanted to try to do multi tasking usigng the duel core system on the ESP32, Iam able to make it run on Core 0 but not core 1. This is on windows. ESP-IDF (/MDF but I dont think this is a MDF related question). Must you change any settings in menuconfig ? Or Must you add any code so you c...
by DutchOrange
Tue Mar 16, 2021 2:02 pm
Forum: ESP-IDF
Topic: Unknown CMake command "__add_dfu_targets".
Replies: 1
Views: 1932

Re: Unknown CMake command "__add_dfu_targets".

A fresh reinstall of the IDF 4.2 worked
by DutchOrange
Tue Mar 16, 2021 2:00 pm
Forum: ESP-IDF
Topic: Failed to resolve component 'mcommon'. or
Replies: 1
Views: 3425

Re: Failed to resolve component 'mcommon'. or

A fresh reinstall of the IDF 4.2 worked
by DutchOrange
Tue Mar 16, 2021 2:00 pm
Forum: ESP-MDF
Topic: Build Error with linking CXX
Replies: 1
Views: 6306

Re: Build Error with linking CXX

A fresh reinstall of the IDF 4.2 worked
by DutchOrange
Sun Mar 14, 2021 5:18 pm
Forum: ESP-IDF
Topic: Failed to resolve component 'mcommon'. or
Replies: 1
Views: 3425

Failed to resolve component 'mcommon'. or

Iam running ESP-IDF 4.1 on windows, Its a fresh install And Iam getting problems building my projects. I have changed the CMakeList between these 2 set(EXTRA_COMPONENT_DIRS $ENV{MDF_PATH}/components) set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/components) When I have both I get : Failed to resolve compo...
by DutchOrange
Sat Mar 06, 2021 6:44 pm
Forum: ESP-IDF
Topic: Unknown CMake command "__add_dfu_targets".
Replies: 1
Views: 1932

Unknown CMake command "__add_dfu_targets".

So I was trying to buil my project (It was the "aliyun_linkkit\mesh-with-aliyun"), But then I get the error: This is on windows 10 Version 4.1. Fresh reinstall. -- Adding linker script E:/Desktop/esp-mdf/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld -- Adding linker script E:/...
by DutchOrange
Sat Feb 27, 2021 8:09 pm
Forum: ESP-MDF
Topic: Build Error with linking CXX
Replies: 1
Views: 6306

Build Error with linking CXX

So I was trying to build one of my projects (It worked on my old PC but I got a new one), its ESP-IDF/MDF 4.1 on Windows 10. Here is the error code in CMD: -- Adding linker script E:/Desktop/esp-mdf/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld -- Adding linker script E:/Deskt...