Search found 32 matches

by mkseven32
Sat Apr 28, 2018 8:35 am
Forum: ESP-IDF
Topic: how to resolving dependencies in eclipse IDE?
Replies: 1
Views: 3113

how to resolving dependencies in eclipse IDE?

Hi all
i follow all steps of Build and Flash with Eclipse IDE, but when i write a test file for building project.

there is a problem of dependencies. how could i config the path to resolving dependencies ?
by mkseven32
Sat Apr 28, 2018 7:21 am
Forum: ESP-IDF
Topic: where is the "Preprocessor Include Paths" in my eclipse IDE ?
Replies: 9
Views: 7976

Re: where is the "Preprocessor Include Paths" in my eclipse IDE ?

that is caused by the version of eclipse , the lastest one could be OK

my version of eclipse is
Version: Indigo Service Release 2
Build id: 20120216-1857

it does have this item. it needs to update the lastest one
by mkseven32
Sat Apr 28, 2018 6:46 am
Forum: ESP-IDF
Topic: where is the "Preprocessor Include Paths" in my eclipse IDE ?
Replies: 9
Views: 7976

where is the "Preprocessor Include Paths" in my eclipse IDE ?

Hi
as the Build and Flash with Eclipse IDE guide shows

Navigate to “C/C++ General” -> “Preprocessor Include Paths” property page:

but there is not any item about “Preprocessor Include Paths” in my eclipse IDE, does any body knows why?
by mkseven32
Sat Apr 28, 2018 3:02 am
Forum: ESP-IDF
Topic: what is the ESP-IDF checkout means in Visual GDB ?
Replies: 2
Views: 3989

what is the ESP-IDF checkout means in Visual GDB ?

Hi all does anybody knows how to config visual GDB to build the ESP-ADF project?

is that mean i need to redownload the esp-idf again from github?
by mkseven32
Thu Apr 26, 2018 3:03 am
Forum: Sample Code
Topic: why does esp32-lyrat running a2dp_sink example without output ?
Replies: 6
Views: 10754

Re: why does esp32-lyrat running a2dp_sink example without output ?

Hi do you mean the example of pipeline_bt_sink in the esp-adf ? it is OK,but i found there is less info about make menuconfig in Readme file . anyway , the examples is so unstable,when esp broad linked to smart phone,first time play music is OK, but when smart phone take a phone, the linked could no...
by mkseven32
Wed Apr 25, 2018 9:33 am
Forum: ESP-ADF
Topic: where could i get more detail about the get-started guide of esp-adf ?
Replies: 2
Views: 6801

where could i get more detail about the get-started guide of esp-adf ?

Hi when i get the esp-adf packet, i try to build the example project . there is a error as shows below F:/msys32/home/11022259/esp/esp-adf/esp-idf/make/project.mk:502: 警告:未定义的变量“which git” WARNING: Missing submodule components/coap/libcoap... Attempting 'git submodule update --init components/coap/l...
by mkseven32
Wed Apr 25, 2018 4:20 am
Forum: Sample Code
Topic: why does esp32-lyrat running a2dp_sink example without output ?
Replies: 6
Views: 10754

Re: why does esp32-lyrat running a2dp_sink example without output ?

thanks ,no i have not try other bt sink example。

i just curious about whether the GPIO setting is right or not?

please help me check it !
by mkseven32
Tue Apr 24, 2018 9:59 am
Forum: Sample Code
Topic: why does esp32-lyrat running a2dp_sink example without output ?
Replies: 6
Views: 10754

why does esp32-lyrat running a2dp_sink example without output ?

Hi all i have config the a2dp_sink example as like below A2DP sink output as I2S codec; GPIO setting : | ESP pin | I2S signal | | :-------- | :----------- | | GPIO25 | LRCK | | GPIO26 | DATA | | GPIO5 | BCK | when bt linked to smartphone, while playing muisc, there is a log shows bt is works fine, b...
by mkseven32
Tue Apr 24, 2018 3:13 am
Forum: ESP-IDF
Topic: where can i take the test firmware of esp32-lyrat broad?
Replies: 0
Views: 2183

where can i take the test firmware of esp32-lyrat broad?

Hi
my esp32-lyrat broad was erased and flashed other firmware.
when i saw the esp32-lyrat_user_guide, and want to test the capter 4 voice-wakeup test.

where could i get the test firmware ?

BR?
by mkseven32
Mon Apr 23, 2018 5:22 am
Forum: ESP-IDF
Topic: how to set up the right IDF_PATH for copy the hello-world example
Replies: 5
Views: 13137

Re: how to set up the right IDF_PATH for copy the hello-world example

thanks for everyone , it is the problem of "-" in the hello_world project name.

which right is "hello_world" while i write a wrong name as "hello-world"~~~~~