lamarrr / esp32-at

AT application for ESP32 ESP-IDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 65.0%Language:C++ 16.6%Language:HTML 7.5%Language:JavaScript 3.9%Language:Python 2.4%Language:CSS 2.3%Language:Shell 1.4%Language:Makefile 1.0%