Search found 3 matches

by testman
Tue Mar 23, 2021 8:14 am
Forum: Hardware
Topic: About HTTP PUT / POST using AT command
Replies: 0
Views: 1705

About HTTP PUT / POST using AT command

Hello, All! I want to access the HTTP server with AT command. HTTP Server IP address: 192.168.0.123 URL: http://192.168.0.123/aaa/bbb/ccc query parameter: test1=1&test2=2 #TCP Server Connect >AT+CIPSTART="TCP","192.168.0.123",80 →Success I get a 400 error with the command below. ====================...
by testman
Mon Mar 22, 2021 12:20 am
Forum: ESP-IDF
Topic: About esp- at build by ESP-IDF
Replies: 0
Views: 1651

About esp- at build by ESP-IDF

Hello, All! If you have any advice, please tell me. I want to build aps-at to ESP32-DevKitC using ESP-IDF. esp-at: https://github.com/espressif/esp-at Referenced method : https://github.com/espressif/esp-at/blob/master/docs/en/Compile_and_Develop/How_to_clone_project_and_compile_it.rst#esp32-platfor...
by testman
Wed Mar 03, 2021 2:05 am
Forum: General Discussion
Topic: How to check the completion of writing the AT command firmware
Replies: 0
Views: 1145

How to check the completion of writing the AT command firmware

Hello, all! I want to know how to confirm the completion of writing the AT command firmware. I connect the microcomputer board and ESP32-WROOM-32D. I control ESP32-WROOM-32D with the default AT command. When I update the AT command's firmware, I want to confirm that the writing is completed correctl...