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

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266

License

Notifications You must be signed in to change notification settings

zyaxab/esp-at

 
 

Repository files navigation

ESP-AT fork

This fork includes some features we need from ESP-AT that are not supported at the time of writing.

Installing

Create a python venv

python venv env
source env/bin/activate

Fetch submodules (no need for recursive)

git submodule update --init

Run the ESP install script

./build.py install

Building

To set the binary version use ./build.py menuconfig and navigate to Application Manager > Project Version and set the version To use our custom components export AT_CUSTOM_COMPONENTS="/path/to/esp-at-fork/examples/at_http_get_to_ram /path/to/esp-at-fork/examples/at_w5500" is required to be ran prior to builds commands, to example commands assume this is being built from the repo's root

Then to actually build

export AT_CUSTOM_COMPONENTS="examples/at_http_get_to_ram examples/at_w5500"
./build.py build

Intent

This repo should be relatively stale and binaries provided to any project using them

About

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 65.0%
  • Python 25.9%
  • HTML 4.8%
  • CMake 3.9%
  • Shell 0.4%