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

tcpipchip
Posts: 9
Joined: Sun May 20, 2018 12:33 pm

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

Postby tcpipchip » Sun Jul 19, 2020 7:56 pm

i am sure that my blog will help you!!!
Enjoy
http://nina-w102-at-commands.blogspot.c ... os-no.html

Gianluca
Posts: 1
Joined: Thu May 06, 2021 1:34 pm

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

Postby Gianluca » Thu May 06, 2021 2:13 pm

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

ESP_XCGuang
Posts: 25
Joined: Fri Aug 31, 2018 7:34 am

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

Postby ESP_XCGuang » Thu Jul 01, 2021 7:08 am

Hi,
I guess this document will be helpful
https://docs.espressif.com/projects/esp ... t_pin.html

marcusob
Posts: 4
Joined: Sun May 30, 2021 5:45 am

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

Postby marcusob » Thu Oct 13, 2022 2:23 am

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.

Who is online

Users browsing this forum: stijnb1234 and 54 guests