Page 2 of 2

Re: [Solved] A step-by-step guide to enable AT commands for ES32P-AT via USB on DevKitC

Posted: Sun Jul 19, 2020 7:56 pm
by tcpipchip
i am sure that my blog will help you!!!
Enjoy
http://nina-w102-at-commands.blogspot.c ... os-no.html

Re: [Solved] A step-by-step guide to enable AT commands for ES32P-AT via USB on DevKitC

Posted: Thu May 06, 2021 2:13 pm
by Gianluca
Hi,
I've a esp32-wroom-32D DevKit and I've followed the guide step-by-step, but "make flash" goes into error.

Code: Select all

CC build/xtensa/esp32/trax_init.o
AR build/xtensa/libxtensa.a
Generating esp32.project.ld
LD build/esp-at.elf
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/components/at/lib\libesp32_at_core.a(at_ipCmd.c.obj):(.literal.esp_at_net_cmd_regist+0x10): undefined reference to `esp_at_get_socket_task_stack_size'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/components/at/lib\libesp32_at_core.a(at_ipCmd.c.obj): in function `esp_at_net_cmd_regist':
(.text.esp_at_net_cmd_regist+0x3): undefined reference to `esp_at_get_socket_task_stack_size'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/components/at/lib\libesp32_at_core.a(at_port.c.obj):(.literal.esp_at_module_init+0x20): undefined reference to `esp_at_get_process_task_stack_size'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/components/at/lib\libesp32_at_core.a(at_port.c.obj): in function `esp_at_module_init':
(.text.esp_at_module_init+0x25): undefined reference to `esp_at_get_process_task_stack_size'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/build/main\libmain.a(app_main.o):(.literal.app_main+0x5c): undefined reference to `esp_at_board_init'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/build/main\libmain.a(app_main.o):(.literal.app_main+0x6c): undefined reference to `esp_at_get_current_module_name'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/build/main\libmain.a(app_main.o):(.literal.app_main+0x70): undefined reference to `esp_at_ota_cmd_regist'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/build/main\libmain.a(app_main.o): in function `app_main':
C:/msys64/home/stazione/esp/esp32-at/main/app_main.c:101: undefined reference to `esp_at_board_init'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/main/app_main.c:109: undefined reference to `esp_at_get_current_module_name'
c:/msys64/home/stazione/esp/esp32-at/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:/msys64/home/stazione/esp/esp32-at/main/app_main.c:219: undefined reference to `esp_at_ota_cmd_regist'
collect2.exe: error: ld returned 1 exit status
make: *** [C:/msys64/home/stazione/esp/esp32-at/esp-idf/make/project.mk:564: /home/stazione/esp/esp32-at/build/esp-at.elf] Error 1
I don't understand this error.

Thanks

Gianluca

Re: [Solved] A step-by-step guide to enable AT commands for ES32P-AT via USB on DevKitC

Posted: Thu Jul 01, 2021 7:08 am
by ESP_XCGuang
Hi,
I guess this document will be helpful
https://docs.espressif.com/projects/esp ... t_pin.html

Re: [Solved] A step-by-step guide to enable AT commands for ES32P-AT via USB on DevKitC

Posted: Thu Oct 13, 2022 2:23 am
by marcusob
Hi

The commit you mention to checkout 7fa98593bc179ea50a1bc8244d5b94bac59c9a10 in the https://github.com/espressif/esp32-at.git repository doesn not exist anymore. Is there another way to get the ESP 32 AT source code ?

Thanks.