ESP32 AT command 시험 하기

ESPRESSIF|2022. 4. 26. 21:00

1. AT command 펌웨어를 아래에서 다운을 받습니다. 

   펌웨어는 아래 경로에서 다운 받으면 됩니다. 

https://docs.espressif.com/projects/esp-at/en/latest/esp32/AT_Binary_Lists/index.html

https://docs.espressif.com/projects/esp-at/en/latest/esp32/AT_Binary_Lists/ESP32_AT_binaries.html

 

2. ZIP파일을 열어보면 Factory폴더가 있고, Factory폴더의 Bin파일만 0x0으로 다운하면 됩니다. 

 

3. 다운로드 방법

https://docs.espressif.com/projects/esp-at/en/latest/esp32/Get_Started/Downloading_guide.html

 

(1) 펌웨어 다운로드 프로그램은 아래 경로에서 다운 하면 됩니다. 

https://www.espressif.com/sites/default/files/tools/flash_download_tool_3.9.3.zip

** 주의 : 경로상 한글이나, 빈공간이 있으면 에러가 발생 할 수 있습니다.

 

2. AT command는 각 모듈별로 명령 입력하는 UART 포트가 다릅니다. 

   예로, ESP32-WROOM-32E/32UE는 IO16/17번을 명령어용 UART포트로 사용합니다.

   이 부분은 수정이 가능하며, 수정하여 빌드를 하면 됩니다.

 

각 모듈별 기본 AT command포트는 아래와 같습니다.  

아래는 ESP32-WROOM-32E/32UE의 기본 연결에 대한 설명입니다. 

 

https://docs.espressif.com/projects/esp-at/en/latest/esp32/Get_Started/Hardware_connection.html

 

Hardware Connection - ESP32 - — ESP-AT User Guide latest documentation

Hardware Connection [中文] This document introduces what hardware you need to prepare and how to connect them in order to download AT firmware, send AT commands, and receive AT responses. For different series of modules, the commands supported by AT firm

docs.espressif.com

 


'ESPRESSIF' 카테고리의 다른 글

ESP32-WROOM + ESP32-WROVER co-layout 방안  (0) 2022.04.28
ESP32 메모리 (RAM)관련 내용  (0) 2022.04.27
ESP32-S3-WROOM-1 - KC인증  (0) 2022.04.26
ESP32-C3 ADC 관련 노트  (0) 2022.04.05
ESP32-C3-MINI-1 KC 인증  (0) 2022.01.27