Skip to content
/ esp-at Public
forked from espressif/esp-at

AT application for ESP32 ESP-IDF & ESP8266 ESP8266_RTOS_SDK

License

Notifications You must be signed in to change notification settings

Moo2017/esp-at

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

libat_core.a is AT Command Core, and it is the core of AT command, including the default AT instruction set, the AT command parsing, execution and responding. The lib contains 4 kinds of command, such as AT+TEST=?, AT+TEST?, AT+TEST=“abc” and AT+TEST. It supports custom AT commands based on the lib and related APIs, and ones can also define input and output medium, like uart, spi, socket, bt, etc.

The demo is the AT command set based on uart. You can replace the uart driver with other drivers whichever you want to use. But you have to make some changes in at_task.c. In addition, you can add some custom AT commands in at_custom_cmd like AT+CIUPDATE if necessary.

About

AT application for ESP32 ESP-IDF & ESP8266 ESP8266_RTOS_SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.2%
  • C++ 27.5%
  • Python 4.1%
  • Shell 2.8%
  • Makefile 1.4%