Search found 32 matches

by mkseven32
Thu May 10, 2018 1:08 am
Forum: ESP-IDF
Topic: does ESP32 support console cmd mode to test wifi channel link?
Replies: 3
Views: 5717

does ESP32 support console cmd mode to test wifi channel link?

Hi all
As different countries support different wifi channels. so there is a testing about wifi channel support in laboratory.
is there any tool or console Cmd which could set the esp32 to link the assigned channel?

BR!
by mkseven32
Thu May 10, 2018 12:45 am
Forum: ESP-IDF
Topic: how to get the SDK version information ?
Replies: 2
Views: 4614

how to get the SDK version information ?

Hi all
is there any API function which could get the SDK version information?
by mkseven32
Fri May 04, 2018 9:31 am
Forum: ESP-IDF
Topic: how to use the flash tool to download the esp32 firmware ?
Replies: 4
Views: 14530

Re: how to use the flash tool to download the esp32 firmware ?

thanks! but there is only two bin file in my project build directory ! 1. partitions_singleapp.bin 2. play_bt_music.bin could you please tell me which one is the Partition table or where could i find the Partition table ?? although i have using “make partition_table” but it shows there is not this c...
by mkseven32
Fri May 04, 2018 8:31 am
Forum: ESP-IDF
Topic: how to use the flash tool to download the esp32 firmware ?
Replies: 4
Views: 14530

how to use the flash tool to download the esp32 firmware ?

Hi all i am using the eclipse IDE build the example successfully but how could i use the flash tool to download the firmware instead of using eclipse ide command make flash? there is more than one application bin in the build,(partitions_singleapp.bin and play_bt_music.bin) 1. why does the firmware ...
by mkseven32
Thu May 03, 2018 8:01 am
Forum: ESP-IDF
Topic: how to build a esp32 project in eclipse?
Replies: 0
Views: 2703

how to build a esp32 project in eclipse?

Hi all , There are several info about my esp-idf and esp-adf below: ESP32 packet location ====>>> 1. esp-adf located in : F:\Embedded\esp-adf 2. esp-idf located in : F:\Embedded\esp-adf\esp-idf 3. msys32 toolchain located in : F:\msys32 Eclipse setting ====>>> 1. import project exiting code location...
by mkseven32
Thu May 03, 2018 2:17 am
Forum: ESP-IDF
Topic: ESP32 Eclipse custom library include path
Replies: 6
Views: 10824

Re: ESP32 Eclipse custom library include path

excellent answer!!! thank you very much! when after execute Project -> C/C++ Index -> Rebuild , That is OK. ========vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv============================= but there is also a question , this project was imported from the esp-idf ...
by mkseven32
Wed May 02, 2018 7:35 am
Forum: ESP-IDF
Topic: ESP32 Eclipse custom library include path
Replies: 6
Views: 10824

Re: ESP32 Eclipse custom library include path

Howdy and welcome to the community. Getting paths just right in Eclipse can be complex but ultimately rewarding. Experience has show us that for best results, a complete description of all your settings, an example of the error produced and the actual locations of the files on your file system of a...
by mkseven32
Wed May 02, 2018 7:11 am
Forum: ESP-IDF
Topic: eclipse example running error
Replies: 1
Views: 3084

eclipse example running error

Hi all
when all setting is done , i run the example in eclipse IDE , but there is a error call "Symbol 'TOUCH_PAD_NUM9' could not be resolved"

does anybody knows why ?
by mkseven32
Wed May 02, 2018 12:32 am
Forum: ESP-IDF
Topic: what is the ESP-IDF checkout means in Visual GDB ?
Replies: 2
Views: 4043

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

hi , i have install the ESP_IDF .

does it mean the ESP-IDF checkout need to chose the path of ESP-IDF installed location while i want to develop the ESP-ADF?